Browse Source

[RELEASE] v5 official release.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@273 f5eea248-9336-0410-98b8-ebc06183d4e3
pull/343/head^2
donho 17 years ago
parent
commit
e95acd8f5a
  1. 37
      PowerEditor/bin/change.log
  2. 10
      PowerEditor/installer/nppSetup.nsi
  3. 2
      PowerEditor/src/Notepad_plus.rc
  4. 3
      PowerEditor/src/Parameters.cpp
  5. 14
      PowerEditor/src/contextMenu.xml

37
PowerEditor/bin/change.log

@ -5,23 +5,26 @@ Notepad++ v5 fixed bugs and added features (from v4.9.2) :
3. Add HTML/XML tag match highlighting. 3. Add HTML/XML tag match highlighting.
4. All the menu commands can be added in context menu, including plugins' commands, macros and user defined commands. 4. All the menu commands can be added in context menu, including plugins' commands, macros and user defined commands.
5. Add bookmarked lines operations : delete all marked lines, copy all marked lines into clipboard, cut all marked lines into clipboard, paste from clipboard to replace all marked lines content. 5. Add bookmarked lines operations : delete all marked lines, copy all marked lines into clipboard, cut all marked lines into clipboard, paste from clipboard to replace all marked lines content.
6. Fix crash bug : Open files with date pre-1970. 6. Add rename and delete current document features.
7. Fix clone mode bug : now the actions done in one view will be synchronized in the cloned view. 7. Fix crash bug : Open files with date pre-1970.
8. Add tooltips in document tab to display the full file name path. 8. Fix clone mode bug : now the actions done in one view will be synchronized in the cloned view.
9. Change hide lines behaviour : Hide lines now saved during switches. 9. Add tooltips in document tab to display the full file name path.
10. Change file history list behaviour : Most recent closed file is on the top. Add number on list. 10. Change hide lines behaviour : Hide lines now saved during switches.
11. Caret width and blink rate are customizable. 11. Change file history list behaviour : Most recent closed file is on the top. Add number on list.
12. Add asterisk in title bar if file is dirty. 12. Caret width and blink rate are customizable.
13. The bookmarks' look & feel are improved. 13. Add asterisk in title bar if file is dirty.
14. Add "Select all" and "copy" context menu items in Find in files results window. 14. The bookmarks' look & feel are improved.
15. Fix goto line with command line bug. 15. Add "Select all" and "copy" context menu items in Find in files results window.
16. Improve smart highlight / mark all / incremental search highlight all visibility 16. Fix goto line with command line bug.
17. Tabbar's coulours is configurable via Stylers Configurator(Active tab Text, Inactive tab text, Inactive tab background, Active tab focused indicator and Active tab unfocused indicator). 17. Improve smart highlight / mark all / incremental search highlight all visibility
18. Add the smart highlight file size limit - 1.5 MB in order to improve the performance. 18. Tabbar's coulours is configurable via Stylers Configurator(Active tab Text, Inactive tab text, Inactive tab background, Active tab focused indicator and Active tab unfocused indicator).
19. Add exception handling (dumping filedata). 19. Add the smart highlight file size limit - 1.5 MB in order to improve the performance.
20. Fix go to line command line bug. 20. Add exception handling (dumping filedata).
21. Enhance Find in files and Find in all opened files features' performance. 21. Fix go to line command line bug.
22. Fix dialog off screen problem under multi-monitor environment. 22. Enhance Find in files and Find in all opened files features' performance.
23. Fix dialog off screen problem under multi-monitor environment.
24. Add 2 plugin message for v5 : NPPM_GETFULLPATHFROMBUFFERID and NPPM_GETPOSFROMBUFFERID.
Included plugins : Included plugins :

10
PowerEditor/installer/nppSetup.nsi

@ -26,7 +26,7 @@
Name "${APPNAMEANDVERSION}" Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++" InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" "" InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile "..\bin\npp.5.0.beta.Installer.exe" OutFile "..\bin\npp.5.0.Installer.exe"
; GetWindowsVersion ; GetWindowsVersion
; ;
@ -494,19 +494,19 @@ GLOBAL_INST:
IfFileExists "$INSTDIR\plugins\HexEditorPlugin.dll" 0 +3 IfFileExists "$INSTDIR\plugins\HexEditorPlugin.dll" 0 +3
MessageBox MB_OK "Due to the problem of compability with this version,$\nHexEditorPlugin.dll is about to be deleted." MessageBox MB_OK "Due to the problem of compability with this version,$\nHexEditorPlugin.dll is about to be deleted."
Delete "$INSTDIR\plugins\HexEditorPlugin.dll" Delete "$INSTDIR\plugins\HexEditorPlugin.dll"
/*
IfFileExists "$INSTDIR\plugins\HexEditor.dll" 0 +3 IfFileExists "$INSTDIR\plugins\HexEditor.dll" 0 +3
MessageBox MB_OK "Due to the problem of compability with this version,$\nHexEditor.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." MessageBox MB_OK "Due to the problem of compability with this version,$\nHexEditor.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it."
Delete "$INSTDIR\plugins\HexEditor.dll" Delete "$INSTDIR\plugins\HexEditor.dll"
*/
IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3 IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3
MessageBox MB_OK "Due to the problem of compability with this version,$\nMultiClipboard.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." MessageBox MB_OK "Due to the problem of compability with this version,$\nMultiClipboard.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it."
Delete "$INSTDIR\plugins\MultiClipboard.dll" Delete "$INSTDIR\plugins\MultiClipboard.dll"
/*
IfFileExists "$INSTDIR\plugins\Explorer.dll" 0 +3 IfFileExists "$INSTDIR\plugins\Explorer.dll" 0 +3
MessageBox MB_OK "Due to the problem of compability with this version,$\nExplorer.dll is about to be deleted." MessageBox MB_OK "Due to the problem of compability with this version,$\nExplorer.dll is about to be deleted."
Delete "$INSTDIR\plugins\Explorer.dll" Delete "$INSTDIR\plugins\Explorer.dll"
*/
IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +3 IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +3
MessageBox MB_OK "Due to the problem of compability with this version,$\nFunctionList.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." MessageBox MB_OK "Due to the problem of compability with this version,$\nFunctionList.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it."
Delete "$INSTDIR\plugins\FunctionList.dll" Delete "$INSTDIR\plugins\FunctionList.dll"

