Search found 4165 matches

by bdeshi
14 Dec 2019 11:44
Forum: Wishes
Topic: Treat the text after the first dot as an extension
Replies: 3
Views: 1711

Re: Treat the text after the first dot as an extension

the extension really is gz.
by bdeshi
01 Dec 2019 11:27
Forum: Tips & Tricks, Questions & Answers
Topic: Expand use of SC gettokenindex
Replies: 9
Views: 2103

Re: Expand use of SC gettokenindex

I think something like this might be a good fit: viewtopic.php?t=13822&p=143611#p143611
by bdeshi
17 Nov 2019 07:33
Forum: Wishes
Topic: XYplorer for computer programmers
Replies: 1
Views: 1015

Re: XYplorer for computer programmers

use emacs.
by bdeshi
17 Nov 2019 07:32
Forum: Wishes
Topic: compare the content between two files
Replies: 6
Views: 2774

Re: compare the content between two files

John_C wrote: 17 Nov 2019 07:16 It should be also said that a lot of developers don't use diff utilities to compare local files. Instead, they use Git or Mercurial or SVN or some another version control system.
I use git-diff outside of git repos all the time :/
by bdeshi
16 Nov 2019 06:21
Forum: Wishes
Topic: compare the content between two files
Replies: 6
Views: 2774

Re: compare the content between two files

Here's a catalog entry (based on a script by Enternal) that I had been using to compare files or folders with beyondcompare.
by bdeshi
06 Nov 2019 12:46
Forum: Tips & Tricks, Questions & Answers
Topic: how to sort folders to the bottom of a list?
Replies: 7
Views: 3312

Re: how to sort folders to the bottom of a list?

You can make do with a custom column, secondary sort, and FVS. First add a custom column with this definition. Just run snippet; from the addressbar, then paste in the following code into the textbox that opens: Snip: CustomColumn 1 XYplorer 20.50.0100, 11/6/2019 5:38:27 PM Action ConfigureColumn Ca...
by bdeshi
05 Nov 2019 12:25
Forum: Wishes
Topic: Define UDC by script/snippet
Replies: 1
Views: 900

Define UDC by script/snippet

Can snippet gain the power of defining UDCs? or can there be some other way to define UDCs by scripted commands?


[This was probably wished before, but i couldn't find anything after a cursory search.]
by bdeshi
04 Nov 2019 06:04
Forum: Tips & Tricks, Questions & Answers
Topic: Left and right display width is different
Replies: 2
Views: 1005

Re: Left and right display width is different

focus 'PI'; $w = replace(regexmatches(setcolumns(,2), "\bName\.\d+"), "Name."); focus 'PI'; setcolumns("Name.$w", 4); Run this script. Just paste the code into the addressbar and press ENTER. Both panes will get the same width of the name column. Then you might want to...
by bdeshi
04 Nov 2019 05:55
Forum: Tips & Tricks, Questions & Answers
Topic: Licensing - multiple computers
Replies: 4
Views: 1472

Re: Licensing - multiple computers

I'd say two licenses for the two of you, since you both are presumably using XYplorer.
by bdeshi
03 Nov 2019 13:23
Forum: Wishes
Topic: Defining new default folder
Replies: 12
Views: 3193

Re: Defining new default folder

gah! that was embarrassing. (thanks!) :oops:
by bdeshi
03 Nov 2019 13:13
Forum: Wishes
Topic: Defining new default folder
Replies: 12
Views: 3193

Re: Defining new default folder

Where? I don't see anything missing... :ghost:
:whistle:
by bdeshi
03 Nov 2019 08:44
Forum: Tips & Tricks, Questions & Answers
Topic: Custom folder icons
Replies: 2
Views: 1388

Re: Custom folder icons

Is this resolved? a restart of XY should show updated icons in the tree.
--
Don, can this be optimized?
by bdeshi
03 Nov 2019 08:17
Forum: Wishes
Topic: Defining new default folder
Replies: 12
Views: 3193

Re: Defining new default folder

paste the following code in the addressbar, then press ENTER. XYplorer will restart, and then you'll find the expected item in Right-click > New: setkey "YY_MM_DD_", "Folder3", "NewTemplates"; exit 'nr'; OR, if you want a shortcut, do the following. open main menu > Use...
by bdeshi
03 Nov 2019 07:42
Forum: Tips & Tricks, Questions & Answers
Topic: emoticons as tags look poor
Replies: 15
Views: 3288

Re: emoticons as tags look poor

I'm pretty sure emojis are not being pulled from Roboto, Verdana or other random fonts. They come from the Segoe UI Emoji/Segoe Color Emoji font. ed. And setting "Segoe UI Emoji" as the content font shows emojis properly in Windows 7. (Configuration > Colors and Styles > Fonts) I think Wi...