March 6th, 2012Smart Templates:
· Ability to add multiple user-defined variables to templates
· New "Languages" template group to store templates based on syntax highlighting languages
· Template "Auto-suggestion" (provides smart suggestion of matching template based on what you type)
· Optionally disable template auto-suggestion for comments and/or strings
· Ability to insert templates via auto-complete (Ctrl + Spacebar)
·
Inserted template respect
· Indent level
· Line terminators
· Spaces/tabs settings
· Drag-and-drop templates from template list into active file to insert them
· New template configuration options in Advanced -> Configuration -> Templates
· Access Global, Environment, and Language templates at the same time
· Redesigned, modeless "Modify Templates" dialog
· Default language templates provided for most major programming/scripting languages
· Ability to reorder templates in template list
· Create an unlimited number of templates
· Template files stored in XML format in centralized location
Automatic auto-completion of closing HTML and/or XML tags:
· Configurable in Advanced -> Configuration -> Editor -> XML/HTML
· Configure whether to close on same line or on new line
Dockable "Lines containing find string" window:
· "Find String List" can now be docked, floating, or auto-hidden
· Window options are now available in right-click context menu
· Enable/disable in View -> Views/Lists
Full support for proportional fonts:
· Corrected caret positioning issues with fonts that are not fixed-width
· Improved syntax highlighting for fonts that are not fixed-width
Improved FTP performance:
· Faster modification and saving accounts, especially when many accounts are configured
· Added support for automatically connecting to FTP account when opening FTP Open or Browse dialog
Other changes:
· Removed "Open Files" splash screen on startup
· Both 32-bit and 64-bit shell integration DLLs are installed on 64-bit systems
· Increased "Recent Files" list from 16 to 32
October 13th, 2011New scripting functionality:
· UTF8ToASCII() - converts UTF-8 file to ASCII
· ASCIIToUTF8() - converts ASCII file to UTF-8
New macro functionality:
· UTF8ToASCII - converts UTF-8 file to ASCII
· ASCIIToUTF8 - converts ASCII file to UTF-8
Find/Replace improvements:
· Better handling of Perl regex results in Lines Containing Find String window
· Better highlighting of Perl regex matches in Find in Files output
· Selecting text and pressing Find/Replace hotkey updates Find/Replace string when dialog is already open
Syntax Highlighting improvements:
· Improved highlighting of nested block comments
· Improved syntax highlighting with word wrap
· More flexible Comment Add/Remove
· Better writing of custom highlighting colors to wordfile
· Improved handling of saving multiple files to FTP
· Improved performance when selecting text in large files
· Improved handling of file paths with multi-byte Unicode characters
· Improvements to Explorer tab in File View
· Several translation/localization improvements in non-English versions
· Files created via command line respect default line terminator setting
Specific fixes for issues, including:
· Fixed drag and drop editing issues
· Fixed Undo/Redo issue with restoring data
· Fixed Comment Add / Comment Remove with leading whitespace
· Fixed issue where toggling column mode closes Lines Containing Find String dialog
· Fixed auto-correction of word while word is still being typed
· Fixed issue where clicking "Cancel" to save changes prompt gives focus to wrong file
· Fixed issue where characters inserted via Alt + numeric keypad don't display properly in UTF-8 file
· Disabled tag insertion when in hex mode
· Fixed issue where Shift + Double Click doesn't highlight all selected if "Use presistent highlight all" is disabled
September 2nd, 2011Active Column Highlighting:
· Can be enabled and configured in View -> Set Colors
· Can be toggled via View menu, toolbar button, or with key mapping
New Find in Files functionality:
· New "Date created" ($Dc) and "Date modified" ($Dm) template options for Find in Files output
· Open all files matched by Find in Files/Replace in Files
· New FindInFiles macro property: OpenMatchingFiles
· New scripting property: UltraEdit.frInFiles.openMatchingFiles (Boolean)
New scripting functionality (all document objects):
· cancelSelect() - cancels the current selection (if any) without changing caret position
· gotoEndOfPrevWord() - moves caret to end of previous word
· gotoEndOfPrevWordSelect() - selects from current position to end of previous word
· GotoEndOfNextWord() - moves caret to end of next word
· gotoEndOfNextWordSelect() - selects from current position to end of next word
New macro commands:
· CancelSelect - cancels the current selection (if any) without changing caret position
· GotoEndOfPrevWord - moves caret to end of previous word
· GotoEndOfPrevWordSelect - selects from current position to end of previous word
· GotoEndOfNextWord - moves caret to end of next word
· GotoEndOfNextWordSelect - selects from current position to end of next word
Project workflow and workspace enhancements:
· Removed prompt to close open files during project open if only unsaved Edit files are open
· Open files are no longer closed when creating a new project (only applicable if "Close all files when opening or switching projects" is enabled)
· Ability to save user-specific project PUI files in user config directory (configured in Advanced -> Configuration -> File Handling -> Advanced)
· "Yes to All" and "No to All" options added to "File no longer available" prompt
· Ability to add all open files to lists/favorites in Lists tab of File View (with "..." button in the Lists tab)
Wordfile enhancements:
· Non-default wordfiles no longer removed when updating default wordfiles
· New Python wordfile added to default wordfiles
FTP enhancements:
· Ability to delete files in FTP Browser with DEL key
· Ctrl + Shift + Arrow Keys now selects to word boundaries in file path field of FTP Open/Save/Browse
New editor display features and improvements:
· Selected bytes/lines information displayed in status bar
· Cursor now changes to pointer when hovering over margin
· Improved file status icons in file tabs for higher contrast and better visual distinction
· Ability to clear undo buffer (via Edit menu, toolbar button, or with key mapping "EditClearUndo")
· Improvements to Goto in Hex mode to support addresses in very large files
· New MSI installer (requires Windows Vista SP2 or greater)
· Re-skinned installer with new messaging
· More user-friendly licensing/registration messaging
· Redesigned "Check for Updates" dialog and messaging
· Other minor improvements
June 4th, 2011Brace Matching advancements:
· New "Jump to matching brace" functionality (no selection)
· New "SearchGoToBrace" key mapping item
· "SearchMatchBrace" is now "SearchSelectToBrace"
Spell As You Type additions:
· Ability to toggle from toolbar icon
· New "SpellAsYouType" key mapping item
FTP advancements:
· Ability to clear FTP directory drop down history (added at bottom of drop down list)
· Improved "Download from server" and "Download with sync" with linked project folders
· Last-used FTP directory no longer remembered between instances
Project improvements:
· Improved relative path handling
· Separate "Add Folder" and "Add Group" commands
New scripting functionality (the following are all document objects):
· gotoPos() - Goes to specified position (passed as parameter) in number of bytes from beginning of file
· clearAllBookmarks() - Removes all bookmarks from file (also available as new macro command)
· isReadOnly() - Returns true or false based on whether file is read-only
· readOnlyOn() - Sets "read only" attribute for file
· readOnlyOff() - Removes "read only" attribute for file
· isWordWrap() - Returns true or false based on whether word wrap is toggled
· wordWrapOn() - Turns word wrap on
· wordWrapOff() - Turns word wrap off
General usability enhancements and advancements:
· Option to disable file tab tool tips (from file tab context menu)
· Ability to hide all toolbars (from toolbar context menu)
· List Lines Containing String dialog reports total number of lines found
· Lower pane of split explorer view remembers column widths from session to session
· "XML Convert to CR/LF" now available for all files, regardless of extension
· Version backup support for UNC file paths
· "Save as type" always remembered in Save As dialog
· Improvements for default directory with File -> Open dialog
· Version details are now selectable in About
· Internal speed/performance and other minor enhancements
March 12th, 2011Completely re-engineered explorer window for File View:
· Optional split view for folders on top, files on bottom
· Split view for FTP accounts
· New Network item to browse network/shared directories
· New Open Files option (from right-clicking folder in Explorer)
Greatly expanded drag-and-drop functionality for lists/file tabs:
· Drag a file tab to the File View to add it to a list or to your active project
· Drag files from Lists or Explorer to open in the editor
XML Manager additions:
· New "Attributes" pane for exploring and modifying node attributes
· "Format Document" context menu option for reformatting XML
· Double-click a node in the XML Manager to expand it in the file
New file tab status icons for:
· New files
· Saved/unsaved files
· FTP files
· Read-only files
Highlight all occurrences of selected word:
· Activated via Shift + Double Click
· Alternatively activated via Ctrl + . (will highlight word under caret)
· New "Highlight All Selected" toolbar icon / key mapping command for quick access
· Persistent "Highlight All" for Find
· HTML and XML open/close tag matching
· New File Open and Save As dialogs for Vista/Win 7 (including Favorites, Libraries, etc.)
· "Count All" functionality for selected text or in column range
· Increased wordfile color groups for up to 15 total groups
· Completely re-themed modern icon set
· Ability to lock toolbars
· New config item (File Handling -> Save) to maintain Save As directory for duration of edit session
· Configure order of file name / application name in title bar
· New streamlined installation and registration for ease of license management
· Other improvements and enhancements
December 28th, 2010· Added stability improvements to macro playback
· Fixed font sizing and alignment issue in List Lines Containing String dialog
· Fixed text display issue in syntax highlighted files on some Windows (Asian) operating systems
· Fixed FTP initial directory issue
· Fixed issue with GoTo Line/Col from command line
December 9th, 2010· Fix for display issue in List Lines Containing String dialog
· Fix for minor artifacts when displaying text in Unicode files
September 23rd, 2010· Added "Go to Error/Warning" to key mapping list
· Fix for Find in (Project) Files not working properly in some cases
· Fix for "Compare files" dialog launching with identical file names for both files
· Fixed several issues related to file tabs
· Fixed issue where clicking parent directory in FTP dialogs before connecting takes you to site root
· Fixed Initial Directory being sent in hex format when connecting via Explorer view
· Fixed a couple issues with bookmarks, specifically with FTP files, hex mode
· Fixed issue with slow redrawing of local dir listing in FTP Browser when closing the dialog
· Fixed undo issue when in column mode
· Fixed tab order in Favorite Files dialog
· Fixed focus issue for Find What field in Find in Files dialogs
· Fixed "Set Default Path for Relative Paths" in output window
· Fixed issue where Find What field is cleared after selecting and dismissing regex builder
· Fixed crash when printing from browser view
· Fixed issue with disorganized color selector dialog
· VBS file extension now associated with VBScript highlighting, not Visual Basic
· Minor cosmetic changes for some dialogs/localizations
· Other minor fixes/improvements
· Patch for DLL vulnerability (info)
July 8th, 2010· Significant performance improvements for FTP operations with large number of accounts (including editing accounts in FTP Account Manager)
· Fixed issues related to Show Lines/Hide Lines feature in Find dialog
· Fixed column marker issues
· Fixed code folding issues in XML/HTML files
· Fixed issue where stopping Find at end of file while using Perl regex jumps to top of file
· Fixed application hang when dragging text to new location in file with "Show line endings" enabled
· Fixed issue where saving via SFTP with ASCII transfer method deletes last line in file
· Fixed display issue after copying/pasting data into files opened via command line wildcard
· Fixed application exit on opening SQL highlighted file in localized versions
· Other minor enhancements and improvements
June 23rd, 2010· Performance improvements for large syntax highlighted files
· Addressed performance issues related to FTP operations with many accounts defined
· Restored ability to scroll through Find/Replace history strings with arrow keys
· Fixed sort order of open files in "Open" tab of File View
· Fixed issue where project or FTP files are opened/reloaded as cascaded, even though they were last open maximized
· Fixed issues related to browsing/exploring in FTP dialogs
· Fixed issue where "Check for Updates" automated download may download incorrect language
· Fixed hang (in some isolated cases) when clicking "Compare Files"
· Fixed hang when clicking Window list when old-style window list and dockable file tabs are both enabled
· Fixed issues related to editing in duplicate window
· Fixed file sort issues
· Fixed FTP account sharing issues
· Fixed function list issues
· Other minor fixes and improvements
June 8th, 2010· Fixed error when closing UltraEdit while FTP connection active with "Shared FTP Accounts" enabled
June 5th, 2010· Fixed column marker issue in Korean version
· Fixed issue with Comment Selection feature in larger files
· Fixed a couple of minor FTP issues
· Fixed a couple of issues related to creating projects
June 5th, 2010· Fixed Find in Files result formatting problem in output window
June 5th, 2010· Fixed issues related to saving
· Fixed issue where compare of FTP files opened in UltraEdit fails
· Fixed sort issue when cursor positioned in middle of line
May 26th, 2010· Updated HTML and CSS wordfiles to meet current standards
· Added a few new file extensions for XML and HTML highlighting
· Updated PHP function strings to support more function formats
· Updated Java function strings for more accurate results in function list
· Improved speed and performance of code folding with many files open
· Spell As You Type now respects ignore options
· Fixed issue where macro stops playing if Find string isn't found
· Fixed issue where playing quick recorded macro to end of file causes application hang
· Function list background color now respects background color setting for child windows
· Improved performance of function list when "unloading" functions after switching from a large file
· Fixed issue where function list only returns one parameter for a .c (c/c++) file.
· Fixed issue where upper-ascii characters in function list cause the function name to be truncated
· Fixed issue where decryption fails silently if scratch disk is full
· Fixed issue where folding guides do not update when deleting lines by selecting them in the margin and pressing Backspace or Del
· Fixed a couple of Line Change Indicator issues with Replace
· Fixed issue where Line Change Indicator doesn't update after saving to FTP
· Fixed issue where columnar selection is lost when replacing in selected text
· Fixed issue where XML Convert to CR/LFs works on read-only files but does not reindent
· Fixed some minor translation issues in localized dialogs
· Other minor improvements and enhancements
May 26th, 2010· Fix for Find in Files not working in some cases
· Fix for Spell Check As You Type causing an error prompt displaying "The parameter is incorrect"
May 26th, 2010· Performance improvements - improved speed when opening multiple files
· More accurate function listing in C++ files
· Fixed crash when unchecking "Sort" in function list context menu
· Fixed issue where functions with special characters did not showin function list
· Fixed issue with Find in Files wild card matching more than expected (e.g., *.c would also match *.cpp)
· Fixed display issues with Find/Replace in Files dialogs withhigher system DPI
· Fixed "Replace in All Open Files" issue in German version
· Fixed issue where script executed from command line runs twice
· Fixed issue where FTP accounts were not sorted correctly in FileView
· Fixed issue where "Move to nearest left tab after current tab is closed" wasn't working properly
· Fixed error prompt when switching user color scheme in View -> Set Colors
· Fixed cursor flickering (to hourglass with each keystroke) in larger syntax highlighted files
· Fixed issue where bookmarks shift to wrong line when text is removed above
· Fixed a few Line Change Indicator issues
· Fixed issue where converting an empty file to UTF-8 doesn't work
· Added some updates to regular expression builder dialogs
· Update for aspell
May 26th, 2010· Thinner Line Change Indicator
· Added new menu item: "Disable LCI For All Files" to disable Line Change Indicator completely
· Added toolbar button to main toolbar to toggle Line Change Indicator
· Added support for tertiary nodes in Function List tree
· Fixed issue where auto-complete dialog shows all function list items
· Fixed a couple of column mode performance issues
· Fixed Line Change Indicator issue when pasting multiple lines
· Fixed incorrect sorting of function list when flat function list enabled
· Fixed active function highlighting in function list when switching between files
May 26th, 2010· This hotfix addresses an issue that a few isolated users reported with a momentary hang in UltraEdit upon creating a new file or opening and existing one.
January 30th, 2010· Better support for large XML files (folding/highlighting)
· Backup / Restore Customizations now backs up wordfiles
· Restored behavior of Shift+Ctrl+Tab reversing through file tabs
· Fixed display issues with child windows where they are positioned off the visible screen
· Fixed CTRL+F10 / ALT+F10 shortcuts for toggling between window panels
· Better Windows 7 support (system files no longer saved to virtual store)
· Fixed issue where adding new hex bytes in hex mode does not update ASCII display on right
· Fixed crash caused by code folding in large HTML file
· Fixed issue where syntax highlighting doesn't update when modifying wordfile if wordfile.txt used (instead of .uew or wordfiles directory)
· Fixed issue where opening files from command line will open from wrong directory
· Fixed undo issue following overstrike edit in column mode
October 29th, 2009· Improved display of font in Lines Containing Find String dialog
· Removed ClearType rendering from menus if ClearType is not enabled in Windows display settings
· Projects now correctly remember files in split panes
· Sorting file tabs now correctly sorts numeric file names
· Restored behavior of application taking focus when opening files from a different source (e.g. Windows explorer or a different application)
· Fixed issue where function list doesn't update when loading file from explorer
· Fixed issue where some operations in very large files cause "Out of Memory" errors
· Fixed Delete Bookmarked Lines command
· Fixed issue where compare of FTP file to local file sometimes fails
· Other minor issues....
October 13th, 2009· Fixed application window "flickering" following file open from explorer
· Fixed activeDocument access issue if file tabs are not enabled
· Fixed bookmark positioning issue when deleting/cutting lines above the bookmark
· Fixed function list update issue when loading a file from explorer
· Fixed undo following a Reformat Paragraph causing data duplication
· Fixed grouped undo issue
· Fixed undo/redo causing incorrect text with auto-correct keywords enabled
· Fixed column mode paste and undo issue
October 3rd, 2009· Significant Undo enhancements
· Users can undo much larger segments per undo operation
Expanded Undo Support for the following:
· Wrap after column #, insert CR/LF
· Convert to Fixed Columns
· Convert to Character Delimited
· Insert String at Every Increment
· Sort
· Convert CRLFs to Wrap
· Convert Wrap to CRLF
· Tabs To Spaces
· Spaces To Tabs (all)
· Spaces To Tabs (leading)
· XML Convert To CRLFs
· Artistic Styler
· Tabs to Spaces / Spaces to Tabs
· Major performance improvements for multi-file open
· New setting to ignore tabs in string literals in Syntax Highlighted Files in Advanced -> Configuration -> Editor Display -> Formatting "Do not convert spaces and tabs inside comments and strings"
· List Lines Containing String dialog now uses edit font
· Base 64 encoding and decoding (in Edit menu)
· Key mapping support
· Macro support
· Scripting support (activeDocument object): encodeBase64() and decodeBase64()
· XML Manager window colors now match application colors
· Child window positions now remembered separately for each separate instance
August 14th, 2009· fixed issue where PHP variable highlighting cannot be changed with PHP5 wordfile
· fixed crash when opening XML file with very long lines and memory buffers enabled
· fixed issue where macro with more than 3 "%" characters in title can't be loaded
· fixed issue with "Remove Duplicates" when sort keys exceeded longest line length
August 14th, 2009· Fixed crash related to specific code folding situation
· Fixed line numbers misaligning with ruler disabled
· Fixed issue where duplicate line is not removed with Remove Duplicates in Sort
August 14th, 2009· Fixed several code folding issues
· Fixed issue with timed automatic save
· Fixed issue with Paste Before, Paste After, and Duplicate in XML Manager context menu
· Fixed issue where "CloseFile" not retained in saved macro
· Fixed a couple of auto-correct keywords issues
· Fixed line positioning issue with bookmarks
August 14th, 2009· Fixed issue where auto-correct keywords is not distinguishing case sensitivity correctly if 2 entries exist in wordfile
· Fixed code folding issue with "} else {" in PHP files
· Fixed a code folding issue in some C++ code
· Fixed a couple of crashes related to code folding
April 2nd, 2009· Usability and interface improvements; including
· New gradient toolbars
· Named child windows with improved docking control functionality
· New file tabs with (optional) coloring and close icon
· Tabbed, auto-hidden child windows
· Drag-and-drop functionality to vertically or horizontally split window
· New file open address bar
· Open file dropdown menu
· Re-skinned UltraCompare Lite interface
· SSH/Telnet session logging
· Ability to create a new file on FTP server diretly from FTP dialog
· Each syntax highlighting wordfile split into its own file (in "wordfiles" directory)
· Unlimited number of wordfiles
· Syntax highlighting color settings moved from INI to wordfile
· Ability to pass font code page and script from UltraEdit to UltraCompare Professional
Websearch toolbar improvements:
· modifiable via the right-click context menu
· map Websearches to hotkeys
· Ability to delete bookmarked lines
· New streamlined upgrade process
· Check for FREE updates
· Check for updates notifies if update is free or paid
· Streamlined upgrade request process
· Elimination of reboots during update
· Patch files (instead of EXEs)
· Find/Replace column positions automatically from start and end positions of selected text
· .config files automatically recognized as XML format for highlighting
· Easier column marker toggling
· Ability to reorder templates directly in template list
October 7th, 2008· Improved FTP Support
· Full support for FTPS (Control only, Control and data, Implicit)
· Redesigned Open from FTP/Save as to FTP dialogs
· Ability to set a (server based) remote or (Perl regex based) local filter (provides filtering ability for SFTP)
· Improved proxy support
· Improved SSL certificate handling
· Ability to set local default directory for each FTP account
· Scripting access to the clipboard
· Access content on the clipboard via UltraEdit.clipboardContent;
· 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
· 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
July 2nd, 2008Find enhancements, including:
· Named/editable favorites in all find/replace dialogs
· Ability to exclude file/folder names and/or file extensions from find/replace in files
· Find lines not matching search string (find in files only)
· Replace where defaults to selected text if you selected text (see help files for further information on enabling this feature)
· Automatic XHTML (based on DTD) detection for code folding and autoindentation
· Dynamic new bookmark autonaming/viewer with line number/content
· Bookmark limit increased to 500
· Windows right-click context menu now available in file tree view/workspace manager
· "Open as" box for binary, UTF-8 files, and other Unicode-based files
· Links opened from Quickstart guide now open in default browser
· New separate "Insert" menu item for many commonly-used insert commands
· Multiple files opened from Windows explorer now load in a single new instance
· Encrypted files are automatically re-encrypted on save
· New versioning convention for minor/maintenance releases and hotfixes (e.g., v14.10.0)
· Many internal performance enhancements and improvements
February 21st, 2008· File encryption / decryption
· Encrypt your sensitive source code files using your own key
· Integrates with UltraSentry to (optionally) securely destroy original, unencrypted file
· Environment Selector - Provides predefined or user-created editing "environments" that remember the state of all of UltraEdit's dockable windows, toolbars and more for user convenience.
· Use one of our six pre-packaged environments...
· Notepad Replacement
· Web Developer
· Tech Writer
· Power User
· Programmer
· Sys Admin
· ...or set up and use your own, with your own windows, toolbars, menus, and templates
· Use the environment selector from within the app to quickly switch environments with a single click
· Import or export other users' environments
Switchable items in each environment include:
· Menus and toolbars
· Application launch size and position
· Dockable windows plus size and position
· Template list
· Redesigned and enhanced Find and Replace Dialogs
· Multi-line scrollable text boxes for all find dialogs (find, find and replace, find in files, replace in files)
· Collapsible advanced options
· Search in specified column range
· Select which regular expression type (Perl, Unix, or UltraEdit-legacy) to use from within the find dialog
· New WebSearch Toolbar: highlight text and click a websearch toolbar button to search for highlighted term from within the editor
· Google search
· Yahoo search
· Wikipedia
· Dictionary.com
· Thesaurus.com
· Whois
· Network Solutions Whois
· PHP.net search
· cplusplus.com search
· MSDN online search
· MSI installer - makes your mass deployment of UltraEdit automated
· Ability to move current line up or down in file with click of a button
· Compare modified file with version on disk with enhanced UltraCompare Professional integration
· Compare 2 snippets of text with enhanced UltraCompare Professional integration
· Dockable named bookmark list - view all your bookmarks and their names
· Dockable ASCII table
· Redesigned Set Colors dialog
· Auto tab row adjustment (Fixed auto-adjust Tabs)
· Updated navigate option to search all terms in all Advanced -> Configuration dialogs
· Single prompt for converting multiple Unix files when opened
· Single save prompt for multiple modified files
· Separate project file for user-specific and workspace information
· Other enhancements
July 16th, 2007· Added menu/toolbar icon for Show Spaces/Tabs command
· Added support for column mode to Goto line/col select in a Macro
· Added remember font option in ASCII Table dialog
· Added key mapping support for Show Line Endings
· FTP/SFTP Enhancements
· Updated SFTP component
· FTP file open issue in Explorer view when connecting to MVS server
· Improved support for adding FTP files to projects
· Enhanced upload,download, and open functionality
· Improved handling of file save upon application exit
· Updated SSH/Telnet component
· Improved Syntax highlighting support for code folding, multi-line strings, and function list
· Improved caret positioning/display
· Alignment/positioning issue when Show Spaces/Tabs enabled
· Removal of Recent Files menu entries with Clear Histories function
· Scroll thumb positioning for Perl regex find target
· Disable Save All command after saving all open files
· Display of utf8 file following Conversions to ASCII
· Find/Replace and Find in Files/Replace in Files improvements
· Improved support for regular expression find and replaces
· Unexpected prompt when opening Find or Replace dialog
· Improved Handling of "Results to Edit Window" functionality
· Other minor changes
· Issue with Ctrl and/or Alt and any cursor key in key mapping
· Undo issue with Word wrap with auto line indent
· Bookmark edit and save with no file edits
· "Add or Remove Programs" not displaying UE icon
· Unhandled exception when concurrently backspacing from end of file while selecting text with mouse
· Other minor fixes
February 23rd, 2007· SSH/Telnet Window
· Support for Windows x64 Shell integration
· Auto-indent wrapped lines
· Multi-key mappings (sometimes called chords)
· File Tab Color Highlighting on a per file extension basis (optional)
· Right-click Find in Files from Explorer in File Tree view
· Grouped undo option
New Settings for Output Window (via right-click context menu):
· Use spaces instead of Tabs
· Show Tool tips
· Default the View As option for new unsaved files (config item)
· Support for Alternate Data Streams on NTFS Operating Systems
· Spell check in "strings" or "comments"
· Ability to view and print Key Mapping from configuration
· Support for dual monitors
· Bookmark now includes column number with line number (optional)
· Saving of folded lines is now optional (config item)
· Showing of last line of fold in syntax highlighted files is now optional (config item)
· Ability to see path to the INI file in config
· Integration with Explorer now a configuration item
· Change working directory if no files are open in directory
· Mouse wheel scrolls window under mouse pointer
April 12th, 2008· A maintenance release generally does not include new features, but enhancements and additions to existing features.
October 13th, 2006· SSH/Telnet Window,
· x64 Shell integration,
· Grouped undo,
· Alt. Data Streams