From a6bffa9666bf5ab615c7689e3cb2c51e211d68d8 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 23 Nov 2009 19:59:21 +0000 Subject: [PATCH] [ADD] Add the forgotten symbols. [UPDATE] Update change log. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@570 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/bin/change.log | 19 ++++++++++--------- PowerEditor/src/Notepad_plus.cpp | 6 +++++- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 8a198c34c..699f0bf91 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -3,15 +3,16 @@ Notepad++ v5.6 new features and fixed bugs (from v5.5.1) : 1. Add languages encoding - Chinese traditional (BIG5), Chinese Simplified (GB2312), Japanese (Shift JIS), Korean (EUC), Thai (TIS-620), Hebrew (iso-8859-8), Hebrew (1255), Central European (1250), Cyrillic (1251), Cyrillic (KOI8-U), Cyrillic (KOI8-R), Cyrillic (Mac), Western European(1252), Greek (1253), Turkish(1254), Arabic (1256), Baltic (1257) and Vietnamese (1258). 2. Add COBOL, D, Gui4Cli, PowerShell and R language support. 3. Add Marker Jumper feature (Jump down/up : Ctrl+Num/Ctrl+Shift+Num). -4. Add system tray context menu and new command argument "-systemtray". -5. Add new command argument "--help". -6. Fix Calltip hint bug and add a new capacity in it. -7. Add the ability to add the second keyword group for user in both LISP and Scheme languages. -8. Fix the wrap symbol display problem. -9. Add SQL ESC symbol '\'. -10. Fix column editor insert number bug in virtual space mode. -11. Fix status bar displaying "-2 char" issue for a empty document. -12. Fixed installation of NppShell64 failed issue in installer. +4. Add indent guide line highlighting for html/xml tags. +5. Add system tray context menu and new command argument "-systemtray". +6. Add new command argument "--help". +7. Fix Calltip hint bug and add a new capacity in it. +8. Add the ability to add the second keyword group for user in both LISP and Scheme languages. +9. Fix the wrap symbol display problem. +10. Add SQL ESC symbol '\'. +11. Fix column editor insert number bug in virtual space mode. +12. Fix status bar displaying "-2 char" issue for a empty document. +13. Fix installation of NppShell64 failed issue in installer. Included plugins (Unicode): diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 53f4c68c9..182afff13 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -4478,7 +4478,11 @@ void Notepad_plus::command(int id) } break; } - + case IDM_FORMAT_CP855 : + case IDM_FORMAT_MAC_CYRILLIC : + case IDM_FORMAT_KIO8U_CYRILLIC : + case IDM_FORMAT_KIO8R_CYRILLIC : + case IDM_FORMAT_DOS437 : case IDM_FORMAT_WIN1255 : case IDM_FORMAT_WIN1257 : case IDM_FORMAT_WIN1258 :