Code: Select all
v13.90.0008 - 2014-04-04 18:28
+ Tweak to ignore certain leading words when sorting. Typically these words
are articles, i.e. semantically near-empty words accompanying nouns in
various languages. Since they are usually preceding the nouns and there
are usually two or more of them they affect the sort order in a probably
undesired way. A case in point are files named after song titles.
Now you have the option to simply ignore those articles in filenames when
sorting. You have to tweak two things, first whether you want the feature
enabled, second which words you want to ignore:
SortIgnoreLeadingWords=1
SortLeadingWordsToIgnore=a;an;the
Here is an example that covers more European languages besides English:
SortLeadingWordsToIgnore=a;an;the;ein;eine;das;der;die;el;il;la;las;le;les;los;un;une;de l';de la;des;du;l';la;le;les;un;une
Notes:
- Words are matched case-insensitively (A==a).
- They must be followed by a space (unless they end with an apostrophe).
- They are matched only at the beginning and only once per string.
- This tweak will be elevated to UI level in the next major release.
+ New variables to return the unslashed path of each pane:
echo <path 1>; //pane 1
echo <path 2>; //pane 2
* Autosize Columns: Now also standard columns are autosized on show.
! Command "Show 64-bit Context Menu" was missing in the Computer (This PC)
context menu. Fixed.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club