forked from notepad-plus-plus/notepad-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
Notepad++ v6.8.3 bug-fixes: | ||
Notepad++ v6.8.4 bug-fixes and enhancements: | ||
|
||
1. Fix a crash issue by using wild card (*) to open files on command line. | ||
2. Fix the problem of display refresh missing on exit. | ||
3. Fix plugin shortcut configuration lost problem by using option -noPlugin. | ||
4. Fix Norwegian localization bad display and wrong encoding. | ||
5. Fix functionList display problem under high DPI. | ||
6. Fix Norwegian localization bad display and wrong encoding. | ||
1. Improve document switching performance while folding restoring. | ||
2. Enhance Javascript syntax highlighting: 2 groups of keywords more for syntax highlighting customization. | ||
3. Improve auto-insert usability: the open symbols (", ', (, [ and { ) triggers the close symbols according to the context. | ||
4. Apply new added language auto-detection (for php, xml, html and bash) in the case of unknown file extension. | ||
4. Add JSON language support. | ||
5. Fix macro playback inserting/removing characters randomly. | ||
6. Fix Save All button is still enabled problem while no file to save. | ||
7. Make file save dialog modern style. | ||
8. Fix auto-insert for xml comment incorrect insertion. | ||
9. Fix user command save problem on exit. | ||
10. Fix macro save problem on exit. | ||
11. Fix the restoring from system tray problem while running in admin mode. | ||
12. Fix smart highlighting not working in some case. | ||
13. Enlarge tabbar height. | ||
|
||
|
||
Included plugins: | ||
|
||
1. NppFTP 0.26.3 | ||
2. NppExport v0.2.8 | ||
3. Plugin Manager 1.3.5 | ||
4. Converter 3.0 | ||
5. Mime Tool 1.9 | ||
|
||
1. NppExport v0.2.8 | ||
2. Plugin Manager 1.3.5 | ||
3. Converter 3.0 | ||
4. Mime Tool 1.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters