Changes in UltraEdit v14.20):
* Improved FTP Support
o Full support for FTPS (Control only, Control and data, Implicit)
o Redesigned Open from FTP/Save as to FTP dialogs
o Ability to set a (server based) remote or (Perl regex based) local filter (provides filtering ability for SFTP)
o Improved proxy support
o Improved SSL certificate handling
o Ability to set local default directory for each FTP account
* Scripting access to the clipboard
o Access content on the clipboard via UltraEdit.clipboardContent;
o Fill the clipboard via var myClipboardContent = UltraEdit.clipboardContent;
* Threaded function list with option to move focus to function list on refresh
* Line numbers available for "List lines containing string" dialog
* Enhanced large file detection and handling
o Prompt for each large file opened to open without temp files, line numbers, etc.
* Single click activates file in "Open" list (file tree view)
* Added application icon to Windows Explorer context menu option
* Added ability to add up to 20 external Help files
* Added ability to specify column order for bookmark viewer
* Added menu option to reset floating dialogs (View -> Views/Lists -> Recover Floating Windows)
* Many other minor enhancements/improvements