notepad-plus-plus-legacy/PowerEditor/src
2015-05-28 19:37:24 +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 [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 01:22:28 +02:00
ScitillaComponent Merge branch 'master' of https://github.com/chcg/notepad-plus-plus into GWLP_648 2015-05-28 19:37:24 +02:00
sqlite [NEW] Add SQL ability. 2014-06-29 11:41:35 +00:00
TinyXml Add warnings description. 2015-05-20 12:39:28 +03: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 Merge branch 'master' of https://github.com/chcg/notepad-plus-plus into GWLP_648 2015-05-28 19:37:24 +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 [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 01:22:28 +02:00
localization.h Add const to NativeLangSpeaker::messageBox(). 2015-05-17 19:09:21 +02:00
localizationString.h [UPDATE] Update WinGup to version 3.0 and several localization files. 2015-05-15 16:10:42 +02:00
menuCmdID.h Add more options for sorting. 2015-05-17 19:18:43 +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 [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 01:22:28 +02:00
Notepad_plus.cpp Correct build issue on donho master 2015-05-28 19:26:16 +02:00
Notepad_plus.h [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 01:22:28 +02:00
Notepad_plus.rc Merge pull request #86 from andreas-jonsson/decimal_sort 2015-05-25 22:59:26 +02:00
notepad++.exe.manifest Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
NppBigSwitch.cpp Merge branch 'master' of https://github.com/chcg/notepad-plus-plus into GWLP_648 2015-05-28 19:37:24 +02:00
NppCommands.cpp Merge pull request #86 from andreas-jonsson/decimal_sort 2015-05-25 22:59:26 +02:00
NppIO.cpp [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 01:22:28 +02:00
NppNotification.cpp [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 01:22:28 +02:00
Parameters.cpp Add more options for sorting. 2015-05-17 19:18:43 +02:00
Parameters.h Merge branch 'master' of https://github.com/chcg/notepad-plus-plus into GWLP_648 2015-05-28 19:37:24 +02: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 [CODE_ENHANCEMENT] Code enhancement. 2015-05-28 18:11:35 +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