Commit Graph

799 Commits

Author SHA1 Message Date
Don Ho
948b52c9d1 [RELEASE] Notepad++ 6.6.3 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1241 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-18 20:38:18 +00:00
Don Ho
4ab4945f0a [BUG_FIXED] Fix SaveAll command hanging issue while session snapshot is enabled.
[CHANGE_BEHAVIOUR] Disable session snapshot while command line -nosession is used.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1240 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-17 15:35:09 +00:00
Don Ho
924dc4d4ef [BUG_FIXED] (Author: Andreas Jonsson) Fix a bug in NppShell when trying to open many files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1239 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-17 14:22:31 +00:00
Don Ho
e975e06410 [BUG_FIXED] Fix session snapshot SaveAll bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1238 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-15 16:43:56 +00:00
Don Ho
dacbb4bc0a [BUG_FIXED] Fix bug that backup is not performed while view is switched from one to another.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1237 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-12 23:01:57 +00:00
Don Ho
e3208e4ce2 [BUG_FIXED] Fix docking error messages displaying due to bad detection of windows version.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1236 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-10 01:12:44 +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
2aa456f7ca [UPDATE] Add comments for session snapshot.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1234 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-08 09:53:08 +00:00
Don Ho
1e590aa789 [RELEASE] Notepad++ 6.6.1 Release (Workers' Day Edition).
[BUG_FIXED] Fix Notepad++ hanging issue while saving a large file if session snapshot feature is on.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1233 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-04 20:37:54 +00:00
Don Ho
f8fd88b96b [RELEASE] Notepad++ 6.6 Release (Workers' Day Edition).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1232 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-01 21:08:46 +00:00
Don Ho
e680fca05b [NEW] Add shell script parser for the function list.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1231 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-05-01 12:59:04 +00:00
Don Ho
73603b2357 [NEW_FEATURE] (Author: Andreas Jonsson) Make backslash as an escape character optional in SQL.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1230 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-30 22:04:43 +00:00
Don Ho
85a6d2c054 [NEW_FEATURE] Automatic Backup System: uniq untitled tab name.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1229 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-27 10:14:19 +00:00
Don Ho
e1a3fe91b9 [BUG_FIXED] Fix crash bug on second view (startup) while session snapshot is enabled.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1228 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-27 01:47:13 +00:00
Don Ho
e4ff453125 [NEW_FEATURE] Automatic Backup System.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1227 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-23 18:18:19 +00:00
Don Ho
f8142f4aad [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1226 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-23 00:43:38 +00:00
Don Ho
162de3ff6c [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1225 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-22 18:16:32 +00:00
Don Ho
1a73826357 [NEW_FEATURE] Snapshot feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1224 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-20 16:41:42 +00:00
Don Ho
a41d760cb8 [BUG_FIXED] Apply DPI-aware on find & replace dialog tab and User define language dialog tab.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1223 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-16 15:24:00 +00:00
Don Ho
698f48e6ea [NEW_FEATURE] Snapshot feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1222 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-16 09:07:31 +00:00
Don Ho
e8b76a28ec [NEW_FEATURE] Snapshot feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1221 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-13 20:56:20 +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
412b0c54e4 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1219 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-10 23:51:36 +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
7ec6d51d8f [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1217 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-08 03:45:52 +00:00
Don Ho
5512a9221c [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1216 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-06 22:22:54 +00:00
Don Ho
b72f302138 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1215 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-05 12:38:54 +00:00
Don Ho
c79f105597 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1214 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-03 23:46:21 +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
026aaf94a4 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1212 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-03 00:18:47 +00:00
Don Ho
ac4b7ea8db [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1211 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-02 22:02:10 +00:00
Don Ho
9b341806ae [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1210 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-02 00:10:41 +00:00
Don Ho
4a794ac8b1 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1209 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-01 22:52:12 +00:00
Don Ho
098084a378 [BUG_FIXED] Fix Find in files search result not displaying bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1208 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-04-01 07:01:42 +00:00
Don Ho
6f7689170d [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1207 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-31 20:44:17 +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
97c7395059 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1205 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-29 00:01:33 +00:00
Don Ho
7cbcc1f902 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1204 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-28 00:39:41 +00:00
Don Ho
9c9fa8c484 [NEW_FEATURE] Automatic Backup System (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1203 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-27 01:30:31 +00:00
Don Ho
f12faf0ac8 [NEW_FEATURE] (Author: Giles Payne) Auto-detect character encoding (settings part).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1202 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-16 21:28:16 +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
1302b354ad [UPDATE] Include "precompiledHeaders.h" in several files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1200 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-10 18:01:57 +00:00
Don Ho
91c8310be3 [UPDATE] (AUTHOR Chris Covier) Make project compile under VS2013.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1198 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-09 17:02:12 +00:00
Don Ho
ffccd13944 [ENHANCEMENT] Make files in uchardet folder conform with compiling warning level 4.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1197 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-08 22:11:15 +00:00
Don Ho
11847747b5 [RELEASE] Notepad++ 6.5.5 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1196 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-06 23:48:40 +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
282d0ea9a9 [NEW] Add new command line argument "-r" for opening files recursively (with wildcard characters).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1194 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-05 21:18:05 +00:00
Don Ho
98cf4f3abd [BUG_FIXED] Fix the word-compltion hanging problem in Chinese ANSI document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1193 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-05 01:06:49 +00:00
Don Ho
b63c4a0f6c [NEW_FEATURE] (Author: Loreia) Add widecard capacity for command line arguments.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1192 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-04 18:56:53 +00:00
Don Ho
fd800dcf20 [ENHANCEMENT] Enhance Function list: better regconization of perl function.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1191 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-25 19:45:06 +00:00
Don Ho
f558747a2d [ENHANCEMENT] Enhance Function list panel: reload on saving.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1190 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-24 22:38:56 +00:00
Don Ho
9554b8c79e [NEW_FEATURE] (Author: Giles Payne) Auto-detect character encoding.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1189 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-23 19:21:53 +00:00
Don Ho
f2c01c2ab9 [BUG_FIXED] (Author: visimulator) Fix sorting path in Windows document dialog makes Notepad++ crash.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1188 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-23 00:59:39 +00:00
Don Ho
c297a35f3c [BUG_FIXED] Fix the crash bug while setting current document as Objective-C source code.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1187 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-22 16:28:17 +00:00
Don Ho
abf23face0 [BUG_FIXED] Fix a localization bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1186 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-22 11:29:06 +00:00
Don Ho
665e1c270a [BUG_FIXED] Remove extension as from Haskell.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1185 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-21 18:55:09 +00:00
Don Ho
36fd69ee59 [BUG_FIXED] (Author: Andreas Jonsson) Fix rename not replacing the existing file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1184 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-21 08:11:48 +00:00
Don Ho
7ce969dc74 [BUG_FIXED] (Author: visimulator) Prevent Notepad++ from crash while scrolling pass over EOF.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1183 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-20 18:19:57 +00:00
Don Ho
c18eccdd37 [BUG_FIXED] Fix the no ext column setting for Doc Switcher not initialized properly in preference dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1182 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-19 19:11:13 +00:00
Don Ho
2193c71972 [RELEASE] Notepad++ 6.5.4 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1181 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-18 18:34:53 +00:00
Don Ho
6435087f08 [UPDATE] Update language files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1180 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-17 16:55:56 +00:00
Don Ho
10d6809ddb [BUG_FIXED] (Author: Mathias Kresin) Fix closing bug in doc switcher via the context menu (right clicking of an unselected item).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1179 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-17 00:11:41 +00:00
Don Ho
53b81b3186 [BUG_FIXED] Fix context menu does not "check" items that should be "checked".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1178 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-16 20:55:42 +00:00
Don Ho
63626f65c1 [NEW_FEATURE] Add function + word completion option in auto-completion feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1177 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-16 02:13:05 +00:00
Don Ho
f1e1cfbe90 [CLEAN] Clean up the code.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1176 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-15 11:53:11 +00:00
Don Ho
0683267b5e [UPDATE] Make open file toolbar icon background transparent.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1175 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-13 13:30:02 +00:00
Don Ho
b94b9d8c61 [NEW_FEATURE] Make DPI-aware for Shortcutmapper and Preference Dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1174 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-12 10:14:22 +00:00
Don Ho
7cbc342570 [BUG_FIXED] Fix docking tab icon display position.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1173 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-02-11 00:49:35 +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
35c160ddff [NEW] DPI aware (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1171 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-01-21 21:29:45 +00:00
Don Ho
6e9b5a64b1 [ENHANCE] Make extension column optional in vertical file switcher.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1170 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-01-14 08:03:33 +00:00
Don Ho
f8ab8e8c46 [ENHANCE] Make extension column optional in vertical file switcher (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1168 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-01-05 21:47:20 +00:00
Don Ho
f9e917b707 [ENHANCE] Make extension column optional in vertical file switcher (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1167 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-01-04 21:22:39 +00:00
Don Ho
d98d0fa12b [RELEASE] Notepad++ 6.5.3 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1166 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-31 13:42:47 +00:00
Don Ho
cee9582604 [ENHANCED] Make advanced scrolling optional so in the case of touchpad scrolling problem this feature can be disabled to make the compatibility.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1165 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-28 01:40:01 +00:00
Don Ho
7df06f9925 [BUG_FIXED] Fix the bug that modified tab interface colour settings cannot be saved in stylers configurator.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1164 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-26 17:01:17 +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
3fc26bbcf8 [BUG_FIXED] (Author: Neomi) Fix text flickering due to line number pane size adaptation.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1162 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-23 19:54:42 +00:00
Don Ho
bbe9bff592 [BUG_FIXED] Fix the context menu not being copied by installer in Notepad++ installed directory.
[NEW] Add MimeTools plugins in the package.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1161 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-23 11:44:14 +00:00
Don Ho
6358717760 [ENHANCEMENT] Add hex column in Ascii Insert Panel.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1160 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-21 12:05:47 +00:00
Don Ho
0e36da7399 [ENHANCEMENT] prevent switched-in document from parsing for function list and document map while these 2 panels are hidden.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1159 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-19 11:22:33 +00:00
Don Ho
fa5e33a50e [RELEASE] Notepad++ 6.5.2 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1158 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-10 13:56:03 +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
4a90b305bb [ENHANCEMENT] Improve php and js parsers in functionList.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1155 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-12-07 01:41:25 +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
6e45308b79 [BUG_FIXED] Fix the class border determination problem (while open/close symbols are in the comment zone) in function list feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1153 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-29 17:44:11 +00:00
Don Ho
80a672009e [BUG_FIXED] (Author: JimD) Fix buffer overflowed problem for function calltip.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1152 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-27 17:53:29 +00:00
Don Ho
b363016497 [BUG_FIXED] (Author: Andreas Jonsson) Fix bug in path auto-completion.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1151 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-20 10:50:10 +00:00
Don Ho
ad9fac22a3 [BUG_FIXED] (Author: tns) Fix tab close button's color remains hovered while mouse leaves.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1150 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-20 10:40:29 +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
806dee917d [NEW_FEATURE] Add line sorting feature (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1148 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-17 23:51:09 +00:00
Don Ho
1d0b91e536 [NEW] Add swap line function.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1147 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-17 10:21:20 +00:00
Don Ho
8e8257c8d8 [NEW] URL hovered highlighting can be customized.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1146 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-06 18:53:50 +00:00
Don Ho
d320a022d3 [BUG_FIXED] Fix the bug that Global Styles are not loaded completely in Stylers Configurator.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1145 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-05 18:39:25 +00:00
Don Ho
9594e0baf8 [RELEASE] Notepad++ 6.5.1 Release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1144 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-03 22:22:57 +00:00
Don Ho
65ac0ce09e [BUG_FIXED] (Author: FLS) Fix EOL type not correctly determined for UTF-16 files bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1143 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-11-01 07:54:59 +00:00
Don Ho
cf2dce6728 [UPDATE] Update native language files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1142 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-31 10:47:42 +00:00
Don Ho
c824157bcc [UPDATE] Update native language files (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1141 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-28 19:18:01 +00:00
Don Ho
c9ab034e61 [UPDATE] Update localization files (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1140 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-10-28 00:02:44 +00:00