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
Don HO
f7e5be4e2b
Merge pull request #12 from dail8859/splitlines
...
[ENHANCEMENT] "Split Lines" uses the edge mode if enabled.
2015-05-24 19:18:59 +02:00
Don Ho
b85fc02841
[RELEASE] Notepad++ 6.7.8.2 release
2015-05-23 14:14:33 +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
7c3376ae6b
Use a rectangular selection as sort key.
2015-05-21 15:53:48 +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
351b9b6bff
Rename quickSortLines -> sortLines.
2015-05-09 10:05:45 +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
6bf823d3f8
[BUG_FIXED] Fix Tab close button too small issue with a very high resolution display.
2015-05-01 19:51:59 +02:00
dail8859
ec2bb7f8b7
[UPDATE] "Split Lines" uses the edgemode if enabled
2015-04-29 16:39:52 -04:00
Don Ho
ce9810ecb5
[NEW_FEATURE] Add "Restore last closed file" (Ctrl+Shift+T) feature.
2015-04-07 02:10:03 +02:00
Don Ho
55099cb4b7
[BUG_FIXED] (Author: Alexander Riccio) Fix several bugs.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1352 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-03-14 22:55:03 +00:00
Don Ho
bab1575d2b
[BUG_FIXED] (Author: Mike Cowperthwaite) Restore focus to editor when a panel is closed.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1337 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-02-09 08:33:01 +00:00
Don Ho
15542d7c8d
[BUG_FIXED] Fix NPPM_LAUNCHFINDINFILESDLG API regression issue.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1315 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-24 02:03:52 +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
d2651832ea
[BUG_FIXED] Fix undo actions on unsaved snapshot file removing the dirty state bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1304 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-09 23:16:48 +00:00
Don Ho
428df19cbc
[NEW] Document map follows the current text direction (RTL/LTR).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1303 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-07 16:43:31 +00:00
Don Ho
134920648d
[BUG_FIXED] Make "Text Direction RTL" command and "Text Direction LTR" command work without reloading file.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1302 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-07 01:23:05 +00:00
Don Ho
80da43da5c
[NEW] Allow users to disable easter eggs in Notepad++ by adding noEasterEggs.xml in Notepad++ installed directory.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1300 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-01 22:39:08 +00:00
Don Ho
a20c6693a9
[BUG_FIXED] Fix DocMap's syntax highlighting doesn't update while current doc apply a new syntax highlighting.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1266 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-07-27 14:19:19 +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
7bfcda086d
[RELEASE] Notepad++ 6.6.2 Release.
...
[BUG_FIXED] Fix session snapshot enabled issue even "remember current session" option is disabled.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1235 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-08 20:48:03 +00:00
Don Ho
4c49b023ca
[NEW_FEATURE] Automatic Backup System (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1220 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-13 01:31:02 +00:00
Don Ho
b30c3246d4
[NEW_FEATURE] Automatic Backup System (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1218 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-10 18:16:11 +00:00
Don Ho
db0489c8ed
[NEW_FEATURE] Automatic Backup System (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1213 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-03 18:38:09 +00:00
Don Ho
33189832ba
[NEW_FEATURE] Automatic Backup System (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1206 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-31 01:01:54 +00:00
Don Ho
9f46e7c4c8
[BUG_FIXED] Fix RTL/LTR command making mirrored text bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1201 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-15 19:02:23 +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
7edbd55348
[NEW_FEATURE] Make Notepad++ DPI-aware.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1172 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-11 00:26:24 +00:00
Don Ho
adc711fb09
[ENHANCEMENT] Enhance sort lines feature: sort selected lines if several lines are selected.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1163 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-25 16:56:31 +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
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
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
4105c3d2fa
[ENHANCEMENT] Mark all (5 styles available) feature checks 2 options "Match case" and "Match whole word only" in Find/Replace dialog. If a part of the word is selected, then "Match whole word only" will be always false, whatever the value is in Find/Replace dialog.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1122 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-18 17:52:34 +00:00
Don Ho
82281c7d2d
[BUG_FIXED] (Author: Andreas Jonsson) A regression fix for "Begin/End select" feature.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1121 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-17 20:22:32 +00:00
Don Ho
419fd585d4
[BUG_FIXED] (Author: Andreas Jonsson) Fix right-to-left text after closing document map bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1120 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-17 07:02:06 +00:00
Don Ho
9795408fa8
[BUG_FIXED] (Author: Andreas Jonsson) Fix canceling shutdown make Notepad++ quit w/o saving files bug.
...
[ENHANCEMENT] (Author: Andreas Jonsson) Check "Begin/End select" menuitem when active.
[ENHANCEMENT] (Author: Andreas Jonsson) Clear Replace dialog status bar before processing any action.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1119 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-16 21:12:32 +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
8e1850a547
[ENHANCEMENT] Avoid Notepad++ crash.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1116 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-14 19:29:12 +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
6264ef03d0
[ENHANCEMENT] Code optimization.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1073 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-08 00:12:50 +00:00
Don Ho
f80a49148e
[BUG_FIXED] (Author: Andreas Jonsson) Minor fixes.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1072 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-07 21:33:19 +00:00
Don Ho
6902738c86
[UPDATE] Add a new command in macro recording.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1067 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-02 18:19:46 +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
71234725a1
[ENHANCEMENT] Add "End Reached" and "Top Reached" status in find/replace dialog StatusBar.
...
Make "Error", "End Reached" and "Top Reached" status visible (flash main window) if find/replace dialog is hidden.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1047 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-20 21:56:30 +00:00
Don Ho
a62ecb6449
[ENHANCEMENT] Enhance the performance to get once the length in the for loop.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1041 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-15 07:28:55 +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
db19cf8d6a
[NEW_FEATURE] Add Close/Keep the selected files commands in Document List Panel.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1037 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-05-01 15:43:51 +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
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
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
8d4f1a36c5
[NEW_FEATURE] (Author: Andreas Jonsson) Make Document map togglable via menu.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@931 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-07-21 00:46:03 +00:00
Don Ho
e2a165cc8e
[BUG_FIXED] (Author: FLS) Fix wrap/unwrap line position not being kept bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@921 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-06-30 01:30:00 +00:00
Don Ho
86f444f829
[BUG_FIXED] Fix un regression: folding/unfolding performance issue.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@919 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-06-26 00:55:01 +00:00
Don Ho
39da7315b1
[RELEASE] 6.1.3 release
...
[TYPO_CORRECTION] Correct some typo.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@914 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-05-28 10:25:35 +00:00
Don Ho
07f9ab578f
[ENHANCEMENT] (Author: Dave Brotherstone) Style clickable links only in current page instead of on whole documents.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@911 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-05-25 23:40:44 +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
e05b1ad828
[ENHANCEMENT] Enhance doc map.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@881 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-03-14 02:07:45 +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
Don Ho
da8fdbb86a
[NEW_FEATURE] Doc map: Processing text wrapping situation (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@874 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-03-04 18:04:36 +00:00
Don Ho
76c1a650c5
[NEW_FEATURE] Add Document Map feature (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@860 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-01-30 00:00:50 +00:00
Don Ho
d6633a0b6c
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@853 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-01-01 19:29:31 +00:00
Don Ho
33ce72fa6c
[ENHANCE] Enhance Project Manager - add DELETE and ENTER shortcut.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@821 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-10-02 00:17:43 +00:00
Don Ho
cfa7850d01
[ENHANCE] Enhance Project Manager.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@816 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-09-25 01:33:34 +00:00
Don Ho
2d5cf5ddeb
[ENHANCE] Enhance Project Manager.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@815 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-09-23 00:19:29 +00:00
Don Ho
100842b729
[ENHANCE] Enhance Project Manager.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@814 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-09-22 01:05:53 +00:00
Don Ho
e107b8a547
[NEW_FEATURE] enhance Project manager (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@812 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-09-20 23:55:35 +00:00
Don Ho
52a17f8056
[NEW_FEATURE] Add Project manager (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@800 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-08-29 23:01:41 +00:00
Don Ho
bd28e3bfa7
[NEW_FEATURE] Make file switcher dialog accessible (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@788 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-07-15 01:00:05 +00:00
Don Ho
9cddb4903d
[NEW_FEATURE] Make Recent File List totally customizable (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@781 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-27 01:23:58 +00:00
Don Ho
16bae1a4a5
[NEW_FEATURE] Make Recent File List totally customizable (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@780 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-26 02:09:56 +00:00
Don Ho
4782e310b2
[NEW_FEDATURE] Implement VerticalFileSwitcher feature (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@776 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-16 23:51:58 +00:00
Don Ho
b32e972221
[NEW_FEDATURE] Implement VerticalFileSwitcher feature (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@774 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-13 01:24:00 +00:00
Don Ho
ffb79104f6
[NEW_FEATURE] Add file switcher (list) dialog (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@773 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-06-11 14:40:44 +00:00
Don Ho
7b4be22351
[RELEASE] Notepad++ 5.9.1 release (fixed)
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@769 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-31 00:27:04 +00:00
Don Ho
851284d90e
[ENHANCE] enhance AnsiCharactersInsertion feature.
...
[UPDATE] Implementation of document switcher is in progress.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@761 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-23 00:51:13 +00:00
Don Ho
1309f8fa8e
[UPDATE] Implement file switcher feature (in progress).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@760 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-22 00:11:19 +00:00
Don Ho
6eb08d415b
[NEW_FEATURE] Add find characters in range feature.
...
[NEW_FEATURE] Add file switcher (list) dialog (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@756 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-05-19 21:19:05 +00:00
Don Ho
7b54c09db9
[NEW_FEATURE] Add Clipboard History feature.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@748 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-04-20 21:45:18 +00:00
Don Ho
4afbeefc0a
[BUG_FIXED] Remove unnecessary lines which could make bugs.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@747 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-04-17 12:24:24 +00:00
Don Ho
28fa54583e
[NEW_FEATURE] Add Character Insertion Panel.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@745 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-04-13 07:08:51 +00:00
Don Ho
b00ed6ec61
[RELEASE] Notepad++ 5.9 release
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@744 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-03-31 00:14:18 +00:00
Don Ho
8b7e0b76c4
[NEW_FEATURE] Add Copy/Cut/Paste Binary Content feature.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@741 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-03-15 01:36:55 +00:00
Don Ho
a5083edfb5
[NEW_FEATURE] Add "paste HTML content" and "paste RTF content" commands.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@740 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-03-11 00:57:06 +00:00
Don Ho
f5fa3cc1dd
[NEW_FEATURE] Add "Remove Unmarked Lines" command.
...
[NEW] Add "Column Mode Tip" to notice users the usage of column mode in Notepad++.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@737 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-02-19 15:06:53 +00:00
Don Ho
3a149d8500
[RELEASE] Notepad++ 5.8.7 release.
...
[ENHANCE] Add minimalist installation available in installer.
[UPDATE] Update some language files.
[NEW] Change off-line document format from chm to html.
[BUG_FIXED] Fix TAB key browsing bug in Preferences dialog partially.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@735 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-01-31 01:46:36 +00:00
Don Ho
1e48bf25f1
[NEW_FEATURE]
...
1. New "Mark" tab for "Mark all" feature in Find/Replace dialog.
2. Make "Fide what" and "Replace with" fields larger in Find/Replace dialog.
3. Make some message dialogs translatable.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@733 f5eea248-9336-0410-98b8-ebc06183d4e3
2011-01-19 21:05:40 +00:00
Don Ho
10b4a1c9e0
[NEW_FEATURE] Add trim functions (header/trailing/compact feature).
...
[NEW_FEATURE] Add white space and TAB conversion features.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@722 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-12-05 19:33:48 +00:00
Don Ho
03b2d5e8b7
[NEW] Add new application icon.
...
[ENHANCE] Enhance Editing Contextmenu feature.
[UPDATE] Add comment in contextMenu.xml.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@688 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-24 23:49:07 +00:00
Don Ho
14773572cf
[NEW_FEATURE] Add Edit ContextMenu feature.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@684 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-22 21:14:04 +00:00
Don Ho
e420ae3707
[BUG_FIXED] Fix windows 7 crash bug while executing update.
...
[BUG_FIXED] (Author: Christian Cuvier) Fix find performance issue related macro recording.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@675 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-03 23:38:11 +00:00
Don Ho
bb7cb36df9
[NEW_FEATURE] Add Word count feature in Summary command.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@670 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-25 17:04:44 +00:00
Don Ho
00fbd3444b
[NEW] (Author: Dave Brotherstone) Add NPPM_ALLOCATEMARKER plugin message.
...
[NEW_FEATURE] Add Statistics feature which is accessible from the menu command "Summary..." (under menu "View") and the 2nd zone of statusbar (double click).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@667 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-19 01:27:41 +00:00