Page 17 of 59

Re: Like a new feature? Say thanks here

Posted: 13 Apr 2011 14:38
by Miguel Melo
Customisable CLI rules. Thanks!

Re: Like a new feature? Say thanks here

Posted: 05 Jul 2011 14:17
by eil
wanted to say it long time ago: labels and live-filters are great!!
p.s. nice to see 10th release :D

Re: Like a new feature? Say thanks here

Posted: 12 Jul 2011 20:44
by TheQwerty
It's a bit old now but I just discovered that the live filter box appears on the InputSelect() dialog within scripts, and it blew my mind. :mrgreen:

Forced me to rewrite my Script listing menu just to make use of InputSelect.

Code: Select all

"Select from Script Folder"
	$items = FolderReport('items','return', "<xyscripts>", 'r');
	$items = RegexReplace("$items", '(^.*\.xys$)|^.*$','$1');
	$items = RegexReplace("$items", '[\r\n]+', "<crlf>");
	$items = FormatList("$items", 'ted', "<crlf>");
	$selected = InputSelect('Pick a script - any script!', "$items", "<crlf>", 1);
	Load "$selected", '*', 'f';
Thanks Don!

Re: Like a new feature? Say thanks here

Posted: 13 Jul 2011 12:55
by nas8e9
The new drive bar with both the shell context menu as well as the ability to function as drop target, is great!

Thank you.

Re: Like a new feature? Say thanks here

Posted: 27 Jul 2011 19:01
by eil
thank you Don for Tabs customizable Icons(and for these icons implementation at all) :!:

Re: Like a new feature? Say thanks here

Posted: 18 Sep 2011 11:45
by Crash&Burn
Checking out XYplorer again, have become quite fed up with my File Manager of choice.

There's definitely some features missing in XYPlorer, some I may be able to live without (in general). And a definite difference in some features, and/or different naming scheme. Yet there are other features that have an amazing depth to them.

Admin/Don seems to at least take his users wishes in consideration when further developing the code base. Which is nice to see.

Personally I'd love to be able to customize the Main Menu's (As opposed to just the user menu), but it is something I can live without.

The Rename feature seems very powerful, though I kinda miss having the preview/file list/and Search|Replace fields/options all in one screen.

XYPlorer's Search options are quite awesome.

The InfoPanel is excellent as well, although since it contains the preview sub-tab, it feels out of place at the bottom -- the ability to display the InfoPanel in the other panel instead of solely at the bottom would utilize wide screen monitors space more effectively... there is a lot of empty space in the Info Panel when it's open at the bottom.

Hopefully I'm not too set in my ways, as this is a great piece of software.

Re: Like a new feature? Say thanks here

Posted: 18 Sep 2011 15:33
by j_c_hallgren
Crash&Burn wrote:The InfoPanel is excellent as well, although since it contains the preview sub-tab, it feels out of place at the bottom -- the ability to display the InfoPanel in the other panel instead of solely at the bottom would utilize wide screen monitors space more effectively... there is a lot of empty space in the Info Panel when it's open at the bottom.
You did notice this item on Roadmap (http://www.xyplorer.com/xyfc/viewtopic.php?f=10&t=830) in 3-B position, right?

Code: Select all

- - Preview Pane: New XL preview on the right window side and detachable (in a separate window)

Re: Like a new feature? Say thanks here

Posted: 19 Sep 2011 20:52
by highend
Tweak: Turn off safety check on move up (see v9.60.0002).
NoCheckMoveUp=1
Great, one annoying question less while doing repetitive tasks :)

Re: Like a new feature? Say thanks here

Posted: 21 Sep 2011 20:26
by tiago
My wiping needs are covered and I am happy. Bad timing, though, as I had to clean my laptop just last week which is already done. Someone mentioned cleaning of the remaining space... hmmmmm...not bad... :blink:

Thanks for folderreport() too, which more or less is covering all other failing tools in the cataloging field I tested to keep records on wiped files which will require further replacement.

Re: Like a new feature? Say thanks here

Posted: 07 Oct 2011 22:19
by tiago
Moveas() is a new feature which I was missing for a long time but never asked. It's making my job easier as it completely replaces 3 cycles of file processing I needed to do in the old times it wasn't available, that means HOURS of processing saved by this feature alone.
So I heartfully say many, many, many thanks!

Re: Like a new feature? Say thanks here

Posted: 04 Nov 2011 18:23
by tiago
Although not having an option to use negative filtering (ie, filter IN everything that is NOT specified), folderreport+formatlist [filter] is being of a great help to me, much more than I originally intended. Thanks a lot, admin!

Re: Like a new feature? Say thanks here

Posted: 04 Nov 2011 18:35
by PeterH
Just want to mention: I like "Sticky Section in Various MRU lists" very much!

Thanks for that!

Re: Like a new feature? Say thanks here

Posted: 16 Nov 2011 14:05
by m48tx
The 10.50.0024 Flat List option is a Home Run. Thank you!

Re: Like a new feature? Say thanks here

Posted: 16 Nov 2011 23:05
by serendipity
Thanks for the indent in Flat-view. Love it! :D
Personally i think indent should be the default setting.

Re: Like a new feature? Say thanks here

Posted: 18 Nov 2011 13:32
by PeterH
In the beginning I thought: flat-view - something to play with.

But now, e.g. with

Code: Select all

v10.50.0028 - 2011-11-18 12:39
    * Flat View: On a mixed Flat View (i.e. /:flat = showing files and
      folders), any Visual Filters or Name Search patterns from now on
      only apply to files, not to folders. In other words, all folders
      always pass any filters.
      This fine feature, combined with level-indent and tree-like sort
      order, enables you to view *filtered trees* in the file list, for
      example a tree showing only images or only EXE files. Hot stuff!
it becomes more and more interesting!

In other words: a good idea!