Code: Select all
v10.90.0105 - 2012-03-17 20:19
+ Admin Settings: Added a new key "FileTagDat" to the section
[Paths] to Admin.ini, which can be used to overwrite the
otherwise not customizable path to the tags database file:
[Paths]
FileTagDat=\\North\Share\XY\CommonTags.dat
Usage:
This setting can be used for example to share file tagging
(Labels, Tags, Comments) across a network by different members
of a team. Or to let different configurations (/ini=...) share
the same tagging.
Notes:
- FYI, the default path is <xydata>\tag.dat.
- The administrator is responsible for a sensible rights
management. A shared tags database should be read-only for the
normal user to avoid write conflicts.
This can also be done via setting eAPDisallow_Write_Tags (512)
in Admin.ini, which will deny the user to modify tags (Labels,
Tags, and Comments):
[Settings]
Profile=512
+ New variables:
<xytagdat> = XYplorer tags database path/file
<xynewitems> = XYplorer new items path (unslashed)
* SC quote enhanced: Added flag to unquote strings.
Syntax: quote([string], [flags=0])
flags: 0: Quote.
1: Unquote.
Example:
echo quote('"Hola!"', 1); // Hola!
* SC getkey: Removed the optional parameter flags added recently in
v10.90.0102. Instead the function now always behaves as if
flags=1, i.e. leading TAB characters in values are returned and
not cropped.
! Paste: After a successful Cut/Paste the clipboard was
unconditionally cleared. Now, it is only cleared when it still
contains the pasted source data. So, you now can reuse the
clipboard during longer paste jobs without having it cleared when
the job is eventually finished.
! Selection Filter: The last filter was saved to INI even if
excluded by save settings in Configuration | Startup & Exit |
Remember most-recently-used lists. Fixed.
+ Tweak to add any number of user defined codepages directly to the
INI file. General Format:
NameOfCodePage=Value;NameOfCodePage=Value;...
Here's an example of how the key could be set:
UserCodePages=IBM 437 (DOS-US)=437;IBM 850 (DOS-Latin-1)=850
The dropdown menu on the Preview tab will show the user defined
codepages.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club