Page 2 of 2

Posted: 23 Aug 2007 13:00
by Muroph
admin wrote:
Muroph wrote:Is there a way to collapse everything except the current location?
Because sometimes the tree gets really big and difficult to work with.
Yes, it's called "Rebuild Tree" (Ctrl+Shift+F4).
That's it , thanks.
I'll have to read the wiki page about KS again, to see what else I missed.
admin wrote:
Muroph wrote:And maybe add something like a 'favorite expressions' list, where you could have some patterns separated from the history of expressions.
This way it'd be easier to use common patterns, not having to search in the mess the history can be if you dont clean it often.
Yes, I heard this wish before. I see the point, but after all XY is not a file renamer. Other things are more important and will be done first...
This is not really top priority, just an idea.
We (I) can live without it.
admin wrote:
Muroph wrote:(?#ren 1st num)\D*(\d+).*(\.[0-9A-z]*$)>filename_$1$2

This should rename the file using the 1st sequence of numbers and the extension.
But it gives a syntax error message.
All regex with comments do.
The only way I found to avoid the error is to remove the comments.
The next BETA version will remove the comments for you.
Great! Thx!