Skip to content

Commit

Permalink
Merge branch 'jl/npp_svn_integration' into next
Browse files Browse the repository at this point in the history
* jl/npp_svn_integration: (67 commits)
  merge cleanup: fix whitespace
  PluginsManager: cleanup header and fix PluginInfo ctor
  xmlMatchedTagsHighlighter.cpp: fix typos
  menuCmdID.h: rectify define alignment.
  Parameters.h: remove useless defines.
  Project: Fix the "marge" typo.
  Parameters.h: GetNppGUI returns a non-const ref
  ScintillaEditView: fix variable name typo + spelling
  Menu IDs: Fixed a typo
  FunctionCallTip: move functions from header to cpp.
  VCProj: fix post-build steps
  Npp Official 5.6.2: Fix compilation.
  Npp Official 5.6.1: Fix the lint warnings
  Npp Official 5.6.1: Fix compilation.
  Npp Official 5.6: Fix the lint warnings
  Npp Official 5.6: Fix compilation.
  Npp Official integration: Fix the lint warnings
  Npp Official 5.5.1: Fix compilation.
  [RELEASE] Notepad++ v5.6.2
  [BUG_FIXED] Fix the Unicode localization file display incident.
  [UPDATE] Update 3 localization files : English, French and Chinese.
  [BUG_FIXED] Fix tag highlighting bug while disabling indent guide lines.
  [BUG_FIXED] Fix the translated sub menu entries applying on the menu item.
  [RELEASE] Notepad++ v5.6.1 release.
  [NEW] unfold while jumping markers.
  [UPDATE] Update the localization files.
  [BUG_FIXED] Fix localization combo box unselected in preference dialog bug...
  [NEW] Add find result commands in the menu.
  [CLEAN] Move EOL format items to sub menu Edit.
  [BUG_FIXED] (Author : Vitaliy Dovgan)Fix case-insensitive searching bug...
  [BUG_FIXED] Fix brace highlighting breaking issue.
  [BUG_FIXED] Fix the Context menu installation in installer.
  [RELEASE] Notepad++ v5.6 release.
  [BUG_FIXED] Fix the Unicode to ANSI encoding bug.
  [NEW_FEATURE] Add auto-detection of HTML/XML file encoding.
  [ADD] Add the style themes.
  [NEW_FEATURE] Add indent guide line highlighting for html/xml tags.
  [ADD] Add the forgotten symbols.
  [NEW] Add new encodings.
  [BUG_FIXED] Fix encoding files loading bug.
  [NEW] File Encoding is remembered in the session.
  [NEW] Add new encodings, make status bar work for the new encodings.
  [NEW] Add Chinese simplified, Japanese, Korean, Thai... encodings.
  [NEW_FEATURE] Add Chinese BIG5 encoding (in progress).
  [NEW] Add Kyrgyz language file.
  [NEW] Make Marker Jumper wrap able.
  [NEW_FEATURE] Add Marker Jumper feature.
  [BUG_FIXED] Fix systemtray close crash bug.
  [BUG_FIXED] Provide a walk around solution for the wrap symbol display...
  [NEW_FEATURE] (Author : Slurdge) Add system tray context menu and new...
  [NEW_MINOR_FEATURE] Add the ability to add the second keyword group for...
  [BUG_FIXED] Fix Calltip hint bug and add a new capacity in it.
  [NEW] Add D, R, PowerShell and COBOL keywords and colour settings.
  [NEW] Add SQL ESC symbol '\'.
  [NEW_FEATURE] Add COBOL, D, Gui4Cli, PowerShell and R language support.
  [NEW_FEATURE] Add COBOL, D, Gui4Cli, PowerShell and R language support (in...
  [BUG_FIXED] Fix column editor insert number bug in virtual space mode.
  [BUG_FIXED] Fixed status bar displaying "-2 char" issue for a empty...
  [RELEASE] v5.5.1 release.
  [NEW_FEATURE] (Author : Christian Cuvier) characters count is added in...
  [NEW_FEATURE] Add plugin Black list.
  [BUG_FIXED] Fix file ext unexpected behaviour.
  [NEW_FEATURE] Try to catch plugin crash.
  NppShell:
  Replaced nppcm with NppShell.
  [NEW_FEATURE] Set extension automatically (according to set document...
  [RELEASE] Release v5.5 bis : Add Plugin Manager in installer.

[#29]

Signed-off-by: Thell Fowler <git@tbfowler.name>
  • Loading branch information
Thell Fowler committed Dec 21, 2009
2 parents b558471 + 609d422 commit ad17125
Show file tree
Hide file tree
Showing 182 changed files with 20,791 additions and 5,504 deletions.
Binary file modified PowerEditor/bin/NppHelp.chm
Binary file not shown.
85 changes: 49 additions & 36 deletions PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,52 +1,65 @@
Notepad++ v5.5 new features and fixed bugs (from v5.4.5) :

1. Update : upgrade Scintilla from v1.78 to v2.01.
2. New icon : change from old icon to a cool chamelon icon.
3. New feature : virtual space for column mode.
4. New feature : multi-editing / selection.
5. New feature : tab settings for per language.
6. New feature : selected lines moving up/down capacity.
7. New feature : incremental Search shows pink background when text not found (like Firefox).
8. New feature : rational number is recognized in User Defined Language System.
9. New feature : escape character capacity for the delimiter in User Defined Language System.
10. Bug fixed : tool bar tip crash issue.
11. Bug fixed : column editor inserting octal number broken issue.
12. Changed behaviour : "-nosession" parameter's not only none of session is loaded, but also none of session is saved.
13. Bug fixed : docking feature crash issue.
14. New feature : the ability to not launch Auto-updater during a period (15 days by default).
15. New feature : import plugins feature (load on the fly).
16. New feature : import theme (stylers.xml) feature.
17. Bug fixed : a crash issue while launch Fin in file (regression since v5.4.5).
18. Bug fixed : a crash issue while deleting the last line.
19. Bug fixed : a bug of plugin message NPPM_GETPLUGINSCONFIGDIR (regression since v5.4.5).
20. New feature : new plugin notification NPPN_DOCORDERCHANGED to notify plugins that document order is changed.
21. Bug fixed : tool bar chevron disappeared bug (regression since previous versions).
22. Bug fixed : a crash bug due to instability of FTP_synchronize plugin (enhance Docking feature).
23. Bug fixed : getting fonts problem under Chines/Korean/Japanese environment.
24. Bug fixed : wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian.
Notepad++ v5.6.2 new features and fixed bugs (from v5.6.1) :

1. Fix the Unicode localization file display problem.
2. Update templat localization file (english.xml) to v5.6.1.
3. Fix tag highlighting bug while disabling indent guide lines.
4. Fix the translated sub menu entries applying on the menu item.
5. Display more information while catching of plugins crash.


Notepad++ v5.6.1 new features and fixed bugs (from v5.6) :

1. Fix brace highlighting breaking issue and related performance problem.
2. Add new encodings in the shortcuts map.
3. Remove annoying encoding issue warning dialogs.
4. Enhance Html encoding auto-detection.
5. Fix case-insensitive searching bug for non-ascii characters (for example some characters in French and Cyrillic letters).
6. Add find result commands in the menu.
7. Add DOS CodePage : CP437, CP737, CP850, CP852, CP855, CP857, CP858, CP860, CP861, CP863, CP865, CP866 and CP869.
8. Fix localization combo box unselected in preference dialog bug after startup (when a localization file is in use).


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), Vietnamese (1258), ISO_8859-1 to ISO_8859-16 and a lot of more.
2. Add auto-detection of HTML and XML files encodings.
3. Add COBOL, D, Gui4Cli, PowerShell and R language support.
4. Add Marker Jumper feature (Jump down/up : Ctrl+Num/Ctrl+Shift+Num).
5. Add indent guide line highlighting for html/xml tags.
6. Add system tray context menu and new command argument "-systemtray".
7. Fix Unicode to ANSI encoding bug.
8. Fix last recent file list menu items localization encoding bug.
9. Fix last recent file number goes to zero issue.
10. Add new command argument "--help".
11. Fix Calltip hint bug and add a new capacity in it.
12. Add the ability to add the second keyword group for user in both LISP and Scheme languages.
13. Fix the wrap symbol display problem.
14. Add SQL ESC symbol '\'.
15. Fix column editor insert number bug in virtual space mode.
16. Fix status bar displaying "-2 char" issue for a empty document.
17. Fix installation of NppShell64 failed issue in installer.


Included plugins (Unicode):

1. TextFX v0.26
2. NppExec v0.3.2
3. Spell Checker v1.3.3
4. MIME Tools v1.5
4. MIME Tools v1.6
5. NppExport v0.2.8
6. Doc Monitor v2.2
7. NppNetNote v0.1
8. Compare Plugin 1.5.5
9. Plugin Manager 0.9.2.1
6. NppNetNote v0.1
7. Compare Plugin 1.5.5
8. Plugin Manager 0.9.3.0

Included plugins (ANSI):

1. TextFX v0.25
2. NppExec v0.3.2
3. Spell Checker v1.3.3
4. MIME Tools v1.5
4. MIME Tools v1.6
5. NppExport v0.2.8
6. Light Explorer v1.5
7. Doc Monitor v2.2
8. NppNetNote v0.1
9. Compare Plugin 1.5.5
10. Plugin Manager 0.9.2.1
7. NppNetNote v0.1
8. Compare Plugin 1.5.5
9. Plugin Manager 0.9.3.0

0 comments on commit ad17125

Please sign in to comment.