Re: Like a new feature? Say thanks here
Posted: 22 Sep 2014 10:41
I hacked the task manager. 
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Thanks a lot.+ Custom Columns: Added variable <cc_base>.
Code: Select all
v14.50.0302
+ List | Tiles Views: Now you can freely adjust the width of the textual
information shown in Tiles views.Code: Select all
v14.50.0305 - 2014-11-16 15:45
+ Tiles: Added experimental tweak to show some basic photo data with Large
Tiles:
TilesLargeExtraPhotoData = 1Code: Select all
v14.60.0201 - 2014-12-02 20:28
+ Menu File | To Clipboard: Added command "Text". Copies the text of the
currently selected ANSI or Unicode (UTF16 LE) text file to the clipboard.
...Code: Select all
v14.60.0212 - 2014-12-10 20:50
+ Menu Help: Added toggle "Command IDs on Menu". Tick it to show the command
IDs in the main menu (and where they are featured in context menus).
FYI, all commands that can be assigned a keyboard shortcut have an
internal command ID which can be used in scripting to refer to the
command.
Code: Select all
v14.70.0007 - 2014-12-18 12:09
+ Portable File Associations: Now you can use generic file types (e.g.
Image, Audio, Archive) in the PFA definition.
Examples:
{:Photo}>C:\Program Files (x86)\Adobe\Photoshop 7.0\Photoshop.exe
"Text|Notepad" {:Text};csv>NotepadCode: Select all
v14.70.0007 - 2014-12-18 12:09
* Tiles Photo Data: >>>ALL RECENT IMPROVEMENTS<<<I have a lot of use cases for the empty folder search+ Find Files and Quick Search: Added switch /e (think "empty") by which the
search will return only empty files (empty = zero bytes) and empty folders
(empty = no items contained).
Examples:
a* /e //finds all empty items starting with "a"
a* /ef //finds all empty files starting with "a"
a* /ed //finds all empty folders starting with "a"
Great, this will come in very handy. I assume it will be faster than having to use SC listfolder or folderreport or other means to obtain similar information. I didn't ask for this one, but thanks Don.+ SC property enhanced: Added argument "#Empty" to return whether a file or
folder is empty or not.
Code: Select all
v14.80.0014 - 2015-01-11 20:14
+ SC exit enhanced: Now you can use it restart XYplorer elevated.