Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
New in Version 4.2.25-rc9 (released May 05, 2011) - "Align Lines" with several options (Alt+J) - "Modify Lines" supports several variables to insert numbers (Alt+M) - "Sort Lines" (Alt+O) handles column sort (rectangular selection) - "Sort Lines" also handles shuffle, remove duplicates and uniques - "Merge Blank Lines" (Alt+Y) - Use built-in Windows functionality for "Title Case" on Windows 7 - Convert between characters and hex codes (Ctrl+Alt+X, Ctrl+Alt+C) - "Recode file as default encoding" (Ctrl+Shift+F) - UTF-16 and UTF-16 BE formats are valid recoding options - Enable case-insensitive searching for non-ASCII text - Regex quantifier ? to match 0 or 1 times - Regex quantifiers * and + available as non-greedy forms *? and +? - Regex syntax for tagged regions simplified from \(...\) to (...) - Updated HTML5 and CSS3 schemes according to current working drafts - Updated Assembly scheme with x64 and SSE4 instructions - Several minor updates to syntax schemes and keywords - Merged caret styles into a single item and added "noblink" option - /l and /l- cmd switches to control auto-reloading of modified files - Ini-option to specify auto-reload timeout (see FAQ on my website) - Support combination of /g and /m command line switches - /o and /o- cmd switches to control "Always on top" option - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K) - Move window to default position on current screen (Ctrl+Shift+P) - Fixed Notepad .LOG feature (broken since 4.1.24) - Launch command uses current file directory as working directory - Don't lock any directories except the one containing Notepad2.exe - Forward system MRU, taskbar and jump list behaviour to new windows - Always show file name extensions (ignore Windows Explorer setting) - Check availability of "Consolas" when set as default font - Support a few more file variables (see FAQ on my website) - Configure whether backspace should reformat indenting whitespace - Transform backslashes function understands \u#### hex codes - Several F2, F3 and F4 hotkeys work in find and replace dialogs - Removed "Select Up" and "Select Down" buttons from find dialog - Ini-options to block suppression of notification messages - Simplified appearance of word wrap settings dialog - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate) - Reloading keeps scrolling position more unerringly with word wrap - Jumps with /g switch locate position more accurately with word wrap - Various internal optimizations and fixes - Improved look of disabled toolbar buttons on Windows XP and above - Improved overall look of toolbar buttons on Windows 2k - Lower frequency of NFS access delays by caching file display names - Improved compatibility with Windows 7 - Released x64 build of Notepad2.exe - Updated Scintilla library to 2.24
New in Version 4.2.25 (released May 06, 2011) - "Align Lines" with several options (Alt+J) - "Modify Lines" supports several variables to insert numbers (Alt+M) - "Sort Lines" (Alt+O) handles column sort (rectangular selection) - "Sort Lines" also handles shuffle, remove duplicates and uniques - "Merge Blank Lines" block command (Alt+Y) - Use built-in Windows functionality for "Title Case" on Windows 7 - Convert between characters and hex codes (Ctrl+Alt+X, Ctrl+Alt+C) - "Recode file as default encoding" (Ctrl+Shift+F) - UTF-16 and UTF-16 BE formats are valid recoding options - Enable case-insensitive searching for non-ASCII text - Regex quantifier ? to match 0 or 1 times - Regex quantifiers * and + available as non-greedy forms *? and +? - Regex syntax for tagged regions simplified from \(...\) to (...) - Updated HTML5 and CSS3 schemes according to current working drafts - Updated Assembly scheme with x64 and SSE4 instructions - Several minor updates to syntax schemes and keywords - Merged caret styles into a single item and added "noblink" option - /l and /l- cmd switches to control auto-reloading of modified files - Ini-option to specify auto-reload timeout (see FAQ on my website) - Support combination of /g and /m command line switches - /o and /o- cmd switches to control "Always on top" option - Copy window position to clipboard as cmd line switch (Ctrl+Shift+K) - Move window to default position on current screen (Ctrl+Shift+P) - Fixed Notepad .LOG feature (broken since 4.1.24) - Launch command uses current file directory as working directory - Don't lock any directories except the one containing Notepad2.exe - Forward system MRU, taskbar and jump list behaviour to new windows - Always show file name extensions (ignore Windows Explorer setting) - Check availability of "Consolas" when set as default font - Support a few more file variables (see FAQ on my website) - Configure whether backspace should reformat indenting whitespace - Transform backslashes function understands \u#### hex codes - Several F2, F3 and F4 hotkeys work in find and replace dialogs - Removed "Select Up" and "Select Down" buttons from find dialog - Ini-options to block suppression of notification messages - Simplified appearance of word wrap settings dialog - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate) - Reloading keeps scrolling position more unerringly with word wrap - Jumps with /g switch locate position more accurately with word wrap - Various internal optimizations and fixes - Improved look of disabled toolbar buttons on Windows XP and above - Improved overall look of toolbar buttons on Windows 2k - Lower frequency of NFS access delays by caching file display names - Improved compatibility with Windows 7 - Released x64 build of Notepad2.exe - Updated Scintilla library to 2.24
New features: #7044 : New BBCode sample plugin that makes the editor output (one dialect of) BBCode format. #5647 : Accessibility enhancements to the structure of the toolbar. #5647 : The Kama skin now presents separators for the toolbar items, making it easier to group buttons and have a cleaner layout. #5647 : Usability enhancements to keyboard navigation on the toolbar. The Tab key is now used to jump between toolbar groups, while the Arrow keys can be used to cycle within the group. The new toolbarGroupCycling setting can be used to change the Arrow keys behavior. #1376 : It is now possible to put the editor in the "read-only" state, so that the users would not be able to introduce changes to the contents. Check out the new CKEDITOR.editor::setReadOnly method, the CKEDITOR.editor::readOnly property, the CKEDITOR.editor::readOnly event, and the readOnly setting. #3582 : New presentation of anchor elements in the WYSIWYG mode. #6737 : The Format drop-down list will now display the preview of its contents exactly as defined in their style configurations. #6654 : A new autoParagraph configuration setting is added to disable the auto paragraphing feature. #901 : New Stylesheet Parser (stylesheetparser) plugin that fills the Styles drop-down list based on the CSS classes available for the content. Check the new sample to learn how to use it. #2988 : New Document Properties (docprops) plugin that sets the metadata of the page in the Full Page mode. #7240 : New Developer Tools (devtools) plugin that shows information about dialog window UI elements to allow for easier customization. #6841 : Pressing the Enter key at the end of a pre-formatted block will now exit from it. #6850 : The About CKEditor dialog window now contains a link to CKEditor User's Guide. #5745 : Extra configuration options for the iframeDialog can now be passed. #6589 : The onDialogEvent function will now be used automatically in the iframeDialog contents if no callback is used on creation. #7757 : Georgian localization added.Fixed issues: #6774 : Internal styles are not included in the contents.css sample. #6521 : Added sample for the TableResize plugin. #6664 : Page break is sometimes merged into block-level elements. #7594 : Toolbar keyboard navigation is not possible after recreating the editor. #6657 : Allow to style the entire dialog window field when the input element is disabled. Updated the following language files: Hebrew; Polish;
Changed: plugin architecture. Update plugins.Changed: improved compatibility with RichEdit on x64.Changed: improved UTF-16LE/UTF-16BE detection without BOM.Changed: improved internal work with recent files.Changed: closing tab with middle mouse click without activation, if possible (MDI/PMDI).Changed: column marker flashing minimized.Changed: TextLayout plugin integrated in program. Switching keyboard layout according to text under caret. Requires two or more layouts, one of which must be English.Changed: renamed parameter "KeybLayoutMDI" in "KeybLayoutOptions".Added: possibility to show places bar in open/save dialog.Added: applying a common algorithm for recognizing the UTF-8, if for the specified language ("Settings...->Codepage recognition") recognition of UTF-8 unsuccessful.Added: column marker movement with mouse and Shift key and also moves wrap limit if their values are equal.Added: option for cycle search.Added: second find/replace dialog call activates it and picks up the selected text.Added: manual parameters "CmdLineBegin" and "CmdLineEnd" - specifies code to be added to the beginning and end of the command line before processing it.Added: 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.Added: flag 16 in the manual parameter "PaintOptions" - disable marker painting after last line.Added: undo buffer remember the caret position.Added: parameter for waiting until the program finishes in command line method /Exec().Added: menu item to open help.Added: Ctrl+Num/ hotkey to restore font size that was at the program start.Fixed: edit window updating after text deletion.Fixed: ignoring left mouse button click.Fixed: WordBreak parameter.Fixed: scroll position after restoring minimized window with word wrap on (MDI).Fixed: "\|" in /Insert() command line method.
EditPad Pro features now available in EditPad Lite: Character map. Clip collection. Command line parameters for opening the file at a particular line or character. This will allow the next free minor updates of RegexBuddy, RegexMagic, and PowerGREP to select search matches in EditPad Lite 7, like they already can with EditPad Pro 6. Extra, Sort. Extra, Trim Whitespace. Preferences, Keyboard: Configure keyboard shortcuts. Preferences, Save Files: Auto-save and backup options. Preferences, Shortcuts: Create "Open with EditPad" context menu item. Search: Regular expression support. Search: Highlight search matches. Search: Incremental search. Large toolbar icons.New features: Automatic ASCII->Unicode interpretation for encodings that use sequences of ASCII characters to encode Unicode characters. This works with files encoded in VIQR, ASCII+\uFFFF, ASCII+, ASCII+ and ASCII+&html;. E.g. for ASCII+&html; typing é inserts those 8 ASCII characters into the file. When you type the ; the whole sequence will appear as é in EditPad. For VIQR, typing e' inserts those two ASCII characters, and EditPad will show é. If you want the ASCII codes to appear literally, you have to escape them yourself. EditPad does not automatically encode & as & for ASCII+&html; or ' as \' for VIQR. If you type in é with one of these encodings, EditPad will display the é and insert é or e' into the file. Character Map: Buttons to insert the character, its code page index in dec/hex, its Unicode code point in dec/hex or its XML entity. Character Map: Filter map on Unicode blocks and scripts in addition to or instead of Unicode properties. Character Map: Look up characters by typing in their code points. Context menu item on file tabs to copy the file's path to the clipboard. Convert|Text Encoding: ArmSCII (Armenian). Convert|Text Encoding: ASCII+\uFFFF ASCII+ ASCII+ ASCII+&html; Convert|Text Encoding: EUC-CN (Simplified Chinese). Convert|Text Encoding: EUC-JP (Japanese). Convert|Text Encoding: EUC-KR (Korean). Convert|Text Encoding: EUC-TW (Traditional Chinese). Convert|Text Encoding: GEOSTD8 (Georgian). Convert|Text Encoding: HZ (Simplified Chinese) (conversion only; no direct editing). Convert|Text Encoding: ISCII (Indic). Convert|Text Encoding: ISIRI-3342 (Persian). Convert|Text Encoding: ISO-2022-CN (RFC 1922) (conversion only; no direct editing). Convert|Text Encoding: ISO-2022-JP (RFC 1468), ISO-2022-JP-1 (RFC 2237), ISO-2022-JP-2 (RFC1554) (conversion only; no direct editing). Also known as "JIS". Convert|Text Encoding: ISO-2022-KR (RFC 1557) (conversion only; no direct editing). Convert|Text Encoding: Kamenický (Czech and Slovak). Convert|Text Encoding: KZ-1048 (Kazach). Convert|Text Encoding: Macintosh character sets. Convert|Text Encoding: Mazovia (Polish). Convert|Text Encoding: MIK (Bulgarian). Convert|Text Encoding: PTCP154 (Cyrillic Asian). Convert|Text Encoding: TSCII (Tamil; conversion only; no direct editing). Convert|Text Encoding: US-ASCII (7-bit). Convert|Text Encoding: UTF-7 (conversion only; no direct editing). Convert|Text Encoding: Vietnamese code pages: VISCII, VIQR/Vietnet, VNI, VPS, TCVN Convert|Text Encoding: YUSCII. Edit, Insert Date and Time, Other Date and Time: Screen that list all available date and time placeholders to easily build up a date and time format. Edit, Insert Date and Time: History menu with recently used date/time formats instead of a single fixed date/time format configured in the preferences. EditPad Lite can now be licensed (purchased) for business and government use. It is still free for personal use. Extra, Consolidate blank lines: multiple blank lines are replaced by a single blank line. Extra, Remove blank lines. File Types, Colors: Ability to create multiple user-defined presets. File Types, Colors: Ability to select a color preset for each file type, to allow different file types to use different color combinations. File Types, Colors: Color buttons show a color wheel to select any color instead of boxes for entering R,G,B numbers. File Types, Editor: Font and text layout can now be configured per file type. File Types, Encoding: Option to auto-detect ASCII+UCN and ASCII+XML entities. File Types: Choose the default file type for new files. File Types: Multiple file types can now be selected at the same time in the file type configuration screen and any changes made in the file type configuration screen are applied to all selected file types. File, Save Copy As: Checkbox on the Save dialog to open the copy of the file in EditPad right after saving the copy (Windows Vista and 7 only). Go|Next Editing Position: Move in the opposite way from Go|Previous Editing Position. EditPad now remembers 16 editing positions per file instead of just 4. Keyboard: Ctrl+punctuation key combinations for typing of accented characters on a keyboard that does not support them. Keyboard: Key 5 on the numeric keypad scrolls the view to center the cursor in the screen when Num Lock is off. Options, Right-to-Left: Toggle between left-to-right and right-to-left writing. Options, Text Layout: Increase or reduce the line height and character width by one or more pixels, for a tighter or roomier display. Add one or more pixels of extra line spacing to make lines easier to distinguish. Set everything to zero to emulate EditPad 5 and 6. Set font size adjustment to zero, and extra line spacing to 1 pixel to emulate EditPad 4. Options, Text Layout: Option to display ASCII characters using full-width characters when a file is detected to contain ideographs, so columns made with spaces and tabs line up nicely when ASCII and ideographs are mixed. Options, Text Layout: Option to force the editor to be monospaced, even when a proportionally spaced font is used. Options, Text Layout: Option to toggle Ctrl+Left/Right between always going to the start of the next word (like programming editors) instead select the next word (EditPad style). Options, Text Layout: Option to treat all non-whitespace non-word characters as word characters, as whitespace characters (as in EPP 6), or to ignore them when double-clicking on a word to select it, or when using Ctrl+Del etc. Options, Text Layout: Presets and custom selections with combination of font, reading order, cursor movement, cursor appearance, and character spacing. Preferences, Cursors: Backspace unindents when Auto Indent is turned on in the Options menu. In EditPad 6 pressing backspace when there is only whitespace to the left of the cursor unindents the line when auto indent is on. Turning off this option restores the EditPad Pro 5 behavior, where backspace always deletes one character to the left of the text cursor. Preferences, Cursors: Option to make arrow left and right move the cursor at the left/right edge of the selection and clear the selection (like Notepad does) instead of moving the cursor left/right one character and clearing the selection (like Wordpad does). Preferences, Cursors: Smart End key. Preferences, Editor: Automatically turning on "selection only" when pressing Ctrl+F with a selection that spans multiple lines is now an option. Preferences, Editor: Double-clicking a word instantly highlights all occurrences of that word. Preferences, Editor: Option to always highlight the active line, even when the editor does not have keyboard focus. Preferences, Editor: Option to disable drag-and-drop editing as some people find it a little to easy to made inadvertant changes while clicking about with the mouse. Preferences, Editor: Option to make Ctrl+Wheel change the font size (zoom) instead of scroll one page. Zooms individual edit boxes without changing the font in the text layout configuration. Preferences, Open Files: Option to automatically reload all modified files when switching from another application to EditPad, instead of just the active file. Preferences, Open Files: Option to automatically reload local files, but not network files. Preferences, Panels: Change the font and colors used by the side panels. Preferences, Save Files: Backup option to add the date and time as an extension. Preferences, Save Files: Option to specify a specific folder to create all backup files in. Preferences, Save Files: Quick backup option that moves files and saves a new file (like EditPad Pro 6), vs. an overwrite option that makes a backup copy and overwrites the original file (like EditPad Pro 4 and 5). The key difference is that while the former option is faster, only the latter will guarantee that the file saved keeps all of its file attributes. Particularly if the file is on a non-Windows system this will make a difference, as EditPad cannot control the file attributes like UNIX file ownership that Windows does not control. Preferences, Save Files: Single backup appending ~. Preferences, Tabs: Font. Preferences, Tabs: Option to add new tabs at the end instead of to the right of the active tab. Preferences, Tabs: Option to have an X button directly on each tab. Preferences, Tabs: Use most recent order when switching tabs with Ctrl+Tab. Print preview: Select any of the color schemes defined in the Color Preferences, and remember the selected scheme in relation to the one used for the editor. Read Only: Toggle read only status via an item in the context menu of a file's tab. Search, Instant Highlight: Automatically highlight all occurrences of the selected text. Search, Inverted Line by Line: Match lines that do not contain the search term. Search, Line by Line: Search each line separately, and select the entire line if it contains the search term. Search, Toggle Search Panel: Toggles the visibility of the search panel, without changing the search text. Search: A progress bar now appears for long searches, allowing the search to be aborted. Search: Cut or copy all search matches to the clipboard. Search: Placeholders %MATCH%, %MATCHN%, %LINE%, %LINEN%, and %FILE% with padding and arithmetic options. Search: Search toolbar can now be used shown with or without the full search panel with multi-line search and replace edit controls. Small search and replace boxes appear on the toolbar when the search panel is hidden. Side panels can now be docked anywhere and made to float. Tabs: Holding down the Control button on the keyboard while clicking the X button on the tabs or pressing down the mouse wheel closes the tab without saving the file. Tip of the day: Previous Tip button. Toolbar and Menus: Side panel commands can now be added to context menus and the main toolbar. Toolbar and Menus: The main menu, all the toolbars and most of the context menus can now be configured by right-clicking and selecting Configure, allowing all items to be rearranged and unused items to be removed. Toolbar and Menus: Toolbars can now be docked anywhere or made to float. Unicode file name support. Unicode signature (BOM) status bar indicator, and an easy way to toggle writing the BOM for individual files.Improvements: Block|Write and Block|Append have been renamed to Block|Write to File and Block|Append to File for clarity. Convert|Text Encoding: Converting from Unicode or any of the other legacy Vietnamese encodings to Windows 1258 now decomposes characters so that Vietnamese characters that are represented with combining marks in Windows 1258 are properly converted. Create Portable Installation: If a PortableApps folder exists, install into a subfolder of that folder instead of into a subfolder in the root of the drive. Drag and drop: Bring EditPad to front when dropping a file or text onto it. Drag and drop: Drag URLs as URLs rather than as text, so they can be dropped on a web browser to open them. Drag and drop: Dragging a tab now shows an image of the tab while dragging. Drag and drop: Dragging and dropping text onto the selected text (e.g. from the main editor onto the selected search term after opening the search panel) now replaces the selected text rather than inserting the dropped text in the middle of it when not using persistent selections. Edit|Delete Line: Do not move the cursor to the start of the line. Edit|Redo: The keyboard shortcut for Redo was changed to Ctrl+Y to be more in line with other Windows applications. You can change it back to Ctrl+R via Options, Preferences, Keyboard. Editor: Moving the cursor up and down when using a proportionally spaced font now maintains the horizontal pixel position instead of the column position of the cursor. Editor: Tabs now line up correctly when using a proportionally spaced font. Editor: The mouse pointer is now updated when the text scrolls underneath it (e.g. to change to a hand pointing at a link). EditPad 7 runs side by side with EditPad 4, 5, and 6 instead of reactivating a running instance of EditPad 4, 5, or 6 like those versions do. EditPad 7 only reactivates EditPad 7 instances. Eliminated 3d sunken border as to put the scroll bar against the edge of the screen if EditPad is maximized, making it very easy to hit with the mouse. Exit item is now at the bottom of the right-click menu of EditPad's icon next to the system clock for consistency with other Windows applications. Extra|Delete Duplicate Lines: Options what to delete: 1st occurrence of duplicate lines, 2nd and following occurrences of duplicate lines, and/or non-duplicated lines. File Types, Colors: Make the color for links configurable. File Types, Colors: The bold, italic, and underline checkboxes are now hidden for items on which they have no effect. File Types: Eliminated the distinction between core file types and other file types, so all file types can be reordered or deleted. File Types: Exporting file types saves all selected file types into a single .ini file. File Types: Importing file types now asks if file types that are already in the list should be replaced or not if some are determined to be duplicates (only works with file types exported from EditPad 7). File, New: Automatically number untitled files. File|Reload from disk: Auto-detect the file type based on the contents of the reloaded file if the file is using the "any file" file type. File|Reopen: Add files when closing them, and remove them when opening them, to make the Reopen menu an easy way to retrieve accidentally closed files instead of a list of recently opened files that mostly shows files you have already open at the top. Go, Back and Go, Forward move back and forward between files in the order they were last edited. These replace View, Previously Edited File which rotated through the last 5 files. HTML meta tag check for determining the file's encoding now supports the new HTML5 charset meta tag. <meta charset="iso-8859-15"> must be in the first 512 bytes of the document. Keyboard: Do not use default keyboard shortcuts with Ctrl+Alt+letter if a keyboard layout is installed that uses AltGr, to prevent conflicts between Ctrl+Alt+letter and AltGr+letter. Keyboard: Tab key respects overwrite mode and replaces the next character(s) with the tab or its equivalent in spaces. Keyboard: When expanding a selection with Shift+Up/Down, select everything to the start/end of the file when up/down is pressed with the cursor already on the first/last line. Moving the cursor away again from the first or last line restores the cursor's previous column position. Mouse: Double-click on spaces to select a run of spaces, just like double-clicking on a letter selects words. Opening a file via Windows Explorer (or any other application) should place the tab for the new file after the tab for the current file, instead of at the end. The File|Open menu item in EditPad does the same. Closing the new file then reactivates the previously edited file. Paste: In Overwrite mode, pasting text should overwrite just like typing text does. Preferences, Import: Preferences exported by previous versions of EditPad can be imported. Preferences, Save Files: Turning on the option to automatically save working copies every few minutes now causes EditPad Pro to save working copies and leave them behind instead of prompting to save when you shut down Windows while EditPad has unsaved files open. Preferences, System: The option to save settings into an .ini file instead of the registry has been removed. EditPad now always uses an .ini file. On some systems, EditPad took a long time to close, possibly due to anti-spyware software checking registry writes, making them very slow. Read Only: Files forced to be read-only via the status bar indicator or the Open File dialog checkbox do not lose their read-only status when reloading from disk. Reload from disk prompt now has a button for closing the file. Search, Highlight: Highlighting multi-line search matches (which require the whole file to be scanned from the top rather than just the visible part) is now done in a background thread. If match highlighting hasn't reached the visible part of the file yet, it is displayed immediately without search matches until highlighting catches up, rather than waiting for all the matches to be found. Search, Highlight: Highlighting of search matches is now updated instantly as you type in the search match instead of after a fixed 2-second delay. Search: Alt+Letter mnemonics for search options that take priority over main menu items when the search panel has keyboard focus. Search: Ctrl+F starts the search if the search box already has keyboard focus. Search: Option checkboxes have been replaced with toolbar buttons. Search: Remember the visibility of the search panel and its size between EditPad sessions. Search: Selecting Remove All in one of the history menus now clears all 3. Spell check: The replacements added to the user word list now take precedence over the main dictionary. This allows you to delete words from the dictionary by adding an automatic replacement for that word. Undo: Changes made before and after saving a file now always result in separate items in the undo history, so there is always a way to undo to the point of each save. E.g. type "foo", save, type "bar", undo removes "bar" instead of "foobar". View, New Editor: How the new editor is opened can now be configured in a submenu of the View, New Editor command rather than via the Preferences screen. View, New Editor: Starting a new editor that splits the current editor now resets the size of the original editor when the new editor is closed and the original editor was not resized after the new editor was started. Vista & 7: EditPad now scales itself instead of letting Windows handle the scaling when the font size in Windows has been increased by more than 125% (i.e. the display resolution is more than 120 DPI) resulting in a much crisper appearance of EditPad. When EditPad is closed while maximized on a multi-monitor system, it now remembers which monitor it was maximized on in addition to being maximized. Windows 7: Long operations that show a popup window with a progress meter now also indicate the progress on the taskbar button.
Fixed several issues reported on previous beta versions.
Version 7.40May 23, 2011XML/HTML tag highlightingI've improved the tag highlighting in this version. All tag elements are highlighted. Tag attributes and values are also highlighted using a different color.Both colors can be set in options.Search resultsRedesigned the search result layout.You can now: Keep old search result. Restore the search results at program startup. Export search results to a new document. Delete a search result from the list.Search CountAdded a count button to the search dialogs. It will simply count the number of hits in the current file.Word wrapWrapped lines are now indented by default. The indention is the same as for the start of the line. The entire line will have the same indention which should make the code or text easier to read.Changed the word wrap marker in the left margin.This option can be turned off in options.Line operations Join lines should now preserve paragraphs when run on selected text. Added "Join lines (without adding spaces)". Added "Compress lines". This function will remove some blank lines to make the document more compressed.Auto highlight selected wordsAuto highlighted words now have there own highlight color. (When "Auto highlight selected words" is turned on - similar words are automatically highlighted throughout the document).Context menu in document tab barAdded a context menu in the document tab bar (right click on the bar, not the tab) with the items: New file Close all project files Close all none-project files Add all files to projectCompareAdded some more compare items to the document tab context menu. Compare with open document... (displays a list of open documents to compare with). Compare with right (compare with right document in dual document view).Large filesLarge files are now opened in smaller pieces. This should prevent memory issues.Rename and delete fileAdded items in the document tab context menu to rename or delete the file.I've fixed a few issues as usual.For more details - see the forum.