本版本變更:
變更: plugin architecture. Update plugins.
變更: improved compatibility with RichEdit on x64.
變更: improved UTF-16LE/UTF-16BE detection without BOM.
變更: improved internal work with recent files.
變更: closing tab with middle mouse click without activation, if possible (MDI/PMDI).
變更: column marker flashing minimized.
變更: TextLayout plugin integrated in program. Switching keyboard layout according to text under caret. Requires two or more
layouts, one of which must be English.
變更: renamed parameter "KeybLayoutMDI" in "KeybLayoutOptions".
新增: possibility to show places bar in open/save dialog.
新增: applying a common algorithm for recognizing the UTF-8, if for the specified language ("Settings...->Codepage
recognition") recognition of UTF-8 unsuccessful.
新增: column marker movement with mouse and Shift key and also moves wrap limit if their values are equal.
新增: option for cycle search.
新增: second find/replace dialog call activates it and picks up the selected text.
新增: manual parameters "CmdLineBegin" and "CmdLineEnd" - specifies code to be added to the beginning and end of the command
line before processing it.
新增: variables for "StatusUserFormat":
"%al" - count of lines in document;
"%ar" - count of symbols in document (RichEdit);
"%se[text]" - text to appear when end of the document reached during search.
新增: flag 16 in the manual parameter "PaintOptions" - disable marker painting after last line.
新增: undo buffer remember the caret position.
新增: parameter for waiting until the program finishes in command line method /Exec().
新增: menu item to open help.
新增: Ctrl+Num/ hotkey to restore font size that was at the program start.
修正: edit window updating after text deletion.
修正: ignoring left mouse button click.
修正: WordBreak parameter.
修正: scroll position after restoring minimized window with word wrap on (MDI).
修正: "\|" in /Insert() command line method.