Search found 33 matches

by msalvatori
18 Feb 2011 19:32
Forum: Bug Reports
Topic: tags vanishing and reappearing
Replies: 28
Views: 6262

Re: tags vanishing and reappearing

BTW, v9.90.0401 resolved this for me. :D

Nice detective work, Muroph!
by msalvatori
20 Jan 2011 22:29
Forum: Bug Reports
Topic: tags vanishing and reappearing
Replies: 28
Views: 6262

Re: tags vanishing and reappearing

XYplorer Developers are championing a feature that, as far as I am aware, has no standard definition in Windows, such as the Mac's OpenMeta . Without a standard framework, XYplorer Developers must invent the "entire wheel"; so, they have their work cut out for them. As long as I do not los...
by msalvatori
19 Jan 2011 18:52
Forum: Bug Reports
Topic: tags vanishing and reappearing
Replies: 28
Views: 6262

Re: tags vanishing and reappearing

Did you try right-clicking the Label for a file, and "Select All..."?
by msalvatori
17 Jan 2011 18:55
Forum: Bug Reports
Topic: tags vanishing and reappearing
Replies: 28
Views: 6262

Re: tags vanishing and reappearing

Focusing on the key-F5 artifact, I get the impression that the logic flow skips a part that "paints" label and tag values, but does not skip "painting" label colors. If I am close to the truth, then there are different conditions surrounding the former and latter.
by msalvatori
14 Jan 2011 23:59
Forum: Bug Reports
Topic: Search Name Multiple Patterns
Replies: 2
Views: 1054

Search Name Multiple Patterns

If a name search for *.jpg;*.gif finds all *.jpg and *.gif files, I would expect a search for lbl:1;tags:IT to find only files with label "1" and tag "IT" . Unfortunately, I only get files with label "1" . :roll: On a similar note, comments, labels and tags have nothing...
by msalvatori
14 Jan 2011 20:20
Forum: Bug Reports
Topic: tags vanishing and reappearing
Replies: 28
Views: 6262

Re: tags vanishing and reappearing

This happens sporadically. When I double-clicked the list white space to move up to the parent directory, I ended up with the first image. When I right-clicked the label for file 'Testing.ppt' and selected 'Select All Unlabeled', I got the second image. When I refresh the screen with an F5, I get th...
by msalvatori
16 Aug 2008 19:27
Forum: Tips & Tricks, Questions & Answers
Topic: Icon Overlays and TortoiseSVN 1.5
Replies: 37
Views: 10039

Re: Icon Overlays and TortoiseSVN 1.5

I am on a 64-bit W2K3. I guess the word-size makes a difference. This is where TortoiseSVN can be downloaded. Do you still want a procedure for obtaining the overlays? Or does 64-bit make the idea out-of-the-question?
by msalvatori
15 Aug 2008 08:16
Forum: Tips & Tricks, Questions & Answers
Topic: Icon Overlays and TortoiseSVN 1.5
Replies: 37
Views: 10039

Icon Overlays and TortoiseSVN 1.5

Is anyone successfully using TortoiseSVN 1.5 with XYplorer? I understand that this worked at one time. I have Show icon overlays enabled, but TortoiseSVN 1.5 context menus don't even show up.
by msalvatori
04 Aug 2008 00:39
Forum: Bug Reports
Topic: Packaged installations may fail for redirected profile paths
Replies: 7
Views: 1675

My desktop is 32-bit XP Pro SP2.
by msalvatori
03 Aug 2008 18:16
Forum: Bug Reports
Topic: Packaged installations may fail for redirected profile paths
Replies: 7
Views: 1675

I get the same error when using "Open" from the XYplorer's context menu. Well, there probably is nothing more you can do about this. Just like there are custom executables that run only in Internet Explorer that do not run in FireFox, there seems to be a similar case for installation packa...
by msalvatori
02 Aug 2008 18:32
Forum: Bug Reports
Topic: Packaged installations may fail for redirected profile paths
Replies: 7
Views: 1675

Launch 'install_package_name.exe' by double clicking it from inside either XYplorer or Windows Explorer. I would expect the same results or behavior. But instead, the application package successfully installs for Windows Explorer, and not for XYplorer. The error message is not an XYplorer message; h...
by msalvatori
02 Aug 2008 05:22
Forum: Bug Reports
Topic: Packaged installations may fail for redirected profile paths
Replies: 7
Views: 1675

Packaged installations may fail for redirected profile paths

This only happens to me at work where domain policy redirects 'My Documents' to '\\server_name\users\profile_name'. This consolidates everyone's profile data for easy backups. I won't argue the pros or cons to this approach; it wasn't my idea. The bottom line is that the approach seems to work well ...
by msalvatori
17 Feb 2008 19:37
Forum: Bug Reports
Topic: Scripting Bugs
Replies: 605
Views: 122103

No. You have to quote any argument that contains commas or semicolons (since they are separators in scripting). So you should do Rename re, "^a{1 2} ... $" Thank you. I moved your syntax rules to the top of my "cheat sheet" and, to spare myself future grief, will always quote re...
by msalvatori
17 Feb 2008 08:34
Forum: Bug Reports
Topic: Scripting Bugs
Replies: 605
Views: 122103

SubSubject: Inconsistent Regular Expression Intervals syntax

Using v6.80.0078, interval expressions are parsed with spaces instead of commas. For example: Rename re, ^a{1 2} ... $. Whereas, in Find Files/Name & Location, you must use this form of expression: a{1,2}.*.
by msalvatori
17 Feb 2008 04:00
Forum: Wishes
Topic: Iconize and Zones
Replies: 9
Views: 2049

That is a very prudent consideration you make regarding renamed tabs. I completely agree with your reasoning. Thank you for giving this immediate attention. :D