notepad-plus-plus-legacy/PowerEditor/src
2015-05-25 00:55:00 +02:00
..
cursors Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
icons Back to the regular release mode. 2015-02-01 16:41:08 +00:00
MISC Enable multiprocessor build 2015-05-17 22:34:34 -05:00
ScitillaComponent Merge pull request #46 from andreas-jonsson/repeat 2015-05-24 18:40:04 +02:00
sqlite [NEW] Add SQL ability. 2014-06-29 11:41:35 +00:00
TinyXml [NEW_FEATURE] Settings on cloud - dropbox. 2014-06-02 07:02:46 +00:00
tools [BUG_FIXED] (Author: versat) Fix Change Icon app memory leak and wrong usage of function memset. 2014-08-03 10:48:49 +00:00
uchardet [UPDATE] Include "precompiledHeaders.h" in several files. 2014-03-10 18:01:57 +00:00
WinControls [NEW] Prevent from launching updater under XP due to the obsolet security 2015-05-22 21:11:08 +02:00
clipboardFormats.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
CMakeLists.txt Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
config.model.xml [BUG_FIXED] Make "Text Direction RTL" command and "Text Direction LTR" command work without reloading file. 2014-12-07 01:23:05 +00:00
contextMenu.xml [NEW_FEATURE] Add sort button in function list. 2013-10-15 12:00:10 +00:00
dpiAware.manifest [NEW] DPI aware (in progress). 2014-01-21 21:29:45 +00:00
dpiManager.h [NEW_FEATURE] Make Notepad++ DPI-aware. 2014-02-11 00:26:24 +00:00
EncodingMapper.cpp [NEW_FEATURE] (Author: Giles Payne) Auto-detect character encoding. 2014-02-23 19:21:53 +00:00
EncodingMapper.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
functionList.xml [ENHANCEMENT] Enhance php parser in functionList. 2014-11-07 08:21:30 +00:00
keys.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
langs.model.xml Merge pull request #104 from NN---/patch-2 2015-05-25 00:45:59 +02:00
lastRecentFileList.cpp [BUG_FIXED] Fix "Restore last closed file" (Ctrl+Shift+T) display bug. 2015-04-16 00:34:23 +02:00
lastRecentFileList.h [NEW_FEATURE] Add "Restore last closed file" (Ctrl+Shift+T) feature. 2015-04-07 02:10:03 +02:00
lesDlgs.cpp [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
lesDlgs.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
localization.cpp [BUG_FIXED] Fix the regression for the translation: remap the sub-menu entry for the added command "Mark...". 2014-12-28 00:38:53 +00:00
localization.h [UPDATE] Update native language files (in progress). 2013-10-28 19:18:01 +00:00
localizationString.h [UPDATE] Update WinGup to version 3.0 and several localization files. 2015-05-15 16:10:42 +02:00
menuCmdID.h Optimize sort. 2015-05-08 23:27:21 +02:00
Notepad_plus_Window.cpp Merge pull request #9 from andreas-jonsson/tabbar 2015-05-07 00:40:05 +02:00
Notepad_plus_Window.h [UPDATE] Update the command line argument display content. 2015-03-05 12:26:08 +00:00
Notepad_plus.cpp [UPDATE] Update a quote. 2015-05-25 00:55:00 +02:00
Notepad_plus.h [BUG_FIXED] (Author: Mike Cowperthwaite) Restore focus to editor when a panel is closed. 2015-02-09 08:33:01 +00:00
Notepad_plus.rc [NEW] Prevent from launching updater under XP due to the obsolet security 2015-05-22 21:11:08 +02:00
notepad++.exe.manifest Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
NppBigSwitch.cpp [NEW] (Author: Pavel Nedev) Add notification for plugins : NPPN_BEFORESHUTDOWN NPPN_CANCELSHUTDOWN NPPN_FILEBEFORERENAME NPPN_FILERENAMECANCEL NPPN_FILERENAMED NPPN_FILEBEFOREDELETE NPPN_FILEDELETEFAILED NPPN_FILEDELETED 2015-02-21 18:20:50 +00:00
NppCommands.cpp Merge pull request #12 from dail8859/splitlines 2015-05-24 19:18:59 +02:00
NppIO.cpp [BUG_FIXED] Fix a regression that system64 files cannot be opened by Notepad++. 2015-04-04 23:29:30 +02:00
NppNotification.cpp [BUG_FIXED] (Author: Alexander Riccio) Fix several bugs. 2015-03-14 22:55:03 +00:00
Parameters.cpp Optimize sort. 2015-05-08 23:27:21 +02:00
Parameters.h [BUG_FIXED] (Author: Alexander Riccio) Fix several bugs. 2015-03-14 22:55:03 +00:00
resource.h [RELEASE] Notepad++ 6.7.8.2 release 2015-05-23 14:14:33 +02:00
shortcuts.xml [NEW_FEATURE] Add 2 new commands: Open containing folder and Open cmd. 2013-12-07 01:43:35 +00:00
StaticControl.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
stylers.model.xml [BUG_FIXED] Prevent Notepad++ from crash due to indexation in clipbordHistory object. 2014-07-21 06:07:19 +00:00
toolbarIcons.xml Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
UniConversion.cpp [ENHANCEMENT] Code optimization. 2013-07-08 00:12:50 +00:00
UniConversion.h Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
userDefineLang.xml Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
Utf8_16.cpp [BUG_FIXED] (Author: Dave Brotherstone) Fix UTF-8 (w/o BOM) detection bug. 2013-07-31 11:35:43 +00:00
Utf8_16.h [BUG_FIXED] (Author: François-R Boyer) Fix saving UCS-2 text file corrupted bug. 2010-09-25 18:14:22 +00:00
Utf8.h [BUG_FIXED] (Author: François-R Boyer) Fix DBCS encodings file saving corruption bug. 2010-08-16 16:52:03 +00:00
winmain.cpp [NEW] Prevent from launching updater under XP due to the obsolet security 2015-05-22 21:11:08 +02:00
xpm_icons.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00