Notepad3/Build/Changes.txt
2018-05-12 16:36:01 +02:00

875 lines
49 KiB
Plaintext

==================================================
Rizonesoft Notepad 3 -- CHANGELOG
==================================================
--------------------------------------------------
LEGEND:
--------------------------------------------------
1) New: (Added, Feature)
2) Changed:
3) Enhancement: (Optimize)
4) Fix: (Debug)
5) Removed:
==================================================
--------------------------------------------------
Version 4.18.511.992 (12 May 2018)
--------------------------------------------------
- New: Menu entries for (hidden) Accelerator Keys.
- New: Method to remove duplicate lines.
- New: Names under Acknowledgments on About box.
- New: Version info for Microsoft Visual C++ 2017 v15.7.(0-1) (VC v191426428).
- New: X-CaretPolicy ([Settings2] CurrentLineHorizontalSlop=0).
- New: 1st draft of "Toggle Visible" (hide non occurences lines).
- New: Initial version of Doc tail Chasing.
- New: StatusBar dynamic configuration.
- New: DPI awarenes on manual font scaling.
- New: Menu entry for switching HighDPI toolbar.
- Changed: Incremental match for search/replace dialog box.
- Changed: Default ini for Notepad3Portable.
- Changed: Scintilla library to v4.04.
- Changed: uthash library updated to current GitHub dev.
- Changed: Encoding of Notepad3 sources to UTF-8 (Sig).
- Changed: Focus View icon.
- Changed: Prep Scintilla "Position" value type changes for large file support.
- Changed: Rebases internally used code page on UTF-8 (Scintilla multi-byte conversions).
- Changed: Renamed "Toggle View" to "Focused View".
- Changed: Replaced Tellenc by "Compact Encoding Detection" CED.
- Changed: Current Scintilla (404 : 05-May-2018) development.
- Changed: Focus View and Tail Function icons.
- Changed: Disabling UpdateChecker menu entry if no executable is configured.
- Changed: Adapted test to new Aboutbox calling.
- Changed: Menu Help instead of "?" (move File History (Recent File List) to Accel-Key Ctrl+Alt+H).
- Enhancement: Latest compiler tool chain recognition.
- Enhancement: Pad with Spaces in Rectangular Selection.
- Enhancement: Handling of default/standard lexer styles.
- Enhancement: Notepad3.ini redirection to avoid overriding settings by zipped distribution.
- Enhancement: Added last find pattern to file history.
- Enhancement: Added option to remove blank lines (containing blanks/tabs only).
- Enhancement: Added option to skip ANSI Code Page detection (tellenc) (default is ON to preserve historic behavior).
- Enhancement: Added "Toggle View" button to toolbar.
- Enhancement: Compress White Spaces within rectangular selection.
- Enhancement: Consistent rectangular selection restauration after block operations.
- Enhancement: Enable "Toggle View" for main window.
- Enhancement: Enable "Customize Schemes" Preview button only if selected lexer corresponds to opened file.
- Enhancement: External cmd tool using Google's "Compact Encoding Detection" for encoding analysis.
- Enhancement: F/R dialog - enable "Ctrl+BS" to delete word in search string.
- Enhancement: File history dependent last search pattern option combined with search history on/off option.
- Enhancement: Handling of F3 (find next - no F/R dialog).
- Enhancement: Kind of "incremental search" : Find/Replace "Mark All Occ" active: typing search pattern scrolls to first match.
- Enhancement: Make Find Next Selected, Find Prev Selected as expected using modern Scintilla API methods (instead of hand made operation).
- Enhancement: Int to DocPos type changes.
- Enhancement: Indication of find/replace state in FR dialog status bar.
- Enhancement: Non Modal Customize Schemes... dialog.
- Enhancement: Show or hide passphrase in dialog box.
- Enhancement: Selectable (and copy-able) version info header of About-Box.
- Enhancement: Statusbar segmentation resizing.
- Enhancement: Strip First/Last Char within rectangular selection.
- Enhancement: Strip Trailing Spaces within rectangular selection.
- Enhancement: "Toggle All Folds" -> "Toggle Folds" (works on selection only too now).
- Enhancement: "Toggle Folds": Selection range (really) toggles folds.
- Enhancement: "Toggle View" coop main window vs. F/R dialog.
- Enhancement: Delayed "mark occurrences" multi-triggering.
- Enhancement: Performance tuning after profiling std. handling.
- Enhancement: Delayed execution of time consuming update/redraw operation.
- Enhancement: Added user definable relative status width configuration.
- Enhancement: Added settings to user defined prefix strings for StatusBar sections.
- Enhancement: Delayed "Spinning Circle" transaction.
- Enhancement: Added "Extra Line Spacing" style option to ANSI Art (e.g. .nfo files) (predefined -4).
- Enhancement: Minor speedup on notify changed event.
- Fix: Memory leakage in selection undo/redo stack.
- Fix: Remember initial search start position for incremental search.
- Fix: Some .ini-file handling stuff.
- Fix: Handling of "Mark Occ." and "Focused View" in cooperation with find/replace dialog.
- Fix: Select initial default standard lexer.
- Fix: Missing document modified call.
- Fix: Pad with Spaces in Rectangular Selection (correction for pure virtual space and skip empty lines).
- Fix: Renaming of UpdateChecker => Administration Tool.
- Fix: Issue regarding selection of default and 2nd default styling.
- Fix: Clear all occurrences marker on no matching search expression.
- Fix: Restore inital selection on search dialog canceling.
- Fix: Broken Hyperlink Hotspot handling.
- Fix: Brace matching for Batch Lexer.
- Fix: Y-CaretPolicy ([Settings2] CurrentLineVerticalSlop=0) default.
- Fix: Show replacement count info-box after UI update (extended selection, replaced pattern).
- Fix: Issue regarding "Auto Complete Word" feature.
- Fix: Slow pasting of multiline clipboard.
- Fix: Style_SetLexer() should update line number margin width.
- Fix: Minor issues regarding selection anchor/current_caret in Find Next/Previous.
- Fix: Remember last search pattern on new files.
- Fix: Notepad3 window positioning.
- Fix: Initial window position handling (command line option "/pos").
- Fix: Search Next (F3) handling (ver II).
- Fix: Reset scroll width on font (size) changes (automatically adapted).
- Fix: Missing menu shortcut for "Remove Duplicate Lines" ("o").
- Fix: "Remove Duplicate Lines": wrong last line handling in case of no selection.
- Fix: Using process heap allocation instead of global memory allocation method (according to MSDN guidelines).
- Fix: "Remove Duplicate Lines": skipping line on progress to next compare when removing previous duplicate.
- Fix: Toggle line comment on empty line.
- Fix: Issue in Strip First/Last Char within rectangular selection.
- Fix: Update Toolbar,Statusbar and LinNumber Margin on Observe NotifyEvent reactivation.
- Fix: Endless loop on "zero length match" at EOF.
- Fix: Reverting file from storage - Preserve view, cancel selection.
- Fix: Minor issue on display indication of find/replace state in FR dialog status bar.
- Fix: Small issues on Find/Replace Next/Previous operations.
- Fix: Pad with spaces in case of rectangular selection.
- Fix: HyperlinkHotspot handling while "Toggle Visibility" changes view.
- Fix: Issue with "Toggle Visibility" drawing a selection on clicking into view.
- Fix: Concurrency issue: main window vs. Find/Replace dialog.
- Fix: Folding level issue to hide non-occurrence match lines.
- Fix: Possible Deadlock.
- Fix: Avoid deadlock of occurence marker task scheduler.
- Fix: Enable FR state reset call from outside.
- Fix: Enhance indicator (redraw needed) of re-apply "Mark All Occurrences".
- Fix: "Compressed View": re-apply lexer styles on changed marked word.
- Fix: Proper view reset after reverting from compressed view.
- Fix: "Compressed View" - minor issues.
- Fix: UTF-16 LE BOM (Unicode) for Notepad3.ini. - Notepad3.ini should have encoding UTF-16 LE BOM (Unicode) not the smaller UTF-8 Sig encoding format.
- Fix: Scroll-to issue in case of incremental search.
- Fix: Bug replacing reverse stream selection.
- Fix: Remove file-system/URL auto-completion from search box.
- Fix: F/R dialog : minor corrections.
- Fix: Occurrences marker counting.
- Fix: default "Slop" values changed.
- Fix: Undo/Redo handling in case of discarding U/R-Stack.
- Fix: Check "Toggle View" button in case of activation.
- Fix: Restore correct fold margin.
- Fix: Optimized "notify change" observation on clearing file buffer.
- Fix: Consistent "checked" for button and menu.
- Fix: "Focused View": disable encoding identifier insertion menu entry.
- Fix: Bug in toggle mechanism of "Toggle All Folds"
- Fix: "Toggle Folds": exclude fold point (headers) which have no children.
- Fix: "Toggle Folds": selection must span at least two lines.
- Fix: Matched Rizonesoft logo background with About dialog background.
- Fix: Replace in selection: Selection enlargement.
- Fix: Version to folding issue on hiding invisible/non-marked lines.
- Fix: Toggle Folds of complete document.
- Fix: Small issue reverting from "Focused View".
- Fix: Correct WordWrap after reverting from "Focused view".
- Fix: Small bug preventing Statusbar relative width settings smaller than 1/10 of width.
- Fix: Missing last entry of statusbar configuration (ID=11).
- Fix: Bug while reading String to Vector.
- Fix: Switching modes (EOL,OVR, some other), statusbar has not been updated accordingly.
- Fix: Deactivate "Focused View": set FoldingLevel to default before applying Lexer's Style (-> speed-up).
- Fix: RAII (__try/__finally) for target transactions and notify changed observation guards.
- Fix: StatusBar handling and display of "Default text" vs. "2nd Default Text".
- Fix: Added parameter to force update of Stausbar (e.g. theme change).
- Fix: Fractional font settings: add bias of 2%.
- Fix: Minor fixes and default value adjustments.
- Fix: Choose correct font size for deactivated "Hyperlink Hotspot" style.
- Fix: Force initial default position only if no window position is specified.
- Fix: Insert key into rectangular selection.
- Fix: Undo/Redo in case of selection insert/delete.
- Fix: Cleanup obsolete rectangular pasting helpers.
- Fix: Ignore notify change event on pasting rectangular selection.
- Fix: Leave Alt-Key-Down mode if keyboard focus lost.
- Fix: Broken Undo/Redo stack (in case of selection).
- Fix: Issue on recording initial selection Undo/Redo.
- Fix: Recording selection Redo/Undo action only for non empty selection.
- Fix: Statusbar line counting display.
- Fix: Modified document flag set unneccessaryly.
- Fix: Bug, where styling stopped after hotspot highligting.
- Removed: wyUpdate stuff from portable installation.
--------------------------------------------------
Version 3.18.311.928 (11 March 2018)
--------------------------------------------------
- Changed: Accelerator-Key to toggle tranparency mode (Alt+0 => Alt+G).
--------------------------------------------------
Version 3.18.311.925 (11 March 2018)
--------------------------------------------------
- New: About Box (RichEdit library 2.0)
- New: Version string patching commands for different local builds.
- Changed: Accelerator Keys: (Alt+0: Toggle Transparency), (Alt+Shift+N: Launch new empty window).
- Changed: Added "tellenc" acknowledgement to About test.
- Changed: Move "About..." dialog call to end of Help menu.
- Changed: New compiler version.
- Changed: Version info in About text.
- Enhancement: Pressing F3 at Find/Replace dialog performs a find and switches focus to main window.
- Fix: Activation of Undo TB-Icon on operations, that can't be undone.
- Fix: Onigmo: use CR (\r) as mono line-break symbol too.
- Fix: Format number with thousand seperator and digit grouping acording to regional settings.
- Fix: Integration of "tellenc" encoding detection ideas.
- Fix: Use Windows regional ANSI Code Page settings for fallback in case of file encoding detection failure (instead of default encoding for created files).
- Fix: Use all ASCII line breaks for line termination ($) meta char.
- Fix: Onigmo backward search.
- Fix: Consider "load 7-bit ASCII as UTF-8" settings on encoding detection.
- Fix: Added BOM detection to encoding analysis.
- Fix: Issue regarding hyperlink positioning of AboutBoy in case of none standard sytem font styling.
- Fix: Swap clipboard while pasting into selection.
--------------------------------------------------
Version 3.18.223.908 (23 February 2018)
--------------------------------------------------
- Fix: Critical error with automatic updates.
- Fix: Swap clipboard bug while pasting into selection.
--------------------------------------------------
Version 3.18.222.905 (22 February 2018)
--------------------------------------------------
- New: Accelerator Key (Alt+A) to switch ON/OFF occurrences marker/counter.
- New: Feature "Scroll Past End of File" (settings).
- New: Menu entry to check Rizonesoft.com directly for updates.
- New: PortableApps AppCompactor call for UPX compression of NP3 binaries.
- New: R-Statistics Code lexer.
- New: Status/info bar in find/replace dialog.
- New: Seperator on help menu update entries.
- New: Styling for folding marks (charset:1 -> circles / case:U -> double lines).
- New: wyUpdate's client configuration to PortableApps version.
- Changed: Executables now compressed with NRV2E method.
- Changed: Scintilla version 4.0.3 and documentation update.
- Changed: Adapted VS compiler version string for About dialog.
- Changed: Change start of project on GitHub (date) to 2015 (Version.h).
- Changed: Compiler optimization flags for release build.
- Changed: Encoding type of Version.h from UTF-8 (Signature) to UTF-16 LE, to get Copyright sign right
- Changed: Folding STyle: case:L/U for box vs. circle style; charset:0/1/2 single line after/before/enclosing.
- Changed: Registry files lexer to support eolfilled on "Added Keys".
- Enhancement: Added "Shift+F1" Accelerator Key to open "About..." box.
- Enhancement: Allow negative values for Extra Line Spacing (compact line view).
- Enhancement: Automatic Updates and incorporated launch of update installer "wyUpdate.exe".
- Enhancement: Changed tab-stop order while navigating several dialogs.
- Enhancement: Dynamic horizontal scroll bar width adaption.
- Enhancement: More prominent replace dialog button "In Selection".
- Enhancement: "Registry Files" lexer: enable attribute "eolfilled" for all styles of this lexer.
- Enhancement: Replace (virtual) rectangular (empty) selection.
- Enhancement: Wrap to Column allowed w/o selection (use complete text)
- Enhancement: Undo/redo stack does not need to store virtual space options.
- Enhancement: Check for Alt-Key down/up to allow drawing rectangular selection in virtual space.
- Enhancement: Use faster method (SCI direct call) to set/reset virtual space access option.
- Fix: Minor issues in context of undo/redo (virtual) rectangular (empty) selection.
- Fix: Static URL string to open version check website.
- Fix: Tidy up menu navigation via keyboard.
- Fix: Paste multi-line clipboard into rectangular selection.
- Fix: Copy/paste and redo/undo on empty/virtual rectangular selection.
- Fix: Prepare (i) for Scintilla's Position type change to 64-bit.
- Fix: Corrupted "Page Setup..." dialog layout (after changing tab-stop order).
- Fix: Pasting into rectangular selections.
- Fix: Tab-key and indentation handling.
- Fix: Indentation and rectangular selection (final solution still open).
- Fix: "Single line selection" criteria.
- Fix: Synchronized updates for Toolbar & Statusbar.
- Fix: Empty settings string, if ToolbarButtons are reset to defaults.
- Fix: Changed navigation keys for "Edit" menu.
- Fix: Set virtual space option "SCVS_NOWRAPLINESTART" for Alt-Key down rectangular selection only.
- Fix: Bug in calculating position for thousand separator.
- Fix: Handle case: virtual space user access not allowed.
- Fix: Selected default lexer has not been used as default startup lexer.
- Fix: Code folding integrated in margin.
- Fix: unique Style IDs.
- Fix: Disable folding operations for lexers, which don't support it.
- Fix: Default Folding Style: single line after heading.
- Fix: Bug in changed "Windows Registry Files" lexer.
- Fix: Undo/Redo action w/o selection sets/preserves selection mode (bug).
- Fix: Support styler attribute "eolfilled" in any Reg-Key case (Windows Registry Lexer).
- Fix: Small datatype correction.
- Fix: Map Toolbar Labels according to bitmap/settings file.
- Fix: "Registry Files lexer: bug in GUID in Key Path with eolfilled attribute.
- Fix: Broken swap clipboard w/ selection.
- Fix: Restore selection set/replaced by replace dialog.
- Fix: Fill find/replace search box with selection/clipboard on non switching Ctrl+F/H.
- Fix: Bug detecting find/replace dialog is foreground or not.
- Fix: Initial .ini file: corrections for labeling toolbar icons.
- Fix: Performance issue: Replace All - delay status update until transaction finished.
--------------------------------------------------
Version 3.18.131.862 (31 January 2018)
--------------------------------------------------
- New: Accelerator Key "Ctrl+Alt+J" -> Fuse Lines (:= Join Lines, line-breaks NOT replaced by Space).
- New: Setting2 parameter to adjust "Mark Occ" and "Hyperlink" styling delay.
- Enhancement: Highlight current line stuff gathered.
- Enhancement: Customize Schemes... Style Names.
- Enhancement: Added Accelerator Keys: Alt+LEFT/RIGHT to FOLD/EXPAND folding section.
- Enhancement: add empty sections to initial settings file (.ini) to force a canonical order.
- Enhancement: Canonical initial Notepad3.ini.
- Enhancement: Make selection block indentation similar to VisualStudio's.
- Fix: Performance for several modify text operations.
- Fix: Correct in-memory encoding/re-coding of text.
- Fix: Join Lines (preserve paragraphs) issue.
- Fix: Byte counting for selection.
- Fix: Bug in joining lines algorithm.
- Fix: Alt+H should open history file access dialog not help menu (add ? to revert to known access key).
- Fix: Revisit usage of "Mark Occurrences" and "Hyperlink Styling" delay usage.
- Fix: Rectangular selection: (virtual empty) selection persists after clear.
- Fix: Sentencecase some strings in "Customize Schemes...".
- Fix: SpeedUp undo/redo action collections.
- Fix: Lock NotifyUpdate and TargetSelection in case of multi action redo/undo and target replacements.
- Fix: Handling of document modified flag in case of NotifyChange bypass.
- Fix: Redo/undo and jump-to behavior having an active selection.
- Fix: Wrong test on rectangular selection.
- Fix: More select and replace target issues.
- Fix: Toggle All folds behavior.
- Fix: TAB indentation handling according to predecessors (NP2).
- Fix: selection (anchor and current caret position) handling.
- Enh: Version check for Visual Studio 2017 v.15.5.5.
- Fix: "Line Comment" id noselection and current pos == indent pos.
- Fix: Initial .ini-file: unused section removed.
- Fix: Support scintilla msg: SCN_NEEDSHOWN (EXPAND folded sections if needed).
- Fix: Avoid some issues regarding folding, using SCI_SETAUTOMATICFOLD.
- Fix: Revert TAB + Selection action corresponding to VisualStudio's behavior.
- Fix: Sensible handling of "Block -> (Un)Indent" for different kinds of selections.
- Fix: Font selection dialog does not reset some styles correctly.
- Fix: Preserve selection on Line Comment toggle.
- Fix: Char2Hex: Remove limit single byte selection.
--------------------------------------------------
Version 3.18.113.828 (13 January 2018)
--------------------------------------------------
- New: "Customize Schemes..." UI change to represent "relative sizing hierarchy".
- New: Initial version of Nim Lexer. Added Scintilla project and header for Nim lexer.
- Changed: Compiler version 191225834 (VS2017 v15.5.3).
- Changed: Executables not compressed with UPX.
- Changed: Menu "Mark Occurrences" whole word matching: radio button behavior.
- Changed: Onigmo RegEx syntax dialect.
- Changed: Onigmo regex engine: use PERL 5.10 syntax + enable "\<" and "\>" word boundary matching.
- Changed: Option "after visible" for styling in background (idle time).
- Changed: Replace Windows Notepad Installer version only.
- Changed: View "2nd Default Style" as (dbl-clickable) status bar item.
- Changed: Word Wrap mode from WORD to SPACE to avoid wrapping at style change edges.
- Changed: Force position progress in case of zero-length matches.
- Changed: Re-introduce "max mark occurrence counter" to avoid lazy UI. (Set .ini section [Settings2] MarkOccurrencesMaxCount=-1 for unlimited (MAX_INT)).
- Enhancement: NimLexer = NimrodLexer -> rely on Scintilla distribution for Nim(rod) lexer.
- Enhancement: Reasonable assumption for memory allocation of style handling (backup, save, load).
- Enhancement: statusbar: information about usage of 2nd Default Style.
- Enhancement: Statusbar: Count number of bytes in current encoding.
- Enhancement: structured "Mark Occurrences" menu hierarchy.
- Enhancement: Statusbar Partitioning.
- Performance: Cache page instead of line only.
- Performance: Mark Occurrence triggers enhancements.
- Performance: Non visible styling during idle time.
- Performance: Tuning delay parameter of "Mark Occurrences" (instantly).
- Performance: Remove test for set already, if indicator does not change.
- Performance: Redraw indicator ranges (Mark Occurrences) only if needed - avoiding recursive SCN_UPDATEUI notifications.
- Fix: Several Mark Occurrences (instantly) issues.
- Fix: Regarding Scheme customizing (rel. size) and View Menu (Mark Occ.).
- Fix: Onigmo regex engine PERL syntax: supporting named groups referencing in replacement text.
- Fix: Correct counting of found matches.
- Fix: Broken find/replace (regex) on groups.
- Fix: Some customizing scheme issues (relative font size hierarchy).
- Fix: Document modified flag not set properly (title, toolbar & statusbar only).
- Fix: Renaming menu entries Edit: "Clear" -> "Delete"
- Fix: Menu "Mark Occurrences" whole word matching: add check indicator if one of word matching options (selected/current) is used.
- Fix: Regex replacement on look-ahead assertion.
- Fix: relative font sizing of non-default-style entries in custom schemes.
- Fix: Font selection box title display.
- Fix: clean coding for "relative sizing hierarchy".
- Fix: Update view on style change in "Customize schemes..."
- Fix: Bug regarding "Reset" button in "Customizing Schemes..." dialog.
- Fix: Bug in detect and style Hyperlink Hotspot.
- Fix: Loosing state of "Transform Backslashes" while switching regex/wildcard search.
- Fix: Block "mark occurrences" event on transaction pair: (SCI_TARGETFROMSELECTIO, SCI_REPLACETARGET).
- Fix: protect SCI target transactions by a guard to break recursion of Mark Occurrences caused by ChangeNotification() events.
- Fix: Handle "2nd Default Styles" as separate standard (2nd) lexer module.
- Fix: Handling initial 1st or 2nd default style in case of "Default Text", shown on int "Customize Schemes...".
- Fix: Crash on navigation between schemes beyond start/end of tree view.
- Fix: Disable (using 1st Default Style) "Associated filename extensions" for "2nd Default Style".
- Fix: Clone associated filename extension list of Default Style (for 2nd Default Style).
- Fix: move word wrap start symbol to margin (new WW mode SPACE (instead of WORD))".
- Fix: Mark Occurrences timeout on Find/Replace.
- Fix: Optimized status bar partitioning.
- Fix: Revert naming for "2nd Default Text".
- Fix: Bug on switching between 1st and 2nd standard lexers.
- Fix: Selection of 1st or 2nd standard lexer (Default Text) based on Use2ndStandard flag.
--------------------------------------------------
Version 3.18.105.802 (5 January 2018)
--------------------------------------------------
- New: Hyperlink Hotspot Style updates on UpdateUI event (visible area only)
- New: Switch to draw all occurrences in visible area only.
- New: (Mark Occurences) instant word highligting.
- Enhancement: Async mark all occurrences via timer (UI response).
- Enhancement: Delayed mark all occurrences for better UI response.
- Enhancement: Fixed some issuses, which eat up CPU.
- Enhancement: Optimizing timer handling to avoid multiple calls of complex methods.
- Fix: Custom toolbar images ini settings added.
- Fix: Add hints for free text style properties in "Customize Schemes...".
- Fix: Test version numbers for month Jan - Sep (mono digit).
- Fix: Redundant echo of expected version string.
- Fix: Toggle line comments were placed at line end.
- Fix: "Match Current Word" should not highlight partial word matches in other lines.
- Fix: Fetching wrong visible document line number in case of hidden or wrapped lines.
- Fix: Ignoring queued timer event, if timer has been killed.
- Fix: use current lexer's default text font size as base font size for relative sizing of other styles.
- Fix: mark occurrences counter not updated in time.
--------------------------------------------------
Version 3.17.1228.783 (28 December 2017)
--------------------------------------------------
- New: Added batch script to bulk encrypt files of given directory with encryption tool.
- New: inticator style used for matching braces too.
- New: Java sourcecode to compile a class which acts as a standalone tool for decrypting Notepad3's encrypted files.
- New: Regex - "Dot matches all" vs. "Dot does not match line-breaks" switchable by option in find/replace dialog.
- Fix: Update coloring on window message WM_SYSCOLORCHANGE, including Hyperlink hotspot colors.
- Fix: Crash on empty password for encryption tool.
- Fix: Existing bash test script for encryption tool.
- Fix: Onigmo regex: . matches any charakter and does not stop at line breaks.
- Fix: Onigmo regex: remove extend mode, where # is used as line rest comment.
- Fix: Change hard coded default values for matching brace styling according to new style (indicator).
- Fix: font styling of Hyperlinks are not reset to default if feature is switched off.
--------------------------------------------------
Version 3.17.1223.778 (23 December 2017)
--------------------------------------------------
- New: More triggers for Hyperlink style updated.
- New: Online Documentation menu item.
- New: Added Scintilla's indicator styles to scheme config for "Mark Occurences".
- New: Dual configuration of Default Text Font or Current Scheme's Default Text Font.
- New: Replaced DeelX with Onigmo regular expression engine.
- Changed: uthash to version 2.0.2.
- Changed: Enhanced style copy method.
- Fix: Minor fixes for Onigmo interface class.
- Fix: Hyperlink feature related delay of font changing.
- Fix: Last hyperlink was restyled to lexer's style (not desired hotspot style).
- Fix: Default lexer style changed a litle bit after first UI update.
- Fix: Redraw bug in case of SCI_COLOURISE.
- Fix: Removed some Hyperlink dection triggerpoints, which might be collide with SEARCHINTARGET and REPLACETARGET race conditions (seperate threads).
- Fix: Removed unneccessary Hyperlink trigger-point from InitInstance().
- Fix: Performance issue while pasting long text from clipboard.
- Fix: Local memory freeing.
- Fix: Complete set of font weights for syntax scheme.
- Fix: Prepare fixing race-condition search/replace target vs. selection.
- Fix: Set target range only for search/replace and not for paste after modifying selection (race-condition search/replace target vs. selection).
- Fix: Transform backslashes for regex find/replace.
- Fix: Out of range fallback for indicator string retrieval.
- Fix: Issue regarding TransformBackslash handler (regex vs. std & find vs. replace).
- Fix: Replace dialog: Resize regex text box to not overlay other control.
- Fix: Enable more hyperlink styling trigger points, since "replace target" race-conditions have been fixed and fast regex engine (Onigmo) is integrated.
- Fix: Issue regarding applying lexer style while hyperlink feature is active.
- Fix: Reverting to buffered draw, until screen flickering issues are clarified.
- Fix: Onigmo regex engine handling string/line end meta char '$' independent of EOL mode.
- Fix: Replace-all with look-behind assertion.
- Fix: Onigmo word boundaries issues (incl. "double" escaped esc) (not solved yet: multi escaped esc).
- Fix: Customize schemes issues (now Default Font: is applied to "Default Text" and "Current Lexers" Default Font).
- Fix: Allow (horiz.)TAB chars in selection copied to find/replace dialog search box on pop up time (Ctrl+F).
- Fix: Setting "Default Font..." will clear current lexer's default font - inherits global default font then.
- Fix: "Default Font..." configuration issue.
- Fix: "Default Font..." add check for current scheme is not default text already.
- Fix: Schemes in alphabetical order (displayed names).
- Fix: Bug on font selection - global vs. current scheme.
- Fix: More bugs regarding standard lexer handling.
- Fix: Using WYSIWYG fonts (screen vs. printer).
- Fix: Inconsistencies: cut,copy,replace,... mainmenu and context menu vs. toolbar.
- Fix: New Font selection New: 2nd Default Font not supported completely.
- Fix: setting/changing encryption pass-phrase did not trigger "file modified" flag.
- Fix: Problem with 1st vs. 2nd Default Text Scheme selection.
- Fix: Inconsistency 1st vs. 2nd Default Text Font selection.
- Fix: Use Standard Lexer on new (empty) files.
- Fix: General bug fixes and code cleanup.
--------------------------------------------------
Version 3.17.1210.729 (10 December 2017)
--------------------------------------------------
- New: Added Awk Script syntax highlighting (Python lexer based)
- New: Enhanced URL Hotspot highlighting.
- New: open Hyperlink in NP3 (if applicable: "file://...").
- New: Update notification in Notepad3 setup.
- New: URL Hotspot (first version).
- Changed: [Settings2] section default values (and comment out if not changed) of initially distributed Notepad3.ini
- Enhancement: Code Cleanup
- Fix: Edit/Special : URL encoding/decoding for full UTF8 (non ASCII) characters.
- Fix: flashing of Search text-box of find/replace dialog in case of Win7 Classic theme
- Fix: Gibberish output if URL decoded again (2nd time).
- Fix: URL decoding, if encoding has "%#nnn" formatted ASCII chars.
- Fix: HTML character encoding starts with ampersand, not percent char.
- Fix: URL encoding: Added flag URL_ESCAPE_PERCENT for UrlEscape().
- Fix: Added version info for VS2017 v.15.5
- Fix: Consistent texts for "Hyperlink Hotspots".
- Fix: Hyperlink Hotspots turned off by default. (not stable enough to force the feature).
- Fix: Normal setup can now clean replace Windows Notepad registry keys.
- Fix: Added some more places, where Hotspot style redrawing does not slow down responsiveness.
--------------------------------------------------
Version 3.17.1202.715 (2 December 2017)
--------------------------------------------------
- New: Additionally show full path to current directory in windows title.
- Changed: Move "Mark Occurrences" check box from menu to find/replace dialog options.
- Changed: Renaming of drag n' drop methods.
- Fix: Removed unused mouse wheel message interception.
- Fix: Disabling buffered draw. (Scintilla: "Current platforms perform window buffering so it is almost always better for this option to be turned off.")
- Fix: Font Smoothing: [Settings2] SciFontQuality=n has no effect on some special fonts (preserving old behavior if not defined).
- Fix: Adapt text for messagebox: no valid drop-file.
- Fix: issue regarding Accelerator keys for find/replace dialog.
- Fix: Minipath full path display in titlebar (no dbl-slash in case of drive letter only).
- Fix: Mark occurrences: Outline frame of indicator box shouls have same aplpha channel color (configurable alpha2:nnn).
- Fix: Find/replace dialog: mark occurrences: use standard save/restore settings behavior.
- Fix: #192 Drag n' drop from 32-bit process on Notepad3 x64 window
--------------------------------------------------
Version 3.17.1124.690 (24 November 2017)
--------------------------------------------------
- Added Book Mark style (Color Background and Alpha) to customize schemes...
- New "D" and "Go" programming language support.
- Update: Compiler version detection.
- Update: Scintilla Lib v.4.0.2 (402).
- Adapt: C/C++ styles - keyword vs. typedefs.
- Changed SDK version target to 10.0.16299.0
- Major refactoring of find/replace regex evaluation.
- Optimized DeelX regex interface.
- Minor fix for DeelX RegEx engine.
- Move position after replacement (EditReplace()).
- Refactoring of "Replace All" methods.
- Split C++ Keywords in two parts (1st: standard keywords, 2nd: keywords starting with double underscore "__xxx").
- Minor polish of Readme.md.
Put changes compared to Notepad2-mod into Readme.md.
- Repair empty resource file (Notepad3.rc).
- Bookmark Enhancements
- Replaced old bookmark pixmap (visible margin) by Scintilla's BOOKMARK marker style.
- Swap text fields in Find/Replace dialog.
- Enhance: comments with useful web links.
- Enhance: Increase buffers for edit box in "Customize Schemes..." dialog.
- New: Auto remember bookmarks in recent file history.
- New: find/replace mark occurrences.
- New: Indicator in find text box, if search string is matched in document.
- New: Mark occurrences coloring is now configurable via "Customize Schemes...".
- New: "Swap Strings" button in Find/Replace dialog.
- New: validate regexpr.
- Fix: Revert to Scintilla's default mouse down and mouse wheel capture mode.
- Fix: "Mark All Occurrences" setting of find/replace dialog should only be persisted, if "Save Settings on Exit" is enabled.
- Fix: UpdateLineNumberWidth() triggers cleanup.
- Fix: Issue with update of line number margin width.
- Fix: Transform backslash issues.
Fix: C/C++ keywords and types.
Timer call for mark occurrences during find/replace.
- Fix: lookaround regex (DeelX) matches were not replaced.
- Fix: Issue regarding find/replace empty-string.
- Fix: Adapt DeelX RE interface according to enhanced find/replace dialog.
- Fix: Issue #173 - regex/wildcard search: replacement string not used if "Check All Occurrences" is active.
- Fix: Recoding minipath's version.h to UTF-8 (Sig), because it contains codepage dependant copyright sign.
- Fix: Corrections to .vcproj settings inconsistencies (reported in release build process).
- Fix: undo/redo issues (if no selection choosen).
- Fix: Consecutive DEL/BACKSP undo/redo broken (wrapped by unconditional selection undo/redo).
- Fix: Issues found by static code analysis.
- Fix: Bug in getting string length from dialog box readout.
- Fix: Break criteria for "replace all in range".
- Fix: Issues found regarding zero-length matches using regex anchors, including infinite loops on replace all.
- Fix: RegEx start anchor adjustment.
- Fix: Problem with regex line start and replacements at line end.
- Fix: Issues regarding selection undo/redo.
- Fix: Issues regarding margins configuration.
- Fix: Issue #139 and #143 (remove selection undo/redo for non-text-changing operations on selections).
- Fix: issue #144 (Left arrow no longer moves to previous line).
- Fix: issue #145 (Mark Occurrences Counter is broken).
- Fix: Pasting clipboard content into selection box should replace text and cancel selection then.
- Minor bug fixes and more...
--------------------------------------------------
Version 2.17.1023.632 (23 October 2017)
--------------------------------------------------
~ Add code snippet (activation only prepare for future extensions).
~ Added switch ([Settings2] UseOldStyleBraceMatching) to preserve old style
brace matching behavior.
~ Applied patch from Neil Hodgson (Master of Scintilla Lib - respond to
scintilla lib issue report #1976).
~ Changed buffers for operating edit box in customize schemes.
~ Documentation: Minor changes to Notepad3.txt.
~ Documentation: doc/Notepad3.txt - add description of [Section2] .ini settings
(mostly taken from orig. Notepad2 FAQs).
~ Default to modern displays settings, using Scintilla's new technology
: SciDirectWriteTech=1, SciFontQuality=3
~ First prottotype of VirtualSpace RectangularSelection by default (very old
behavior can be turned on by [Settings2] DenyVirtualSpaceAccess=1).
~ Implemented Feature Request #51 (buffer size of file extension edit box).
~ New: Show warning before loading file with unknown (custom schemes) file
name extension.
~ License.txt: switch to UTF-8 encoding.
~ Restore wrongly discarded np3portableapps .ini files for NP3Portable,
redirecting .ini reading to correct path.
~ Small code refactoring (replacing deprecated methods).
~ Settings [Section2] (cannot be set via GUI) add all possible names and
default values, if applicable.
~ Fixed .ini paths for np3portableapps.
~ Fix: Crash in Favorites management.
~ Fix: pasting clipboard content into selection box should replace text and
cancel selection then (in case of swapping clipboard, the selection is preserved).
~ Remove settings for "Favorites" directory -> NP3 uses then users system
default folder (%USERPROFILE%\Favorites).
--------------------------------------------------
Version 2.17.1016.610 (16 October 2017)
--------------------------------------------------
~ Added remove button for list items.
~ Checkbox for "preserve caret position" settings.
~ File History Dlg: rename button "Remove" -> "Discard"
(discard selected item from file history list).
~ Minor bugfixes for session feature
(file history: remember caret pos and encoding).
~ Removed unnecessary build artifacts from np3portable.
--------------------------------------------------
Version 2 Build 605 (15 October 2017)
--------------------------------------------------
~ Fix: Crash on accessing UndoRedo structure while NP3 instance has
not been initialized completely (.LOG file opening bug).
--------------------------------------------------
Version 2 Build 600 (15 October 2017)
--------------------------------------------------
~ Fix: Virtual space access: column indicator.
~ Fix: Customize Schemes... Font... selection: bold/italic now detected
(bold: if selection >= FW_SEMIBOLD)
--------------------------------------------------
Version 2 Build 583 (11 October 2017)
--------------------------------------------------
~ AHK test script for NP3 GUI tests.
~ Cleanup AHK testing script, add test artifacts.
~ Generalized internal multi-byte codepage definitions (code cleanup).
~ Fix: syntax error on exit script.
~ Fix: Try to retrieve correct file version for Notepad3Portable creator.
~ Fix: StatusBar Col display is not correct in case of Virtual Space Access.
~ Fix: locale / language independant version patching batch for Notepad3Portable
~ Fix: version patching for Notepad3 PortableApps build batch.
~ Fix: Recode to ANSI (in case of Chinese ANSI code-page)
--------------------------------------------------
Version 2 Build 568 (8 October 2017)
--------------------------------------------------
~ Updated the Run Dialog icon.
~ Code comment for completeness.
~ Enhanced clipboard recoding detection.
~ Prettier Browse Icon.
~ StatusBar information enhancements.
~ Fix: Reverting "reload as UTF-8 not work bugfix".
~ Fix: Texture glitch on "Browse" button.
~ Fix: Binary directory to build portable app.
~ Fix: In-text encoding (convert encoding).
~ Fix: minor StatusBar string corrections.
~ Fix: Support pasting position at virtual space.
~ Fix: Move caret to convenient position after pasting clipboard
(no current selection).
~ Fix: Virtual space navigation and rectangular selection (minor issues)
(allow "Virtual Space Rectangular Selection"
also allows moving Caret into virtual space (beyond line end))
~ Fix: Copy/Cut & Paste of current line (in case of no selection -
Visual Studio behavior - using SCI's MSDEVLineSelect).
~ Fix: Bug in code-page related text conversion.
--------------------------------------------------
Version 2 Build 548 (3 October 2017)
--------------------------------------------------
~ Code cleanup
~ Fix: Made corrections to build 505 change log (spelling, grammar, etc).
~ Fix: FILE status becomes [MODIFIED] when doing CONTROL+A to select ALL.
~ Fix: Paste from clipboard to ANSI code page:
unnecessary switching encoding to UTF-8.
~ Fix: Undo/Redo of virtual space selection rectangle not correct.
~ Fix: StatusBar SelectionCount (Sel) : count chars instead of bytes.
~ Fix: Punctuation chars for "Accelerated Word Navigation" (Settings2:
ExtendedWhiteSpaceChars= add non word chars here).
~ Fix: Do mouse wheel scrolling in editor area only.
~ Fix: DPI awareness in manifest.
~ Fix: word delimiter in case of "Accelerated Word Navigation".
~ Correct UFT Spelling on Encoding menu.
--------------------------------------------------
Version 2 Build 505 (23 September 2017)
--------------------------------------------------
+ 1st chunk of StrSafe migration.
+ Some more StrSafe changes
+ Fix: manually edited settings (SciDirectWriteTech, SciFontQuality)
should be placed in settings section [Settings2].
+ Extended default "space char set" for "Accelerated Word Navigation" to avoid
unexpected "accelerated word navigation" behavior, space-char extension is
restricted to 7-bit ASCII char set (ignoring specified non-7-bit-ASCII chars).
+ StrSafe adaptions
+ Fixed: settings SciFontQuality have been overwritten by Scheme configuration.
(Fonts: Calibri, Cambria, Candara, Consolas, Constantia, Corbel, Segoe UI are using
'cleartype smoothing' (SC_EFF_QUALITY_LCD_OPTIMIZED) by default, if not
configured in Schema definition for Lexer)
+ Added font "Source Code Pro" to list of special fonts for cleartype smoothing.
+ Fix: undo destructive operation on selection (rectangle) does not restore
selection or preserves selection mode (extends selection on caret movement)
-> need to send SCI_CANCEL at the end of restored selection.
+ Found bug caused by StrSafe migration
(COUNTOF() for buffer size must not be used on buffer pointer)
+ migrate StrCpyN() and StrCatBuff() to corresponding StrSafe.h methods
+ Adapted lstrcpyn() calls according to StrSafe.h requirements.
+ Refactoring of "Accelerated Word Navigation" to be compliant with Scintillas
WhiteSpace and Punctuation defines.
+ "Accelerated Word Navigation" activation influences "Mark Occurrences" (whole word) if set
+ Extended: Remember selection undo / redo
+ Added undo / redo selection to more operations
+ Found Scintilla 400 method "SCI_CUT" (cut selection) broken: lost last char
replaced by SCI_COPY & SCI_CLEAR combination (for now).
+ changes to EditGetClipboardText() solved the SCI_CUT problem, so it can be
switched back from SCI_COPY & SCI_CLEAR to SCI_CUT
(byte alignment in 64-bit, i am nut sure)
+ switching Scintilla internal codepage to UTF-8 only (resp. Japanese,
Chinese and Korean DBCS) single-byte encoding is supported externally and
converted (fore and back) to UTF-8 internally, this simplifies
i.e. clipboard exchange, etc.
+ Removed support for obsolete Korean Johab (1361) codepage.
+ Fixed ConvertText() according to internal SCI codepage
+ Refactoring: Encoding handling
+ More operations for selections undo/redo.
+ Enabled "unlimited" (as in Scintilla Lib: dep. on memory and INT_MAX)
undo / redo selection history using utarray from uthash header library
(https://troydhanson.github.io/uthash/index.html)
+ Moved crypto readme to doc dir
+ remove internal codepage support for Chinese, Japan, Korean DBCS use
generalized UTF-8 codepage instead
(conversions do not work as expected within scintilla lib)
- Dropping Windows XP support , using compiler toolset vc141 Win SDK 10.0.
(current VC++ redistributable needed?)
+ Replaced lstrcmp() and lstrcmpi() by StrSafe (helper.h defined) methods.
+ Relaunch elevated keeping current changes in a buffer.
+ Fixed some problems for feature "relaunch elevated preserve changes".
+ First AppVeyor config
+ Remember window position in case of "relaunch elevated".
+ Fixed memory initialization problem during InitInstance()
+ Enhanced consistency between toolbar (save button) and titlebar (modified marker)
+ "Relaunch elevated": use current .ini-file instead of new user's (Admin's) .ini
+ Cleanup tmp filebuffer, if elevation has been rejected.
+ Fixed crash in case of wrong Encoding (detection)
+ Changed version display on Help/About.
+ New Powershell script to patch version numbers
+ appveyor.yml using same powershell commands to patch version
- Remove FindReplaceDlg handle declared as external from compilation unit
Edit.c - not really needed here. (externals (handles / pointers) seemed to
be a problem on module init instance time in 64-bit)
+ Fixed: Open find dialog the first time (new NP3 instance) while
clipboard is empty, NP3 crashes (try to LocalFree() static allocated memory)
+ Fixed: RegExpr "Find previous" corrected (find mode "left to right" has been
used, which has not the intended behavior).
+ Updated Compiler Info.
+ Added build.txt (and .ps1 changes) for Local Build Version patching
(common AppVeyor/Local script).
+ Fixed issue "Convert to Title Case" while selected text is all upper case.
+ Fixed broken "Complete Word" feature (Ctrl+Enter/Return).
+ Changed accelerator key for feature "Complete Word" from Ctrl+Enter to Ctrl+Alt+Enter.
+ Added feature "Insert New (empty) Line above current line Ctrl+Enter (as in VisualStudio).
+ Code cleanup
+ Added new Settings "Virtual Space on Rectangular Selection" used to select.
rectangle not delimited by line endings (but including virtual space).
+ Readme.txt Updated. (Thanks Will)
--------------------------------------------------
Version 2 Build 450 (18 August 2017)
--------------------------------------------------
- Update to Scintilla 400 (early bird) pre-release.
- Renamed encoding menu item: "Recode No FileVars" (Alt+F8) =>> "Ignore Encoding Tags" (Alt-F8)
- UTF-8 encoding of License.txt (fixing: different ANSI codepage for copyright sign)
- Fixed "file modified" flag not set on Ctrl+X actions
- Fixed re-enable accidentally disabled toolbar buttons (find, replace, clear, toggle-folds, file-launch)
- Fixed remove obsolete settings entry, never read (SciDrawTechnology)
- Fixed crash: not a good idea to make char array (char*) external to other compilation unit.
- Fixed wrong shortcut in menu on word navigation (Ctrl+LEFT/RIGHT)
--------------------------------------------------
Version 2 Build 440 (16 August 2017)
--------------------------------------------------
- Added Enabling/Disabling Save-Button in toolbar according to file modified indicator.
- Added Del/Back Selection preserving on Undo/Redo
- Cut Selection (Ctrl-X) will preserve Selection on Undo/Redo
- Zero initializing string buffers (hardening code while searching an issue regarding "Recent Files" list in "relative paths" mode
- Menu integration of "hidden" commands
- Fixed unicode conversion error fixed in .rc
- Fixed Toolbar Button "Save" has to be enabled on encoding changes
- Fixed bug on path compare for editing own settings file (.ini) to disable "save settings" menu entries (should be case insensitive)
- Fixed: restore "rectangular" selection too on "Selection Cut" Undo/Redo
- Fixing and cleanup build for Notepad3Portable
--------------------------------------------------
Version 2 Build 432 (10 August 2017)
--------------------------------------------------
- Added command line option ( /v ) to print file immediately and quit (like Window's original notepad.exe /p option).
- Added printing additional option /v dialog to allow access to the Printer dialog (as on Menu: Print... ).
- Enlarge some string buffers for dialogs.
- Initial version of PortableApps.com Launche and Installer build.
- Build environment, to create Notepad3Portable (according to Portableapps.com) (x86/x64).
- Fixed issue #35 (preserve FileExtension settings while switching Styles / 2nd Default Scheme).
- Fixed np3encrypt vcxproj files.
--------------------------------------------------
Version 2 Build 422 (10 August 2017)
--------------------------------------------------
- Cleanup manifest handling
- Minipath DPI aware false
--------------------------------------------------
Version 2 Build 411 (9 August 2017)
--------------------------------------------------
- Added VisualStudio's Editor Behaviour for Ctrl-C and Ctrl-X
- Added VS2017 .vcproj files and adapted Compiler Tool Set accordingly
- Reintroduce HighDPI toolbar
- Integrate Scintillas DirectWrite technology
- Minor cleanups reported by CppCheck v.1.79
- Fixed nullptr access while pressing "favorites" toolbar button on 'virgin' Notepad3 ToolBar
- Fixed broken Ctrl-Q (toggle line comments)
--------------------------------------------------
Version 2 Build 398 (13 June 2017)
--------------------------------------------------
- Added Microsoft Visual C++ 2017 (vc141) support.
- Updated Scintilla to version 3.7.5
- Don't use 2nd default syntax scheme by default. (Issue #21)
- Bigger Toolbar Buttons (24px). Should be big enough now. (Issue #21)
--------------------------------------------------
Version 1 Build 388 (06 January 2017)
--------------------------------------------------
- Updated Scintilla to version 3.7.2
- MiniPath now works on Windows XP
--------------------------------------------------
Version 1 Build 386 (08 December 2016)
--------------------------------------------------
- Added RaPeHoff to the contributors list.
- Update to Scintilla 371 (NP2 adaption due to deprecated data types).
- clean-code Solution (instead of "magic numbers").
- Crypto Module: code cleanup
- Crypto Module: Replaced LocalAlloc/GlobalAlloc by HeapAlloc methods.
- Integration of DeelX RegExpr engine (http://www.regexlab.com/en/deelx/)
- Fixed block selecting cause crash.
--------------------------------------------------
Version 1 Build 350 (05 September 2016)
--------------------------------------------------
- Added Microsoft Visual C++ Update 3 version number
- Updated HTML Keywords
- Updated Scintilla to version 3.6.7
--------------------------------------------------
Version 1 Build 330 (24 June 2016)
--------------------------------------------------
- Added Visual Studio 2015 Update 2 version number
- Added Support for Inno Setup 5.5.9
- Implemented a new versioning scheme
- Updated Apache Keywords for version 2.4
- Updated to Scintilla 3.6.6
- Updated Rizonesoft Versions Program
- Fixed Compiler warnings
- Fixed Favorites Function
- Removed Visual Studio 2010 to 2013 Support