Code: Select all
v10.80.0013 - 2012-01-25 14:48
% Better placement of captions in tabs depending on font size and
display settings. Also on non-standard DPI settings under Win7 the
tab height has been somewhat reduced.
% Better placement of dialogs: Now it is ensured that no parts are
outside the monitor when a dialog is popped up centered over the
main form.
* Network: Now you can browse network locations even when Mini Tree
is OFF and "Configuration | General | Show Network folder" is OFF.
The Tree is then bypassed (and displayed greyed, see below) and
only the list is used to browse the location.
* Tree: Now, a Tree bypassed by browsing (i.e. the browsed location
is not shown let alone selected in the Tree) is displayed with a
grey background, resp. with the color you have defined for Locked
Trees.
Reason: This makes it immediately clear that Tree and List are not
synched and protects you from false assumptions and potentially
fatal decisions.
Note: The Locked Tree color make sense here since being out of
sync with the list is a core property of the Locked Tree. Also
there will be no conflict or loss of information when your Tree IS
already locked because again, as a Locked Tree user you live with
an out-of-sync Tree by choice.
! Network: On a maxi tree the network special folder was not always
filled under certain conditions. Fixed.
* Scripting | HereDoc: Now the radical parsing (ending identifier
can be anywhere) is enabled when the identifier starts with a "#".
---------------------------------------------------------------
$isOk = Confirm (<<<#FOO
Blah
BlahFOO#FOO); echo $isOk;
---------------------------------------------------------------
Otherwise the old-school parsing is enabled (ending identifier
must be on own line):
---------------------------------------------------------------
$isOk = Confirm (<<<FOO
Blah
BlahFOO
FOO
); echo $isOk;
---------------------------------------------------------------
- Scripting | HereDoc: Tweak ScriptHereDocEndsAnywhere has been
removed.
! Scripting | HereDoc: The last line feed was lost on the following
construct:
---------------------------------------------------------------
$isOk = Confirm (<<<#FOO
Blah
Blah#FOO); echo $isOk;
---------------------------------------------------------------
Fixed.
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