Search found 51 matches

by sj515064
08 Mar 2019 12:09
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Color filter by custom columns -- is this possible?
Replies: 15
Views: 2121

Re: Color filter by custom columns -- is this possible?

Just for reference for those who also come across the problem (return by runret() is not the same as that of CMD): Root of the problem is difficult to locate. However, I did find a workaround: 1. Replace runret(command); with run "cmd /c command ""<curpath>"" > ""<...
by sj515064
04 Mar 2019 07:07
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Color filter by custom columns -- is this possible?
Replies: 15
Views: 2121

Re: Color filter by custom columns -- is this possible?

highend wrote: 04 Mar 2019 07:04 And the runret() part of the script looks like?...
It's like this:

Code: Select all

$P_SVN_Result = runret("svn status -v");
          //for debug
          writefile("return_by_runret.txt", $P_SVN_Result);
by sj515064
04 Mar 2019 06:56
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Color filter by custom columns -- is this possible?
Replies: 15
Views: 2121

Re: Color filter by custom columns -- is this possible?

I found the return of SC "runret()" different from the one returned directly by CMD, especially when the return is multi-line Be more specific? It's difficult for you to reproduce the result :) However, returns by "runret()" and CMD are really different. I have attached the resu...
by sj515064
04 Mar 2019 06:24
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Color filter by custom columns -- is this possible?
Replies: 15
Views: 2121

Re: Color filter by custom columns -- is this possible?

highend wrote: 04 Mar 2019 04:06 Only if the entries in the custom column are representing tags.
I see. Thanks :)

Off the topic: I found the return of SC "runret()" different from the one returned directly by CMD, especially when the return is multi-line. Possibly a bug there?
by sj515064
04 Mar 2019 03:23
Forum: Tips & Tricks, Questions & Answers
Topic: [SOLVED] Color filter by custom columns -- is this possible?
Replies: 15
Views: 2121

[SOLVED] Color filter by custom columns -- is this possible?

I have a custom column named "SVN status", which shows enumerations like "normal", "modified", "added", ..., etc. for each file. I would like to have different colors for files with different values in the custom column "SVN status". For example, if ...
by sj515064
02 Mar 2019 11:57
Forum: Wishes
Topic: [Withdrawn] Tweak: remembering position of the horizontal scroll bar
Replies: 0
Views: 1343

[Withdrawn] Tweak: remembering position of the horizontal scroll bar

I have a custom column layout named "reversed", where all the default columns are positioned from right to left. For example, the column "Name" is on the far right, rather than left. Every time I navigate into a new folder, the horizontal scroll bar is reset to the left. Would th...
by sj515064
01 Mar 2019 03:01
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

There is one thing that bothers me... The server has ALL files, the clients none (they tag items via a mapped network drive from the server)! Using this setting on all machines (clients + server) Configuration | General | Startup & Exit | Save Settings | [✔] Save changes to disk immediately But...
by sj515064
27 Feb 2019 06:45
Forum: Reviews
Topic: Like a new feature? Say thanks here
Replies: 880
Views: 314082

Re: Like a new feature? Say thanks here

Thank you for supporting export/import of local tags :D
by sj515064
26 Feb 2019 13:06
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

That would be great :D (and more intuitive)
by sj515064
26 Feb 2019 12:34
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

So what about this? We could used a fixed name, e.g. "XYplorerTag.dat", and then do it like this (GUI commands in bold, corresponding scripts in fixed font): Agreed, fixed name should be used for consistency. Export Tags To Local Database = tagexport("XYplorerTag.dat", , 3); (= ...
by sj515064
26 Feb 2019 03:28
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

I tried but failed to understand this solution. Can you give an example with full paths where storing just the parent folder would do any good? Maybe I did not have enough coffee but... :eh: Forget about Solution #3 :) If you are curious about the reason, read the following paragraph; otherwise ski...
by sj515064
25 Feb 2019 03:42
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

Works perfectly :tup: This script should be included in official release.

Thanks! :)
by sj515064
24 Feb 2019 16:55
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

Dear Sammay,

Brilliant ReTag.xys! Will try it later.

Wishes again for the developer to incorporate such feature (importing/exporting tags per folder) into release :)
by sj515064
24 Feb 2019 13:32
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

Re: Global v.s. local tag storage, and some suggestions

Configuration > Information > Tags > Storage: Relative to tag.dat can help, at least when all tagged items are on the same drive as the tag That does help to some extent. However, the relativity of "tag.dat" and the tagged files should be reserved, otherwise tags, labels, comments would d...
by sj515064
23 Feb 2019 17:13
Forum: Wishes
Topic: [SOLVED] Global v.s. local tag storage, and some suggestions
Replies: 30
Views: 5005

[SOLVED] Global v.s. local tag storage, and some suggestions

Currently XYplorer stores all tags in one file "tag.dat". Developer may have his own considerations, but this does cause some trouble to moving tags together with the tagged files around. I give two examples and suggest three options for solution. If it is too long to read, please read Sol...