[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
remotes/x64
Don Ho 15 years ago
parent 5b4f8e3e11
commit a6bffa9666

@ -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):

@ -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 :

Loading…
Cancel
Save