Notepad++ ist ein freier Texteditor für Windows, der unter anderem die Syntax gängiger Programmiersprachen hervorhebt und gegenüber dem Windows-Original einige Zusatzfunktionen bietet. Des weiteren können Plugins installiert werden, die den Funktionsumfang zusätzlich erweitern.
Changelog:
Notepad++ v7.8 enhancements & bug-fixes:
Upgrade Scintilla from 4.1.4 to 4.2.0
Fix non Unicode encoding problem in non-Western language(Chinese or Turkish).
Add “No to All” and “Yes to All” options in Save dialog.
Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel. Example: notepad++ ‑openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
Fix File-Rename failing when new name is on a different drive.
Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
Make “Command Argument Help” MessageBox modal.
Fix Folder as Workspace crash and “queue overflow” issues.
Make Combobox font monospace in Find dialog.
Fix folding in user-defined languages for non-windows line endings.
Fix crash of Folder as Workspace when too many directory changes happen.
Fix ‘-nosession’ overwrites config.xml issue.
Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.
Improve GUI in Find dialog for Find Previous & Find Next buttons.
Fix Sort Line as Integer regression.
Add more OS information to debug info.
Fix tab dragging issues under WINE and ReactOS.
Fix indent indicators continue to following code blocks for Python.
Fix Python folding collapse issue.
Fix crash when sorting “out of range” columns.
Fix find 2 times for the same occurrence in both original and cloned documents issue.
Fix command line issues where filenames have multiple white spaces in them.