Dit weekeinde is er weer eens een nieuwe versie van Notepad++ verschenen en deze wordt als release candidate beschikbaar gesteld. Notepad++ is een uitgebreide teksteditor met 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. In deze release zijn de volgende veranderingen en verbeteringen aangebracht:
New features and fixed bugs (from v5.7):
- Upgrade Scintilla to version 2.20.
- Fix Unicode file corrupted on saving bug (the buffer alignment issue).
- Fix DBCS encodings file saving corruption bug.
- Fix file containing NULL character loading bug.
- Fix php syntax highlighting bug.
- Fix Shortcut Mapper inconsistence issue after deleting a macro or an user command.
- Add 2 line wrap methods (default plus aligned and indent).
- Add 2 menu commands : "Modify Shortcut/Delete Macro" and "Modify Shortcut/Delete Command".
- Add "Modify" and "Delete" buttons on Shortcut mapper dialog.
- Add macro new ability to record search and replace actions.
- Fix SaveSession bug.
- Remove characters count feature from the status bar due to its performance issue with UTF8 file.
- Fix crash issue due to themes switching.
- Make folding margin hidable.
- Add NPPM_GETCURRENTNATIVELANGENCODING message (to get the current native language enconding).
- Change editing settings saving behaviour : one set of settings are applied in 2 scintilla controls (except zoom).
