Search found 3095 matches

by jacky
14 Jul 2011 20:48
Forum: Tips & Tricks, Questions & Answers
Topic: Droppable User Buttons
Replies: 5
Views: 1797

Droppable User Buttons

v10.00.0008 - 2011-07-14 15:42 + [UNOFFICIAL FEATURE] Droppable User Buttons (DUB) The feature is UNOFFICIAL (and will not be mentioned in the Help) because it is inherently lacking. E.g. the icons are not very telling in the case of locations (almost all have the same folder icon) and files with n...
by jacky
12 Jul 2011 19:55
Forum: Tips & Tricks, Questions & Answers
Topic: Rearrange columns in details view?
Replies: 2
Views: 1142

Re: Rearrange columns in details view?

Rhywun wrote:I've made *numerous* changes to the defaults so I am wondering if there is some other setting that might "freeze" the columns...
menu Tools|Customize List|Column Drag ?
by jacky
10 Jul 2011 22:12
Forum: Script Exchange
Topic: XYplorer Automatic Updater
Replies: 110
Views: 27801

Re: XYplorer Automatic Updater

Alright, the config bit wasn't working due to a change in how unset works with global variables. Anyways, replace lines 936-939: unset $CJ_HTML_dl_folder; unset $CJ_HTML_dl_browse; unset $CJ_HTML_check_xy; unset $CJ_HTML_save; with the following: $CJ_HTML_dl_folder = ''; $CJ_HTML_dl_browse = ''; $CJ...
by jacky
07 Jul 2011 21:49
Forum: Script Exchange
Topic: XYplorer Automatic Updater
Replies: 110
Views: 27801

Re: XYplorer Automatic Updater

Hey there! :) I believe the problem is really that jacky designed the script around a single digit main version number, which is no longer the case. Just passing by, quickly looked at that, and TheQwerty is right, I did wrote this with a single digit main version number in mind, my bad. I believe yo...
by jacky
26 Sep 2010 19:48
Forum: Bug Reports
Topic: Some search commands not working anymore
Replies: 1
Views: 1008

Some search commands not working anymore

You know how one can have some search commands on its List (on blank area) context menu (Config|Advanced|Find Files commands in List context menu) ? Well, seems they don't really work no more. That is, when clicked from that menu (only, from Edit or using CKS they then do work fine), the Find Now, R...
by jacky
26 Sep 2010 19:34
Forum: Script Exchange
Topic: XYplorer Automatic Updater
Replies: 110
Views: 27801

Re: XYplorer Automatic Updater

FYI I put the latest version of the script available for download back on top of the first post, so it can be downloaded again. Also, fixed it so that it works again after Don changed a bit the format of changelog somewhat recently.
by jacky
15 Sep 2010 10:38
Forum: Wishes
Topic: This was not a bug, and is important!
Replies: 6
Views: 2300

Re: This was not a bug, and is important!

I don't know, at one time when syntax changed, XY had a nice little popup to warn users. So there's a precedent of communicating important things (and at least to those/some to whom it matters, it means something). Surely, it couldn't hurt to put it on the help file. I'm no expert, but I do a little...
by jacky
15 Sep 2010 09:48
Forum: Wishes
Topic: This was not a bug, and is important!
Replies: 6
Views: 2300

Re: This was not a bug, and is important!

So I think the fix/change was good (and from my POV it was definitely a bug because it was never intended like it was before the fix). Well, here's why I disagree: - you say it was never intended to work as it used to, yet that's how it worked and the documentation used delimiter for those, but sep...
by jacky
14 Sep 2010 23:25
Forum: Wishes
Topic: This was not a bug, and is important!
Replies: 6
Views: 2300

This was not a bug, and is important!

(I know I'm late, I hadn't updated in a little while :oops:) As a wish for the future, when you do something like this: v9.40.0007 - 2010-08-10 20:37 ! SC getinfo("SelectedItemsPathNames") and getinfo("SelectedItemsNames") returned a trailing delimiter after the last returned ite...
by jacky
14 Sep 2010 17:19
Forum: Wishes
Topic: Append Function to Select Items, Selection Filter.
Replies: 10
Views: 2538

Re: Append Function to Select Items, Selection Filter.

You mean CTRL/SHIFT+ENTER, yeah, I'll check that... Yes, +ENTER of course! Also, I just assigned a KS to this thing (it should have one by default btw. Not sure which one, I used Ctrl+Alt+M but it's not free, however Ctrl+Shift+M is if I'm not mistaken), and upon trigger XY tells me "Function ...
by jacky
14 Sep 2010 17:06
Forum: Wishes
Topic: Append Function to Select Items, Selection Filter.
Replies: 10
Views: 2538

Re: Append Function to Select Items, Selection Filter.

(Too) Late to the party, but anyways... Yes, I'm aware of this. But still I find it more intuitive as I did it. Probably because with manual multiple selection SHIFT is used to add more selections, and CTRL can be used to unselect a selected item. You see? Not sure I agree with that (that it's more ...
by jacky
01 Aug 2010 15:51
Forum: Script Exchange
Topic: Script Request - Move Into New
Replies: 7
Views: 2121

Re: Script Request - Move Into New

I'd like to suggest a script to: -ask user which name the new folder will have -create the new folder -move previously selected items into the new folder. (very) useful for laptop users, who in a single CKS can eliminate the hassle of dragging files with touchpad. Thanks! If when you say new folder...
by jacky
29 Jul 2010 18:05
Forum: Bug Reports
Topic: not able to see HTML as HTML
Replies: 37
Views: 7161

Re: not able to see HTML as HTML

Erm.. I see no point in warning before previewing files. This is just needlessly coddling the user. Just accessing files through any software can cause infection. Should XY also warn you before running/opening any item, because you might infect your machine? There's the new vulnerability that only ...
by jacky
29 Jul 2010 10:40
Forum: Wishes
Topic: Multi-user Tags and Comments
Replies: 58
Views: 13466

Re: Multi-user Tags and Comments

Great addition! :D Thanks, Don. I plan to give you a command to return the items in a folder, maybe I call it "listfolder" or "folderlist": $itemlist = listfolder([path=<curpath>], [separator="|"], [filesorfolders=3], [pattern=*]) path: the path to browse separator: use...
by jacky
28 Jul 2010 14:12
Forum: Wishes
Topic: Multi-user Tags and Comments
Replies: 58
Views: 13466

Re: Multi-user Tags and Comments

Either i need an command to hide the executing of the script, so the user didn't see anything. Or, - and this leads me to my next request which i want to do next- : execute report() command remote, i.e. without the need to go there first. Like report("{}",, $TargetDir); Yeah, a new param ...