Download the latest
XYplorer BETA version (v7.60.0042, 06-oct-2008).
Choose one: (1)
Install Package, (2)
No-Install Package (each about 1 MB).
Code: Select all
v7.60.0042 - 2008-10-06 15:09
+ Edit controls: Now, the Up and Down keys have an additional
function if there is no selection.
Up: if selection: caret to start of selection and unselect
else : caret to start of text
Down: if selection: caret to end of selection and unselect
else : caret to end of text
Of course, the Edit controls of DropDowns are excluded here since
there the Up/Down keys are used to open the DropDown list.
+ Edit controls: Now, Ctrl+Backspace deletes the previous word in
all Edit controls (but only if there isn't anything selected).
Note:
- In the Address Bar, the Go To dialog, and the Find Files
Location DropDown, word delimiters are:
\:?|
- Elsewhere (including all rename boxes), word delimiters are:
.:,; _-~(){}[]<>|/\^°*?!§$%&=+#"'
+ Configuration | Advanced | Drop-Down Lists: More configuration
options for the new DropDown controls:
- Select list items on mouse hover
When the list is dropped the mouse selects list items by mere
hovering (no buttons pressed).
- Select all on focus by mouse
When the control gets focused by clicking into the edit box the
current contents are auto-selected.
- Select all on item change
When you select a new item from the dropdown list by clicking or
pressing [Enter], or you reset the current temporary item by
pressing [ESC], the new edit box contents are auto-selected.
The factory default for all three options is ON.
* Rename Special | Aaa Aaa.aaa: Now the conversion to Title Case
(converts the first letter of every word in string to upper case)
uses the same word recognition routine as is used in edit boxes.
Note that, as before, the extension is always kept lower case.
* Edit boxes: Key F5 to convert selection to Title Case now also
works for Unicode strings.
* DropDown/Address Bar: Droplist now supports the keys PageUp,
PageDown, Home, End.
* Word breaking in edit boxes: Now, consecutive word breakers at
word end are treated as one word breaker. This is standard
behavior. E.g. try this in IE or Firefox or XYplorer's AB:
http://www.xyplorer.com/
It's broken into 4 parts:
http:// - www. - xyplorer. - com/
and not 6 parts:
http: - / - / - www. - xyplorer. - com/
! XY variable <curver> would attempt to retrieve version of files
that generally do not have any version info contained. A vain
effort. Fixed.
* UDC dialog: Some controls were not yet Unicode compliant. Fixed.