Search found 13210 matches

by highend
14 Feb 2016 23:53
Forum: Wishes
Topic: Custom sizes for Icons
Replies: 9
Views: 3352

Re: Custom sizes for Icons

Icons should be resizable to user's preference
And they can?

Configuration | Thumbnails | Thumbnail widths and heights

3 configurable sizes...
by highend
12 Feb 2016 23:22
Forum: Wishes
Topic: Customizable Floating Information
Replies: 6
Views: 1736

Re: Customizable Floating Information

There is no "floating" when text() get's used... Could be done (as always) via AutohotKey that get's the necessary info via WM_COPYDATA.
by highend
12 Feb 2016 11:37
Forum: Tips & Tricks, Questions & Answers
Topic: Labels in left pane (tree view) ... ?
Replies: 5
Views: 1093

Re: Labels in left pane (tree view) ... ?

Are the color filter options not working?

Like "lbl:green" and "Apply color filters to the tree" ticked?
by highend
12 Feb 2016 09:47
Forum: Tips & Tricks, Questions & Answers
Topic: tagging files : Drive qualifier
Replies: 3
Views: 493

Re: tagging files : Drive qualifier

To disable portable tags, uncheck
Configuration | Tags | Enable portable tags
by highend
11 Feb 2016 16:37
Forum: Wishes
Topic: CTRL+Click to open in new tab
Replies: 6
Views: 2032

Re: CTRL+Click to open in new tab

CTRL + Double Click on folder to open in new tab
Shift + Double click does that already
CTRL + Click on toolbar item (This PC, Favorite Folders) to open in new tab.
You can always use a script (with the same icon) that reacts on a trigger (a modifier key) and do whatever you want...
by highend
10 Feb 2016 21:22
Forum: Bug Reports
Topic: Find Files multiple network drives, Error 9
Replies: 2
Views: 896

Re: Find Files multiple network drives, Error 9

Confirmed with current beta and moved to bug reports...
by highend
08 Feb 2016 12:20
Forum: Tips & Tricks, Questions & Answers
Topic: Branch View - How to set folder depth
Replies: 6
Views: 1833

Re: Branch View - How to set folder depth

There is already an example in the script...

Code: Select all

"0 = No recursion<crlf>1 = One level deep<crlf>..."
by highend
08 Feb 2016 11:45
Forum: Wishes
Topic: switching back & forth between panes with mouse hover
Replies: 9
Views: 1933

Re: switching back & forth between panes with mouse hover

/script= command line options. It's in the help file as well
by highend
08 Feb 2016 11:43
Forum: Tips & Tricks, Questions & Answers
Topic: Branch View - How to set folder depth
Replies: 6
Views: 1833

Re: Branch View - How to set folder depth

md=n -> maxdepth, n = levels to show
by highend
08 Feb 2016 08:49
Forum: Wishes
Topic: switching back & forth between panes with mouse hover
Replies: 9
Views: 1933

Re: switching back & forth between panes with mouse hover

That feature doesn't exist...
by highend
07 Feb 2016 01:57
Forum: Tips & Tricks, Questions & Answers
Topic: First post, new user, couple questions
Replies: 3
Views: 497

Re: First post, new user, couple questions

Welcome to the club.

1. In the tree? No. Apart from that there are e.g. favorite folders (Menu - Favorites), Menu - User - Go to (with keyboard shortcuts), scripts, ...
2.
[x] Configuration | Sort and Rename | Sort | Sort folders apart
[x] Configuration | Sort and Rename | Sort | Keep folders on top
by highend
06 Feb 2016 22:29
Forum: Tips & Tricks, Questions & Answers
Topic: Loading a new ini file into the existing XYplorer
Replies: 18
Views: 2558

Re: Loading a new ini file into the existing XYplorer

You are a funny man, highend Uh, am I? :D Same rule as always (or at least: 95% of all cases: double quotes to get single quotes (because the outer quotes are stripped)) :biggrin: I think what confused you is that we don't need the initial """<command>"" starting sequence? ...
by highend
06 Feb 2016 21:31
Forum: Bug Reports
Topic: XYplorer hangs when creating new multilevel folder
Replies: 4
Views: 531

Re: XYplorer hangs when creating new multilevel folder

"Configuration | Sort and Rename | Rename | Allow move on rename" is enabled by factory default
v16.00.0201 mentions that it needs to be ticked but I didn't find an entry that it was set to default (and normally you mention this :mrgreen: )
by highend
06 Feb 2016 20:55
Forum: Tips & Tricks, Questions & Answers
Topic: Loading a new ini file into the existing XYplorer
Replies: 18
Views: 2558

Re: Loading a new ini file into the existing XYplorer

For what would you need a heredoc? if (gettokenindex("XYplorer.exe*", runret("cmd /c tasklist /FI ""Imagename eq XYplorer.exe"" /NH"), "<crlf>", "wc") > 1) { echo "Instances of XY are greater than 1"; } Be careful how you handle y...