Er is een nieuwe versie van Notepad++ uitgekomen. Deze uitgebreide teksteditor heeft diverse mogelijkheden die vooral voor programmeurs handig zijn, zoals syntax-highlighting voor onder andere C, C++, Java, html, xml en php. Ook biedt het programma de mogelijkheid om meer dan één document tegelijk te bewerken of zelfs één document op twee verschillende plaatsen te onderhouden. Wie de nieuwste versie wil gebruiken moet deze zelf downloaden. De ingebouwde updater van Notepad++ biedt updates namelijk pas een week na hun verschijnen aan, om eventuele ernstige bugs nog te kunnen oplossen. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
Notepad++ v6.7.5 new features and bug fixes:
- Add ghost typing feature: launch Notepad++ with the auto-typing text from command line (via command line with argument -qn, -qt or -qf).
- Fix auto-insert bad behaviour : under some condition typing " or ' makes erase the further " or '.
- Fix the crash issue while user Ctrl + double click on an empty document.
- Fix crash bug on loading dropbox settings.
- Show progress window instead of a static window during FindInFiles and ReplaceInFiles.
- Filename rendered incorrectly on tab bar while it contains '&' character.
- Make highlighting (if enabled) follow typing for Incremental search, and add several Incremental search enhancements.
- Add the followings notifications for plugins : NPPN_BEFORESHUTDOWN NPPN_CANCELSHUTDOWN NPPN_FILEBEFORERENAME NPPN_FILERENAMECANCEL NPPN_FILERENAMED NPPN_FILEBEFOREDELETE NPPN_FILEDELETEFAILED NPPN_FILEDELETED
- Make keystroke ENTER trigger the shortcut editor dialog in Shortcut Mapper.
- Allow drop files onto doc switcher and other side panels.
- Installer remembers user's choices of last installation.
- Fix Auto-indent in new code block not respecting current EOL bug.
- Restore focus to editor when a panel is closed.