Search found 559 matches

by Muroph
25 Jun 2010 21:57
Forum: Bug Reports
Topic: IP problems
Replies: 43
Views: 6742

Re: IP problems

well, i tested it using the API monitor and apparently i'm on the right track. when xy is normal, a call for SHGetFileInfoW is logged every time i change the focused item. but when xy is bugged this does not happen. instead, the SHGetFileInfoW is logged when i select the "version" tab in t...
by Muroph
25 Jun 2010 09:44
Forum: Bug Reports
Topic: IP problems
Replies: 43
Views: 6742

Re: IP problems

Don't you have a second computer anywhere to try? unfortunately, no. and that wouldn't really work well since i can't trigger the bug at will. to test it i would have to spend a few hours using xy on that pc. a few minutes ago i remembered a situation from some years ago and had a (hopefully) good ...
by Muroph
25 Jun 2010 08:35
Forum: Bug Reports
Topic: IP problems
Replies: 43
Views: 6742

Re: IP problems

Strange, never seen this here. yeah, i know. especially because i can't find a reliable way to reproduce it. it just happens for no aparent reason. this week i decided to try some things to eliminate possible variables. first i disabled and uninstalled mediainfo, which i thought could be the cause ...
by Muroph
22 Jun 2010 22:09
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

then, is there a way to make the script know if the list is in browse or search mode? No. Sorry, but ATM I have no time to study your script to see what you are trying to achieve. no problem. i thought of a very easy way to do that using report(). 8) and thanks for fixing and changing the sel comma...
by Muroph
22 Jun 2010 20:05
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

It's like this: If the SR tab is locked then F5 (#485;) will stay in Find mode and repeat the last search, otherwise it will rebrowse the current tab's location in normal browse mode. To force a refresh of the search results independently of the locking use #262; (Repeat last search). hmmm... then,...
by Muroph
21 Jun 2010 20:16
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

startfromtop: yeah, i was thinking about that, too... but I wonder if it would not be cleaner to add a simple new command select or selitem (?) where you can pass a name without brackets and it always starts from top... this seems good too. the #485 near the end closes the search: did not test your...
by Muroph
21 Jun 2010 10:34
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

True. I could slightly alter the command so that a pattern (in brackets) that contains no wildcards (problem here: count # as a wildcard?) will always be looked for from top of the list. I think this makes sense since a such a "pattern" can only exist one time in a list. But... hmmm.... t...
by Muroph
19 Jun 2010 20:48
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

To rename the selected items press Shift+F2 . F2 now renames the focused item. already used it for something else. :P however, this morning i woke up with an idea for a script. this will somewhat emulate the old behaviour: $control=getinfo(FocusedControl); if("$control"=="L"){ i...
by Muroph
19 Jun 2010 09:08
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

let's see how it turns out. err, can we get the old behaviour back, please? :mrgreen: the new one doesn't work well with selection boxes (and i use them a lot). in just one day there were around 10 times when i drew a selection box over some items, pressed F2, and got an inline rename for an item i...
by Muroph
18 Jun 2010 21:34
Forum: Bug Reports
Topic: IP problems
Replies: 43
Views: 6742

Re: IP problems

update:

this bug seems to have gotten worse in newer xy versions.
now not even clicking on a list item updates the IP.
i had to actually change the selected IP tab to force it to update... :|
by Muroph
17 Jun 2010 20:53
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

admin wrote:Well, because you were too slow to answer ( :P ) I simply implemented it. I like it, but see yourself, folks... it's not complicated, I just explained it complicated... :wink:
i was sleeping :mrgreen:

let's see how it turns out.
by Muroph
17 Jun 2010 18:44
Forum: Bug Reports
Topic: weird crash
Replies: 3
Views: 865

Re: weird crash

i did some tests, and it seems to happen when the rename pattern contains a set of square brackets, with the closing bracket at the end. i.e. something like this foo[bar] _[new] [] i could reproduce it on a fresh install by doing this: -batch rename some dummy files with the pattern foo[bar]. -open ...
by Muroph
17 Jun 2010 18:42
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

I'm not sure what behavior you expect. To me the current one seems natural, maybe because I'm used to it. i wasn't trying to be pushy on my last post. it's just that here: Should be fixed in next version. i thought you meant that both the selfilter and the rename had been fixed. PS: I just tried so...
by Muroph
17 Jun 2010 08:30
Forum: Bug Reports
Topic: weird crash
Replies: 3
Views: 865

weird crash

i just had a weird crash when batch renaming some files.
no time to test it right now, so here is what i did:

-select a few files and press F2
-on the batch rename window, press down, right, then backspace.
-xy instantly crashes, with no error messages.
by Muroph
16 Jun 2010 19:54
Forum: Bug Reports
Topic: selection filter
Replies: 28
Views: 4867

Re: selection filter

admin wrote:Should be fixed in next version.
indeed, it is!
the sticky selection is gone.
thanks! :mrgreen:

but the inconsistent rename behaviour is still around.