Changeset [ad17125fe3e316d79c63a4e7b146c082347a24a0] by Thell Fowler

December 21st, 2009 @ 09:50 PM

Merge branch 'jl/npp_svn_integration' into next

  • 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
http://github.com/npp-community/npp-community/commit/ad17125fe3e316...

Committed by Thell Fowler

  • A PowerEditor/bin/themes/Bespin.xml
  • A PowerEditor/bin/themes/Black board.xml
  • A PowerEditor/bin/themes/Choco.xml
  • A PowerEditor/bin/themes/Deep Black.xml
  • A PowerEditor/bin/themes/Hello Kitty.xml
  • A PowerEditor/bin/themes/Mono Industrial.xml
  • A PowerEditor/bin/themes/Monokai.xml
  • A PowerEditor/bin/themes/Obsidian.xml
  • A PowerEditor/bin/themes/Plastic Code Wrap.xml
  • A PowerEditor/bin/themes/Ruby Blue.xml
  • A PowerEditor/bin/themes/Twilight.xml
  • A PowerEditor/bin/themes/Vibrant Ink.xml
  • A PowerEditor/bin/themes/Zenburn.xml
  • A PowerEditor/bin/themes/vim Dark Blue.xml
  • A PowerEditor/installer/nativeLang/kyrgyz.xml
  • A PowerEditor/installer/nativeLang/macedonian.xml
  • A PowerEditor/misc/npp.help/HTML/Images/Screenshots/systemtray.png
  • A PowerEditor/misc/npp.help/HTML/Selecting.html
  • A PowerEditor/misc/npp.help/HTML/System Tray.html
  • A PowerEditor/misc/npp.help/HTML/Upgrading.html
  • A PowerEditor/src/EncodingMapper.cpp
  • A PowerEditor/src/EncodingMapper.h
  • A PowerEditor/src/icons/chameleon.ico
  • A PowerEditor/src/tools/NppShell/codeblocks/NppShell.cbp
  • A PowerEditor/src/tools/NppShell/project/NppShell.sln
  • A PowerEditor/src/tools/NppShell/project/NppShell.vcproj
  • A PowerEditor/src/tools/NppShell/src/NppShell.cpp
  • A PowerEditor/src/tools/NppShell/src/NppShell.h
  • A PowerEditor/src/tools/NppShell/src/NppShell.rc
  • A PowerEditor/src/tools/NppShell/src/bitmap/npp.bmp
  • A PowerEditor/src/tools/NppShell/src/export.def
  • A PowerEditor/src/tools/NppShell/src/icon/npp_0.ico
  • A PowerEditor/src/tools/NppShell/src/icon/npp_1.ico
  • A PowerEditor/src/tools/NppShell/src/resource.h
  • R PowerEditor/src/font/LINEDRAW.TTF
  • R PowerEditor/src/tools/nppCM/Makefile
  • R PowerEditor/src/tools/nppCM/license.txt
  • R PowerEditor/src/tools/nppCM/npp.bmp
  • R PowerEditor/src/tools/nppCM/nppcm.RES
  • R PowerEditor/src/tools/nppCM/nppcm.cpp
  • R PowerEditor/src/tools/nppCM/nppcm.def
  • R PowerEditor/src/tools/nppCM/nppcm.h
  • R PowerEditor/src/tools/nppCM/nppcm.rc
  • R PowerEditor/src/tools/nppCM/readme.txt
  • R PowerEditor/src/tools/nppCM/resource.h
  • M PowerEditor/bin/NppHelp.chm
  • M PowerEditor/bin/change.log
  • M PowerEditor/installer/nativeLang/afrikaans.xml
  • M PowerEditor/installer/nativeLang/albanian.xml
  • M PowerEditor/installer/nativeLang/arabic.xml
  • M PowerEditor/installer/nativeLang/aranese.xml
  • M PowerEditor/installer/nativeLang/basque.xml
  • M PowerEditor/installer/nativeLang/belarusian.xml
  • M PowerEditor/installer/nativeLang/brazilian_portuguese.xml
  • M PowerEditor/installer/nativeLang/bulgarian.xml
  • M PowerEditor/installer/nativeLang/catalan.xml
  • M PowerEditor/installer/nativeLang/chinese.xml
  • M PowerEditor/installer/nativeLang/chineseSimplified.xml
  • M PowerEditor/installer/nativeLang/croatian.xml
  • M PowerEditor/installer/nativeLang/czech.xml
  • M PowerEditor/installer/nativeLang/danish.xml
  • M PowerEditor/installer/nativeLang/dutch.xml
  • M PowerEditor/installer/nativeLang/english.xml
  • M PowerEditor/installer/nativeLang/extremaduran.xml
  • M PowerEditor/installer/nativeLang/farsi.xml
  • M PowerEditor/installer/nativeLang/finnish.xml
  • M PowerEditor/installer/nativeLang/french.xml
  • M PowerEditor/installer/nativeLang/friulian.xml
  • M PowerEditor/installer/nativeLang/galician.xml
  • M PowerEditor/installer/nativeLang/georgian.xml
  • M PowerEditor/installer/nativeLang/german.xml
  • M PowerEditor/installer/nativeLang/greek.xml
  • M PowerEditor/installer/nativeLang/hebrew.xml
  • M PowerEditor/installer/nativeLang/hungarian.xml
  • M PowerEditor/installer/nativeLang/hungarianA.xml
  • M PowerEditor/installer/nativeLang/indonesian.xml
  • M PowerEditor/installer/nativeLang/italian.xml
  • M PowerEditor/installer/nativeLang/japanese.xml
  • M PowerEditor/installer/nativeLang/kazakh.xml
  • M PowerEditor/installer/nativeLang/korean.xml
  • M PowerEditor/installer/nativeLang/lithuanian.xml
  • M PowerEditor/installer/nativeLang/luxembourgish.xml
  • M PowerEditor/installer/nativeLang/malay.xml
  • M PowerEditor/installer/nativeLang/norwegian.xml
  • M PowerEditor/installer/nativeLang/nynorsk.xml
  • M PowerEditor/installer/nativeLang/occitan.xml
  • M PowerEditor/installer/nativeLang/polish.xml
  • M PowerEditor/installer/nativeLang/portuguese.xml
  • M PowerEditor/installer/nativeLang/romanian.xml
  • M PowerEditor/installer/nativeLang/russian.xml
  • M PowerEditor/installer/nativeLang/samogitian.xml
  • M PowerEditor/installer/nativeLang/serbian.xml
  • M PowerEditor/installer/nativeLang/slovak.xml
  • M PowerEditor/installer/nativeLang/slovakA.xml
  • M PowerEditor/installer/nativeLang/slovenian.xml
  • M PowerEditor/installer/nativeLang/spanish.xml
  • M PowerEditor/installer/nativeLang/spanish_ar.xml
  • M PowerEditor/installer/nativeLang/swedish.xml
  • M PowerEditor/installer/nativeLang/tagalog.xml
  • M PowerEditor/installer/nativeLang/thai.xml
  • M PowerEditor/installer/nativeLang/turkish.xml
  • M PowerEditor/installer/nativeLang/ukrainian.xml
  • M PowerEditor/installer/nativeLang/uzbek.xml
  • M PowerEditor/installer/nativeLang/uzbekCyrillic.xml
  • M PowerEditor/installer/nppSetup.nsi
  • M PowerEditor/installer/packageAll.bat
  • M PowerEditor/misc/npp.help/HTML/Built-in Languages.html
  • M PowerEditor/misc/npp.help/HTML/Command Line.html
  • M PowerEditor/misc/npp.help/HTML/Display.html
  • M PowerEditor/misc/npp.help/HTML/Dockable Windows.html
  • M PowerEditor/misc/npp.help/HTML/Encoding.html
  • M PowerEditor/misc/npp.help/HTML/Feature Requests.html
  • M PowerEditor/misc/npp.help/HTML/Images/Screenshots/srwindow.png
  • M PowerEditor/misc/npp.help/HTML/Marking search results.html
  • M PowerEditor/misc/npp.help/HTML/Newline format.html
  • M PowerEditor/misc/npp.help/HTML/Opening and Saving.html
  • M PowerEditor/misc/npp.help/HTML/Plugins.html
  • M PowerEditor/misc/npp.help/HTML/Preferences.html
  • M PowerEditor/misc/npp.help/HTML/Search window.html
  • M PowerEditor/misc/npp.help/HTML/Shell Extension.html
  • M PowerEditor/misc/npp.help/HTML/Status Bar.html
  • M PowerEditor/misc/npp.help/HTML/Tab Bar.html
  • M PowerEditor/misc/npp.help/HTML/User Defined languages.html
  • M PowerEditor/misc/npp.help/Notepad++Help.hhp
  • M PowerEditor/misc/npp.help/Table of Contents.hhc
  • M PowerEditor/src/MISC/Common/Common.cpp
  • M PowerEditor/src/MISC/Common/Common.h
  • M PowerEditor/src/MISC/Common/npp_session.cpp
  • M PowerEditor/src/MISC/Common/npp_session.h
  • M PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h
  • M PowerEditor/src/MISC/PluginsManager/PluginsManager.cpp
  • M PowerEditor/src/MISC/PluginsManager/PluginsManager.h
  • M PowerEditor/src/Notepad_plus.cpp
  • M PowerEditor/src/Notepad_plus.h
  • M PowerEditor/src/Notepad_plus.rc
  • M PowerEditor/src/Parameters.cpp
  • M PowerEditor/src/Parameters.h
  • M PowerEditor/src/ScitillaComponent/AutoCompletion.cpp
  • M PowerEditor/src/ScitillaComponent/Buffer.cpp
  • M PowerEditor/src/ScitillaComponent/Buffer.h
  • M PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp
  • M PowerEditor/src/ScitillaComponent/FindReplaceDlg.h
  • M PowerEditor/src/ScitillaComponent/FunctionCallTip.cpp
  • M PowerEditor/src/ScitillaComponent/FunctionCallTip.h
  • M PowerEditor/src/ScitillaComponent/Printer.cpp
  • M PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp
  • M PowerEditor/src/ScitillaComponent/ScintillaEditView.h
  • M PowerEditor/src/ScitillaComponent/SmartHighlighter.cpp
  • M PowerEditor/src/ScitillaComponent/xmlMatchedTagsHighlighter.cpp
  • M PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp
  • M PowerEditor/src/WinControls/AboutDlg/URLCtrl.cpp
  • M PowerEditor/src/WinControls/ColourPicker/ColourPicker.cpp
  • M PowerEditor/src/WinControls/ColourPicker/ColourPopup.cpp
  • M PowerEditor/src/WinControls/ColourPicker/WordStyleDlg.cpp
  • M PowerEditor/src/WinControls/ContextMenu/ContextMenu.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingCont.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingManager.cpp
  • M PowerEditor/src/WinControls/DockingWnd/DockingSplitter.cpp
  • M PowerEditor/src/WinControls/DockingWnd/Gripper.cpp
  • M PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.cpp
  • M PowerEditor/src/WinControls/OpenSaveFileDialog/FileDialog.h
  • M PowerEditor/src/WinControls/Preference/preference.rc
  • M PowerEditor/src/WinControls/Preference/preferenceDlg.cpp
  • M PowerEditor/src/WinControls/Preference/preference_rc.h
  • M PowerEditor/src/WinControls/SplitterContainer/Splitter.cpp
  • M PowerEditor/src/WinControls/SplitterContainer/SplitterContainer.cpp
  • M PowerEditor/src/WinControls/StaticDialog/StaticDialog.cpp
  • M PowerEditor/src/WinControls/TabBar/TabBar.cpp
  • M PowerEditor/src/WinControls/TaskList/TaskList.cpp
  • M PowerEditor/src/WinControls/TaskList/TaskListDlg.cpp
  • M PowerEditor/src/WinControls/ToolTip/ToolTip.cpp
  • M PowerEditor/src/WinControls/WindowsDlg/WindowsDlg.cpp
  • M PowerEditor/src/langs.model.xml
  • M PowerEditor/src/lastRecentFileList.cpp
  • M PowerEditor/src/localizationString.h
  • M PowerEditor/src/menuCmdID.h
  • M PowerEditor/src/resource.h
  • M PowerEditor/src/stylers.model.xml
  • M PowerEditor/src/winmain.cpp
  • M PowerEditor/visual.net/notepadPlus.8.vcproj
  • M PowerEditor/visual.net/notepadPlus.9.vcproj
  • M scintilla/include/SciLexer.h
  • M scintilla/src/Document.cxx
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Notepad++ Community Release

Shared Ticket Bins