2
PowerEditor/src/Notepad_plus.rc

@ -295,7 +295,7 @@ BEGIN
MENUITEM "to &Upper case", IDM_EDIT_UPPERCASE MENUITEM "to &Upper case", IDM_EDIT_UPPERCASE
MENUITEM "to &Lower case", IDM_EDIT_LOWERCASE MENUITEM "to &Lower case", IDM_EDIT_LOWERCASE
MENUITEM SEPARATOR MENUITEM SEPARATOR
MENUITEM "Block toggle comment ", IDM_EDIT_BLOCK_COMMENT MENUITEM "Block toggle comment", IDM_EDIT_BLOCK_COMMENT
MENUITEM "Block comment", IDM_EDIT_BLOCK_COMMENT_SET MENUITEM "Block comment", IDM_EDIT_BLOCK_COMMENT_SET
MENUITEM "Block uncomment", IDM_EDIT_BLOCK_UNCOMMENT MENUITEM "Block uncomment", IDM_EDIT_BLOCK_UNCOMMENT
MENUITEM "Stream comment", IDM_EDIT_STREAM_COMMENT MENUITEM "Stream comment", IDM_EDIT_STREAM_COMMENT

3
PowerEditor/src/Parameters.cpp

@ -69,6 +69,9 @@ WinMenuKeyDefinition winKeyDefs[] = { //array of accelerator keys for all std me
// {VK_NULL, IDM_EDIT_PASTE, false, false, false, NULL}, // {VK_NULL, IDM_EDIT_PASTE, false, false, false, NULL},
// {VK_NULL, IDM_EDIT_DELETE, false, false, false, NULL}, // {VK_NULL, IDM_EDIT_DELETE, false, false, false, NULL},
// {VK_NULL, IDM_EDIT_SELECTALL, false, false, false, NULL}, // {VK_NULL, IDM_EDIT_SELECTALL, false, false, false, NULL},
{VK_NULL, IDM_EDIT_SETREADONLY, false, false, false, NULL},
{VK_NULL, IDM_EDIT_CLEARREADONLY, false, false, false, NULL},
{VK_NULL, IDM_EDIT_FULLPATHTOCLIP, false, false, false, NULL}, {VK_NULL, IDM_EDIT_FULLPATHTOCLIP, false, false, false, NULL},
{VK_NULL, IDM_EDIT_FILENAMETOCLIP, false, false, false, NULL}, {VK_NULL, IDM_EDIT_FILENAMETOCLIP, false, false, false, NULL},
{VK_NULL, IDM_EDIT_CURRENTDIRTOCLIP, false, false, false, NULL}, {VK_NULL, IDM_EDIT_CURRENTDIRTOCLIP, false, false, false, NULL},

14
PowerEditor/src/contextMenu.xml

@ -6,15 +6,15 @@
<Item MenuEntryName="Edit" MenuItemName="Delete"/> <Item MenuEntryName="Edit" MenuItemName="Delete"/>
<Item MenuEntryName="Edit" MenuItemName="Select all"/> <Item MenuEntryName="Edit" MenuItemName="Select all"/>
<Item id="0"/> <Item id="0"/>
<Item id="43016"/> <Item MenuEntryName="Search" MenuItemName="Mark all"/>
<Item id="43017"/> <Item MenuEntryName="Search" MenuItemName="Unmark all"/>
<Item id="0"/> <Item id="0"/>
<Item id="42016"/> <Item MenuEntryName="Edit" MenuItemName="to Upper case"/>
<Item id="42017"/> <Item MenuEntryName="Edit" MenuItemName="to Lower case"/>
<Item id="0"/> <Item id="0"/>
<Item id="42022"/> <Item MenuEntryName="Edit" MenuItemName="Block toggle comment"/>
<Item id="42023"/> <Item MenuEntryName="Edit" MenuItemName="Stream comment"/>
<Item id="0"/> <Item id="0"/>
<Item id="44042"/> <Item MenuEntryName="View" MenuItemName="Hide lines"/>
</ScintillaContextMenu> </ScintillaContextMenu>
</NotepadPlus> </NotepadPlus>
Loading…
Cancel
Save