AfterDawn | Nedlastinger | Diskusjon | Nyheter
AfterDawn Norge

Versjonshistorie Notepad2

<<Tilbake til programvarebeskrivelsen

Endringer for v5.0.26 Beta 2 - v5.0.26 Beta 4

  • Encoding detection for 8-bit encodings (File, Encoding, Default)
  • Option to auto-detect indentation settings (enabled by default)
  • Large file warning message always displayed for files > 64 MB
  • Refined low memory checking for loading and saving large files
  • Updated Scintilla library to 3.2.3
  • Fixed selection history (broken since Notepad2 5.0.26-beta3)
  • Auto-detection of indentation settings is disabled by default



Endringer for v5.0.26 Beta1 - v5.0.26 Beta 2

  • Always use UTF-8 as internal encoding (better clipboard usability)
  • Display notification if encoding tag mismatch is detected on save
  • Share MRU lists (files, searches) across all Notepad2 instances
  • Ini-file option to disable shared MRU lists
  • Dialogs making use of MRU lists have options to clear all items
  • New hotkey to toggle between stream and block selection (Ctrl+*)
  • Remapped "Reset Zoom" hotkey to Ctrl+0
  • Remapped "Transparent Mode" hotkey to Ctrl+/
  • Ini-file option to force saving empty files with BOM if applicable
  • Ini-file option to specify offset of new windows (Alt+N, Alt+0)
  • Fixed hang with -u command line switch for non-Administrator user



Endringer for v4.2.25 - v5.0.26 Beta1

  • Restore selection after undo and redo (options in ini-file)
  • Changed default extension for saved files from none to .txt
  • Open and save dialogs again remember the last used directory
  • File change notification option to display title bar indicator
  • Handle %1 wildcard for external file browser command line
  • Regex backreference \0 represents full match in replacement
  • "Jump to" dialog allows expansion of selection (Shift+Enter)
  • Hotkey Ctrl+Shift+P snaps window to more default positions
  • Command line switch /p sub-option x opens a maximized window
  • Option to display word wrap symbols in line number margin
  • Simplified syntax schemes for Web Source Code, Perl and Python
  • Various other minor updates to syntax schemes and keywords
  • Accept fractional font sizes for syntax styles (i.e. "size:9.25")
  • Added style attribute "semi-bold" for font weight
  • Use Direct2D on Windows Vista and above (options in ini-file)
  • Minor visual updates to program icon and toolbar buttons
  • Fixed bug with font dialog assuming italic attribute by mistake
  • Fixed bug to load UTF-16 LE files with BOM as UTF-16 BE
  • Fixed bug with truncating files on saving if out of disk space
  • Fixed bug with truncating files on saving if low of memory
  • Fixed bug with crash on Windows XP without Service Pack 3
  • Updated Scintilla library to 3.2.2



Endringer for v4.2.25 RC 1 - v4.2.25

  • "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



Endringer for v4.1.24 - v4.2.25 RC 1

  • "Align Lines" with several options (Alt+J)
  • "Modify Lines" supports several variables to insert numbers (Alt+M)
  • "Shuffle Lines" is available through "Sort Lines" (Alt+O)
  • Use built-in Windows functionality for "Title Case" on Windows 7
  • "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 Assembly scheme with x64 and SSE4 instructions
  • Several minor updates to syntax schemes and keywords
  • /l command line switch to auto-reload modified files
  • /l- command line switch to disable file change notification
  • Ini-option to specify auto-reload timeout (see FAQ on my website)
  • Support combination of /g and /m command line switches
  • Copy window position to clipboard as cmd line switch (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
  • Hotkeys (Shift+)F3, Alt+F3 and F4 work in find and replace dialogs
  • Disallow suppression of text not found message
  • Simplified appearance of word wrap settings dialog
  • Muted a few unused hotkeys that inserted control characters
  • Dropped "Select To Next" (F2) and "Select To Previous" (Shift+F2)
  • 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



Endringer for 3.0.20 - v3.1.21

  • No ini-file is created by default (save settings with F7, once)
  • "Move Up" and "Move Down" keep selection and work with blocks
  • Set cursor to start (Ctrl+,) or end of text selection (Ctrl+.)
  • "URL Encode" (Ctrl+Shift+E) and "URL Decode" (Ctrl+Shift+R)
  • "Escape" (Ctrl+Alt+E) and "Unescape C Special Chars" (Ctrl+Alt+U)
  • "Sort Lines" with several options (Alt+O)
  • "Pad With Spaces" block command (Alt+B)
  • "Replace Next" assigned to hotkey (F4)
  • Auto strip trailing blanks option (File, Line Endings, Default)
  • Remapped "Transparent Mode" hotkey to Ctrl+0
  • Simple XML detection for files without extensions
  • Simple language detection for cgi and fcgi files
  • Reload file without file variable parsing (Alt+F8)
  • Enabled better styling of C/C++ preprocessor elements
  • Recent files and search strings merged with existing items on save
  • Paste board mode ignores immediately repeated copy actions
  • Command line switch + to accept multiple files (quoted spaces)
  • Command line switch - to accept single file argument (no quotes)
  • Option to set default command line mode (single or multiple files)
  • Command line switches to set file encoding and line ending mode
  • More /p command line switches (see "Command Line Switches" below)
  • /r command line switch to reuse existing window
  • /ns and /rs command line switches to enable single file instance
  • Renamed /t command line switch to /d (select default text scheme)
  • /t command line switch to set window title
  • Set window title to excerpt of current text selection (Ctrl+9)
  • Save relative pathnames for recent files (ini-option to disable)
  • Save relative directories for "Open with..." and "Favorites"
  • "Open with..." no longer sends short pathnames to external programs
  • External commands use current file directory as working directory
  • Remember "Save Copy" location until exit
  • Require only single click to restore window from tray icon
  • "Reuse Window" option timeout improves opening multiple files
  • Replaced "Find Up" option with "Find Previous" button in dialogs
  • "Find Wrap" notification dialogs provide "Cancel" button
  • Option to suppress replace count notifications
  • Find and replace dialogs provide new system menu commands
  • Dialog boxes use correct theme fonts on Vista
  • Patches to default styles, file types and auto-detection by Kai Liu
  • Incorporated base x64 source code compatibility patch
  • Fixed some problems with relative ini-file locations
  • Fixed some minor file variable problems
  • Fixed some encoding detection issues
  • Fixed some find and replace problems
  • Fixed several memory leaks when saving files
  • Fixed several memory leaks for editing operations
  • Reduced size of Notepad2.exe program file



<<Tilbake til programvarebeskrivelsen