OVERVIEW OF CHANGES BETWEEN JEDIT 4.0 AND 4.1 jEdit 4.1 improves on many aspects of jEdit 4.0. It fills in some gaps in 4.0's feature set, and significantly improves usability, stability and performance. * User interface - Improved menu bar layout and Utilities->Global Options dialog box usability. - jEdit now remembers if windows were maximized across sessions when running on Java 1.4. - The View->Unsplit Current command removes the currently focused split from the view. Other splits are left intact (unlike View->Unsplit All). - The View->New Plain View command opens a new view without any tool bars or docked windows. - The View->Docking menu now contains commands for moving keyboard focus to the four docking areas and the text area. The commands for closing each of the four docking areas have been merged into a single command that closes the currently focused docking area. - All dockables now automatically have commands created for them for opening a new floating instance of that dockable, regardless of the docking configuration. The commands are named after the dockable name with "(New Floating Instance)" appended. Another way to open a new floating instance of a docked window is to select the appropriate command from a dockable button's right-click menu. - The status bar now displays the word wrap mode and the line separator. - The contents of the status bar can be customized in the Status Bar pane of the Utilities->Global Options dialog box. * Text editing - Rectangular selection now respects hard tabs, inserting text into columns has been much improved, and a there is now a "Vertical Paste" command. - Auto indent in Java mode and similar file types now inserts indent after "if", "while", "for", and such. - By rebinding commands in the Shortcuts pane of the Global Options dialog box, the C+LEFT/C+RIGHT commands can be reconfigured to skip whitespace, like they do in some other text editors. The standard commands are named "Go to Previous/Next Word"; the alternative versions are named "Go to Previous/Next Word (Eat Whitespace)". Corresponding "Select to..." commands exist for CS+LEFT/RIGHT. * Search and replace - Directory search can now be performed over virtual file systems. - The HyperSearch Results window can optionally retain previous search results. - HyperSearch within a rectangular selection is now supported. - The search bar is now hidden by default. The quick search commands make it visible, and pressing ESCAPE hides it. If you prefer the old behavior where the search bar was always visible, specify so in the General pane of the Utilities->Global Options dialog box. * File system browser - The File->Open With Encoding menu has been removed. Files can now be opened in a different encoding by selecting the encoding from the file system browser's Commands->Encoding menu. - The popup menu shown when right-clicking on a file now has commands for opening the file in a new horizontal split, and a new plain view. - The text field in file system browser dialog boxes now auto-completes the currently entered file name. * Syntax highlighting - Syntax highlighting for 15 new file types has been added. - HTML mode now correctly highlights most