Commit Graph

102 Commits

Author SHA1 Message Date
Don Ho
21b5d6d27c [UPDATE] Update to the modern terminology for Unicode 2015-07-29 13:45:35 +02:00
Don Ho
c14f87c4b0 [UPDATE] Replace "Forum" command by "Live Support" one. 2015-06-18 01:35:15 +02:00
Don Ho
251e987a71 [NEW_FEATURE] Add 2 context menus on status bar
Add language context menu and EOL conversion context menu on status bar.
2015-06-08 03:19:34 +02:00
Don HO
805ab2b9ff Merge pull request #86 from andreas-jonsson/decimal_sort
[NEW_FEATURE] Refine sort lines feature: Add Sort Lines Lexicographically/Integer/Decimal (comma) /Decimal (dot) with Ascending and Descending commands.
2015-05-25 22:59:26 +02:00
Andreas Jönsson
f43c9875b3 Fix menu options. 2015-05-25 20:50:57 +02:00
Don Ho
d3c7ade18c [NEW] Prevent from launching updater under XP due to the obsolet security
layer
2015-05-22 21:11:08 +02:00
Andreas Jönsson
d0bafb7fba Add more options for sorting.
User can now choose between lexicographic, integer and decimal sorting.
For decimal sorting there are two further options: decimal point ('.')
or decimal comma (',').

When doing integer/decimal sort, the parsing is not as strict as
before. E.g during integer sorting the program will interpret "123abc"
as 123.

Performance of integer sorting has been improved by 30%.

