Commit Graph

878 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
545f4f943f [UPDATE] (AUTHOR Chris Covier) Make Scintilla project compilable under VS2013.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1199 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-03-09 19:44:04 +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