Like a new feature? Say thanks here

Say it if you mean it...
LittleBiG
Posts: 1846
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Like a new feature? Say thanks here

Post by LittleBiG »

Code: Select all

      Before, "Follow Folder Links" in Quick Search was controlled by Info Panel
      | Find Files | Name & Location | Follow Folder Links. Now I think it's
      better for this function to work completely independent of GUI settings.
      Especially since ALL other settings on this tab are also ignored by it.
Thanks, Don, I already wanted to persuade you in an unanswered post more than a year before. http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=11184

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Like a new feature? Say thanks here

Post by admin »

Uh oh, you were so right! :tup:

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Like a new feature? Say thanks here

Post by SkyFrontier »

v15.50.0002 - 2015-07-31 21:05
...
+++ Scripting got a new function.
Name: QuickSearch
...
Remarks:
- QuickSearch is probably the most powerful and useful of all scripting
commands. It works 100% identical to GUI Quick Search apart from not
affecting the GUI: The search results are returned by the function in
a string. QuickSearch lets you quickly collect specific stuff from the
most remote corners of your file system by means of simple scripts
that can be stored and shared. The stuff is returned in a format ready
for further automated processing. One of the most powerful file search
engines compressed into a one-liner.
- The search is by default recursive (includes subfolders).
- Found items are always returned with full path.
- Paper Folders are supported.
- Portable Devices are supported.
- Multi-location searches are supported.
- There is no progress status at all.
- The running function will pretty much block XY.
- ESC can abort a search.
...
Love at first sight. Thanks! :beer:
Edit: damn thing's uber fast! :twisted:
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Like a new feature? Say thanks here

Post by Filehero »

Code: Select all

v15.50.0108 - 2015-08-07 21:06
    + Floating Preview: Now you can navigate by left mouse click.
      - Click on left half of status bar or of anywhere off preview: Go Back.
      - Click on right half of status bar or of anywhere off preview: Go Foreward.
A "hidden" nice one. :)

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Moving through Floating Preview by mouse clicks

Post by aurumdigitus »

Yes indeed! This is a truly excellent feature to give to us "mousers". Have been wishing for it since the beginning of time; well, since Floating Preview become so important.

Do wish it operated more like that in Faststone Image Viewer but that is probably because am so used to it.

Still - ebullient to have the XY incarnation. :appl:

eil
Posts: 1617
Joined: 13 Jan 2011 19:44

Re: Like a new feature? Say thanks here

Post by eil »

Code: Select all

* Ghost Filter
  - Path: Now you can state a full or partial path in a pattern.
  - Scope Prefixes: You can define whether a pattern affects files (f:),
    directories (d:), or both (no scope prefix).
 + Status Bar: If the current list is hiding items by Ghost Filter, a little
      ghost icon is shown in the first section of the statusbar.
 + Access Control: Added key "HiddenItems" to Admin.ini. 
many likes! :biggrin:
Win 7 SP1 x64 100% 1366x768

Flora_RMC
Posts: 279
Joined: 28 Dec 2012 09:50

Re: Like a new feature? Say thanks here

Post by Flora_RMC »

Code: Select all

    + Floating Preview: Now you can navigate by left mouse click.
      - Click on left half of status bar or of anywhere off preview: Go Back.
      - Click on right half of status bar or of anywhere off preview: Go Foreward.
Thank you for this! It's so handy... :appl: :appl:

eil
Posts: 1617
Joined: 13 Jan 2011 19:44

Re: Like a new feature? Say thanks here

Post by eil »

Code: Select all

    + Toolbar: Added tweak to customize the back color of the main toolbar. The
      value is to be stated in RRGGBB format. Example for a white toolbar:
        ToolbarBackColor=FFFFFF
i like this and hope other parts of interface get same color-tweaks :mrgreen:
p.s. please add ;tweak -mark in further release, 'cause it's not marked now. :ninja:
Win 7 SP1 x64 100% 1366x768

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Like a new feature? Say thanks here

Post by bdeshi »

Some experiment going on with ui graphics for some time.
Keep finding beautiful flat icons here and there :tup:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Lock Zoom Position

Post by aurumdigitus »

Not being heavily into graphics am just now getting around to working with Lock Zoom Position. Frankly, more useful than anticipated.

Thanks to whoever came up with the concept. :biggrin:

mwb1100
Posts: 213
Joined: 19 May 2007 06:20

Re: Like a new feature? Say thanks here

Post by mwb1100 »

Drag and Drop. Now you can change the default drag and drop behavior (which is Move on same drive, Copy on different drive), and e.g. always Move or always Copy. Might save you a headache.
One of those things that never occurred to me should have an option since it's just "the Windows way". Well, I think it should always copy unless I specifically say otherwise, so thanks!

Also, there are occasions where I'll find the "flatten folder" function useful. I'm just not sure I'll use it enough to remember, so I probably won't remember until after I do things manually...

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Like a new feature? Say thanks here

Post by highend »

+++ Search In List...
Cool feature!
One of my scripts helped you out? Please donate via Paypal

konfuzius
Posts: 16
Joined: 26 Aug 2014 18:20

Quick Search

Post by konfuzius »

+ Quick Search: Experimentally added #? as a shorthand for <allitems ;>?.
So, to search the current list (which can be a search results list) for
all items last modified in 2014 you can do this through the Address Bar:
#?dateM: y 2014
+ Quick Search: Experimentally added +? as a shorthand for <selitems ;>?.
So, to search the selected items in the current list (which can be a
search results list) for all items last modified in 2014 you can do this
through the Address Bar:
+?dateM: y 2014
Great one. Have been waiting for this so long. Don't remove.
XYplorer {latest beta}
Windows 10 x64

Image

FluxTorpedoe
Posts: 855
Joined: 05 Oct 2011 13:15

Re: Like a new feature? Say thanks here

Post by FluxTorpedoe »

+++ Search In List...
:appl:
Tremendous! Especially the "search over search" ability!

And grateful for the "support | as an alternative separator."

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Like a new feature? Say thanks here

Post by SkyFrontier »

v15.70.0107 - 2015-09-07 12:05
...
> Just in case you missed it: All the above is pretty sensational stuff!
now THAT'S entertainment! :tup:

just missing <clp> instead of neverending boring <clipboard>... :whistle:
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply