+ User interface optimizations, including smoother handling of document tabs, slightly faster file opening and less flicker. [Screenshot]
+ Improved editor focusing when switching between applications and windows.
+ Displays the full path of documents when hovering the mouse over document tabs. This can be useful when there are multiple documents ending with the same file name such as index.html. Supports local and remote files.
+ Automatically highlights matching braces for characters { }, ( ) and [ ]. If a matching character is not found, the current brace character is highlighted in red to indicate a possible mismatch.
+ "View > Document Information > Go To Matching Brace" menu option for jumping to the matching brace. Supports < > characters, in addition to { }, ( ) and [ ]. Ctrl+M keyboard shortcut provides faster access to this feature.
+ "View > Document Information > Select Up To Matching Brace" highlights text between starting and ending braces.
+ "File > Open From > Open Selected File" option for opening selected file names in the current document. If no selection is found, looks for file names in the current line. This feature can be useful when working with script/source files that include files.
+ "Open From Selected Folder" option, on "File > Open From" sub menu, for opening files from the currently selected folder name or file name in the editor. If no selection is found, looks for folder names in the current line.
+ Wrapped lines start with a small left margin to make it easier to see that they're wrapped. [...]
+ "Generate MD5 for text" option under "Edit > Paste Plus" for quickly generating a MD5 hash from the text in the clipboard. [...]
+ Option for duplicating the selected text under "Edit > Extra > Duplicate Selection or Line." If no selection is found, the current line is duplicated.
+ "Swap Lines" option for swtiching the current line and the line above it.