Search found 64 matches

by neil9090
19 Apr 2017 21:51
Forum: Wishes
Topic: Enhance - Move Here to New Subfolder
Replies: 2
Views: 876

Enhance - Move Here to New Subfolder

I would like this popup enhanced to allow the suppression of the directory already exists popup (unless there is a config option or tweak already). I would also like the Recently Used list to be increased and maybe even shown in a listbox so you can double click to select it. Smart logic would be a ...
by neil9090
19 Apr 2017 21:35
Forum: Tips & Tricks, Questions & Answers
Topic: Instant Color Filter - toggle
Replies: 5
Views: 1394

Re: Instant Color Filter - toggle

Thanks highend for your response. I have re-checked the double quote replacement and it was my error, it wasn't doubling the quotes in the message being sent, I was doubling the first and last ones in the color filter. By Design, normal procedures are called to set a value, not to toggle if the same...
by neil9090
19 Apr 2017 13:33
Forum: Tips & Tricks, Questions & Answers
Topic: Instant Color Filter - toggle
Replies: 5
Views: 1394

Instant Color Filter - toggle

If I put the follow command address bar into the address bar, it sets the instant filter appropriately. ::colorfilter("dir:del >,FF11FF") This works, if I press return again in the address bar or send the same setting command again it toggles it off, is there a tweak to stop the toggle if ...
by neil9090
22 Feb 2017 00:22
Forum: Tips & Tricks, Questions & Answers
Topic: Paper Folder Save to specific filename with auto overwrite
Replies: 3
Views: 611

Re: Paper Folder Save to specific filename with auto overwrite

Thanks highend, I thought you might have the answer. I thought the quick search was /fo = files only i.e. hide directories... I might be wrong... Love the one liner... Just had a try and had some recursive error message come up, changed the quicksearch into a variable then used that and it works fin...
by neil9090
21 Feb 2017 23:46
Forum: Tips & Tricks, Questions & Answers
Topic: Paper Folder Save to specific filename with auto overwrite
Replies: 3
Views: 611

Paper Folder Save to specific filename with auto overwrite

I have a simple script to recreate a paperfolder. goto "C:\test?* /fo"; #778; // convert results to a paper folder but shows a dialog box. Now my question is how to save the results as a paperfolder aka convert to a paperfolder but without doing a dialog prompt. I am using now this; goto &...
by neil9090
23 May 2016 18:28
Forum: Wishes
Topic: Folder size and Caching
Replies: 51
Views: 11086

Re: Folder size and Caching

Love the feature addition Don. Am I doing something wrong in 16.80? So I have turned on caching, if I move into a sub folder delete or add new files etc... why does the caching not get invalidated for the folder. i.e. C:\folder\subfolder (2 files) delete files from the subfolder move up a level to t...
by neil9090
17 Mar 2016 23:53
Forum: Wishes
Topic: Cache Calculated Folder Sizes [feature added in 16.70+pro]
Replies: 7
Views: 2109

Re: Cache Calculated Folder Sizes

Feels longer, and I guess I was clicking the save setting (all) which might make it 2 seconds.. And my machine sometimes goes slow (my issues)! With many folders being stored the size it adds to the ever growing tag file, but it doesn't seem to make a difference at the moment, if Don could get a cac...
by neil9090
16 Mar 2016 00:13
Forum: Wishes
Topic: Cache Calculated Folder Sizes [feature added in 16.70+pro]
Replies: 7
Views: 2109

Re: Cache Calculated Folder Sizes

Reloading tag via your script; some example times; 1014 msecs 905 msecs 952 msecs 967 msecs 1076 msecs Filesize of tag is actually 36,051,808 bytes Saving tagfile only; (#195;) some example times 1529 msecs 1498 msecs 1451 msecs 1388 msecs 1560 msecs Not using a SSD (would like to) 5400 HD, i7 2630 ...
by neil9090
08 Mar 2016 22:40
Forum: Wishes
Topic: Cache Calculated Folder Sizes [feature added in 16.70+pro]
Replies: 7
Views: 2109

Re: Cache Calculated Folder Sizes

Thanks highend, I was hoping that Don would be able to add the Cache into XY thus in the wish list, I found a similar script here back in 2014 after I had posted. http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=11375&p=133731&hilit=folder+sizes#p133731 So will probably merge a bit of th...
by neil9090
07 Mar 2016 23:23
Forum: Wishes
Topic: Cache Calculated Folder Sizes [feature added in 16.70+pro]
Replies: 7
Views: 2109

Cache Calculated Folder Sizes [feature added in 16.70+pro]

With Calculate Folder Size Switched on / Network Calculate also. Is there a way to cache folder sizes for a user specified time. I.e. some of my folders are deep with many files and can take a little time to calculate My problem at the moment is when I navigate to G:\ the autorefresh happens as some...
by neil9090
07 Mar 2016 22:39
Forum: Wishes
Topic: Paper Files Zombie Offline Mode
Replies: 0
Views: 562

Paper Files Zombie Offline Mode

I have a number of paper files that contain search results of files that are mostly offline due to devices not being plugged in or switched on e.g. NAS'es etc. USB Hard drives etc.. Is there any way that we can configure the paper files via the XYplorer.ini to default as if its always offline i.e. d...
by neil9090
07 Mar 2016 22:29
Forum: Bug Reports
Topic: [Resolved] Address Bar Network Case Sensitivity
Replies: 2
Views: 861

Re: Address Bar Network Case Sensitivity

Thanks Don, that's done the trick..

Guess its on your list to add to GUI
by neil9090
06 Mar 2016 18:08
Forum: Bug Reports
Topic: [Resolved] Address Bar Network Case Sensitivity
Replies: 2
Views: 861

[Resolved] Address Bar Network Case Sensitivity

I believe this is a bug that has been fixed for local drives, but appears to be still around for networks tagged files. e.g. if you type \\serverName\sharename\Folder Into the address bar but the servername, sharename or even folders differ in case from when you tagged a file it doesn't match the ta...
by neil9090
19 Aug 2015 00:03
Forum: Bug Reports
Topic: ReadUrl not working correctly
Replies: 4
Views: 1116

Re: ReadUrl not working correctly (resolved)

Apart from a probably non valid https certificate that just sounds like name resolving problems... Ok looks like the problem was of my own making, I was using a ad blocking application that adjusts the IE proxy setting thus XY was connecting probably via this proxy thus it couldn't see either https...
by neil9090
17 Aug 2015 00:01
Forum: Bug Reports
Topic: ReadUrl not working correctly
Replies: 4
Views: 1116

Re: ReadUrl not working correctly

admin wrote:Those URLs do not exist acc. to Firefox.
Strange, after some windows updates, a reboot and adding ipaddress to hosts file this appears to have resolved it;
strange one, will take it out of the hosts file in a few days...

::msg readurl("https://my-pc/test.txt")
// works now!!