The implementation of sorting is delegated to classes which implement
the new "ISorter" interface. Unfortunately due to template issues most
of the code had to go in the header file.
2015-05-17 19:18:43 +02:00
Andreas Jönsson
1f4a1fb2e7 Optimize sort.
Remove custom, recursive implementation of quicksort which becomes too
slow to use after a couple of hundred lines.
2015-05-08 23:27:21 +02:00
Don Ho
a7074ee7b9 Back to the regular release mode.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1329 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-02-01 16:41:08 +00:00
Don Ho
00f664188f [RELEASE] Notepad++ 6.7.4 Release - Je suis Charlie edition
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1327 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-01-10 23:41:49 +00:00
Don Ho
bf76a3f5ee [RELEASE] Notepad++ 6.7.1 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1313 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-21 19:43:40 +00:00
Don Ho
b1f84d2788 [NEW] Add some menu accelerator.
[UPDATE] Fix some typos and syntax issues.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1299 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-11-30 02:17:49 +00:00
Don Ho
d4127c6094 [UPDATE] Update the translation for English, Chinese and French.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1264 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-07-23 22:11:48 +00:00
Don Ho
0f6c6276b3 [BUG_FIXED] Fix "Settings on cloud - Dropbox" not working problem if the dropbox path has been changed.
[RELEASE] Notepad++ v6.6.6

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1249 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-06-12 23:30:28 +00:00
Don Ho
8f1e1bd940 [NEW] Add "Command line arguments help" menu item command.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1195 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-05 22:09:57 +00:00
Don Ho
a7c2d050fd [BUG_FIXED] Fix the display/translation problem for new added commands.
[UPDATE] Update html auto-completion file.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1157 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-08 13:52:49 +00:00
Don Ho
24c71c8cee [NEW_FEATURE] Add 2 new commands: Open containing folder and Open cmd.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1156 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-07 01:43:35 +00:00
Don Ho
662aed98cf [NEW] Add panel icons for 6 panels: ascii insertion, clipboard history, doc map, doc switcher, function list and project.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1154 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-03 00:41:27 +00:00
Don Ho
35a496e519 [NEW_FEATURE] Add sort lines feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1149 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-19 23:30:41 +00:00
Don Ho
641c1af0e1 [ENHANCEMENT] change the icon buttons of functionlist.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1136 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-20 21:41:22 +00:00
Don Ho
fbf9b8983a [ENHANCEMENT] Enhance GUI in function list (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1135 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-19 09:44:28 +00:00
Don Ho
73cfa3785e [NEW_FEATURE] (Author: Andreas Jonsson) Add auto-completion for absolute path feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1129 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-10 23:05:50 +00:00
Don Ho
d56b2eef66 [UPDATE] Add CoffeeScript keywords.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1118 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-15 23:48:00 +00:00
Don Ho
5ade0c4821 [NEW_FEATURE] Add Coffee script support.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1117 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-14 19:35:34 +00:00
Don Ho
9e0bf8b63a [UPDATE] Rename "block comment" to "Single line comment" and "stream comment" to "block comment".
[UPDATE] Remove invalid command "Online Documentation".

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1105 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-01 13:11:06 +00:00
Don Ho
082253c37f [NEW_FEATURE] (Author: Andreas Jonsson) Add "close all tab to left" and "close all tab to right" features.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1097 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-03 23:40:07 +00:00
Don Ho
e172c69700 [NEW_FEATURE] (Author: Andreas Jonsson) Add new feature: Shortcut Ctrl+NumPad to access the tab directly.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1096 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-03 00:19:06 +00:00
Don Ho
3f9b573aad [NEW_FEATURE] (Author: Andreas Jonsson) Add new feature: Ctrl+Alt+Enter insert blank line above the current line, Ctrl+Alt+Shift+Enter insert blank line below the current line.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1094 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-01 19:44:11 +00:00
Don Ho
8fe56ada57 [NEW_FEATURE] (Author: Andreas Jonsson) Add new feature: select all between matching braces.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1093 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-01 18:50:39 +00:00
Don Ho
9cabe6eacf [UPDATE] Update GUI translation.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1071 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-07 18:27:03 +00:00
Don Ho
874d5605c4 [NEW_FEATURE] (Author: Andreas Jonsson) Add Begin/End Select feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1057 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-06-09 08:52:15 +00:00
Don Ho
3b9f24ba51 [NEW] Add FunctionList toolbar button.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1054 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-06-04 23:46:24 +00:00
Don Ho
3d7183e494 [BUG_FIXED] Fix small window size problem due to closing Notepad++ in icon state (reduced in the taskbar) on the last session.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1050 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-27 00:59:08 +00:00
Don Ho
5da5167b7d [RELEASE] Notepad++ 6.3.3 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1038 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-05 18:12:01 +00:00
Don Ho
3aff6b23a1 [RELEASE] Notepad++ 6.3.2 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1034 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-04-02 23:28:43 +00:00
Don Ho
9df4ec6b51 [UPDATE] FunctionList in progress.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1026 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-02-24 11:29:05 +00:00
Don Ho
1e10e5e4d1 [NEW] Add "Set Updater proxy..." command for setting the proxy of updater.
[BUG_FIXED] Warn user if current document is read only while replacing operation.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1022 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-02-17 18:02:14 +00:00
Don Ho
7c05c2f208 [NEW] FunctionList: restore the previous state.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1020 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-02-10 20:11:18 +00:00
Don Ho
73c4811c8b [RELEASE] Notepad++ 6.3 RC.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1016 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-01-28 01:18:56 +00:00
Don Ho
ef6c612dc7 [UPDATE] Build-in FunctionList in progress.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1001 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-01-06 01:50:12 +00:00
Don Ho
c6afa7a3d1 [RELEASE] Notepad++ 6.2.3 End of World Edition.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@996 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-12-16 22:17:57 +00:00
Don Ho
cca224d2e4 [BEHAVIOUR_MODIFIED] Change "Delete file" command to "Move to Recycle Bin".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@992 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-12-07 01:33:08 +00:00
Don Ho
8f1e8ccda6 [NEW_FEATURE] Add Remove empty lines feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@991 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-12-05 00:10:22 +00:00
Don Ho
27efa1548c [NEW_FEATURE] Add build-in FunctionList (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@989 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-11-24 20:14:52 +00:00
Don Ho
0e2f878972 [UPDATE] rename the eol operation commands.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@974 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-10-22 23:03:03 +00:00
Don Ho
a58e54bc68 [NEW_FEATURE] (Author: Loreia L.) New implementation of User Defined Language - UDL2.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@960 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-09-28 21:04:16 +00:00
Don Ho
0011deec48 [ENHANCEMENT] (Author: FLS) Enhance comment operations: Stream Uncomment added, cross-calling of block.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@948 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-08-31 19:14:00 +00:00
Don Ho
e86940390f [NEW_FEATURE] (Author: Loreia) Enhance TAB2SPACE and SPACE2TAB features.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@944 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-08-25 19:23:16 +00:00
Don Ho
a896922136 [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@896 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-04-15 16:54:38 +00:00
Don Ho
f3fbd97687 [ENHANCEMENT] Speed up the loading time for the large file.
[NEW] Doc Map: wrapping (in progress).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@875 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-03-07 02:17:16 +00:00