Don HO
70dee50dc7
Notepad++ 7.6.2 release Gilet Jaune Edition
2019-01-01 02:46:17 +01:00
Don HO
e7b04a6a1a
Notepad++ 7.6.1 release
2018-12-13 02:37:11 +01:00
Don HO
40fbf0da61
Notepad++ 7.6 release
2018-11-13 02:31:46 +01:00
Don HO
312ddff837
Notepad++ 7.5.9 release
2018-10-15 00:25:52 +02:00
Rajendra Singh
efbc3b2160
Fix Tail moniotoring incoherent status after deleting a monitored file
...
Steps to Reproduce the Issue:
1. Open two files a.txt (first tab) and b.txt (second tab)
2. Start tail monitoring for a.txt (first tab) and activate b.txt (second tab)
3. Now delete a.txt from the explorer
4. Come back to notepad++
5. Observe the behavior now
Unexpected Behavior:
At step 4, if user choose to keep the file, a.txt is still marked as monitoring. As soon as del action occurs, b.txt automatically comes under "tail monitoring".
If user choose to remove file, a.txt should be removed from the notepad. This is absolutely fine.
Fix #4750 , close #4751
2018-10-05 23:49:55 +02:00
Pavel Nedev
abc6bc144b
Fix possible file corruption during backup or power loss or other abnormal N++ termination
...
Fixes #240 , Fixes #2381 , Fixes #2883 , Fixes #4346 , Fixes #4655 and probably more issues related to loss of data.
Close #4803
2018-10-03 01:42:57 +02:00
Don HO
89fbbad94e
Notepad++ 7.5.8 release
2018-07-23 02:45:12 +02:00
Don Ho
97467eb802
Notepad++ 7.5.7 release
2018-06-30 16:54:33 +02:00
along
0a6b19fedc
Fix toolbar display bug in big icon mode issue
...
Close #4509
2018-05-25 09:53:32 +02:00
Don Ho
9733729bfb
Notepad++ 7.5.6 release
2018-03-19 01:46:19 +01:00
Don Ho
f0a8c61d07
Notepad++ release 7.5.5
2018-02-27 22:46:24 +01:00
Don Ho
1725c8f8c1
Notepad++ release 7.5.4
2018-01-01 02:58:59 +01:00
Don Ho
b2c3e82ce7
Notepad++ release 7.5.3
2017-12-06 00:59:33 +01:00
Don Ho
e339c0f600
Notepad++ 7.5.2 release
2017-11-27 09:32:44 +01:00
Don Ho
d7f64d2027
Notepad++ 7.5.1 release
2017-08-29 03:01:24 +02:00
Don Ho
040ad04c56
Notepad++ 7.5 release
2017-08-15 23:58:06 +02:00
Don HO
1f89110b04
Add "-quickPrint" command line argument
...
"-quickPrint" allows user to launch Notepad++ via command to print a
given document then quit Notepad++ immediately.
Usage:
notepad++.exe -quickPrint c:\funcListTests\EncodingMapper.cpp
2017-08-07 00:01:12 +02:00
Don HO
1d58c1d3d3
Add function list export feature
...
"notepad++.exe -export=functionList -lcpp c:\funcListTests\whatever.cpp"
will open whatever.cpp as cpp file, then parse this file to write the
funcLst result on disk, then exit Notepad++.
The result will write into c:\funcListTests\whatever.cpp.result.
2017-08-06 00:03:18 +02:00
Don Ho
5b35000c30
Notepad++ 7.4.2 release
2017-06-18 23:18:14 +02:00
Don Ho
71ffe870c5
Notepad++ 7.4.1 release
2017-05-18 03:22:33 +02:00
Don Ho
481a275ad6
Notepad++ 7.4 release
2017-05-14 14:54:14 +02:00
Don HO
1205ab9805
Clean up
2017-03-19 13:47:11 +01:00
Don Ho
388c430e21
Notepad++ v7.3.3 release
...
In this release:
Fix CIA Hacking Notepad++ issue
(https://wikileaks.org/ciav7p1/cms/page_26968090.html ).
and more...
2017-03-08 04:04:59 +01:00
Don Ho
2f2b56eb43
Notepad++ release 7.3.2
2017-02-14 00:55:20 +01:00
Don Ho
c235e17f7d
Add Plugins Administrator (UI part, in progress)
2017-01-20 14:13:41 +01:00
Don Ho
8f2977a018
Notepad++ v7.3.1 release
2017-01-17 20:34:41 +01:00
Don HO
6a05bedd05
Enhancement of "Word characters list"
...
While double-clicking to select or searching with "Match whole word
only" option, the selected characters stop on non-word characters. With
this enhancement, users can include any non-word character into word
characters list, to change its default behaviour.
2017-01-15 22:16:17 +01:00
Don Ho
8efadf9bf7
Notepad++ v7.3 release
2017-01-01 23:24:48 +01:00
Don Ho
8fc1a2ed30
Add MD5 functionalities
2017-01-01 18:28:25 +01:00
Don Ho
4c23de61b4
Notepad++ 7.2.2 release
2016-11-27 19:55:58 +01:00
Don Ho
7ee1a5d935
Notepad++ v6.2.1 released
2016-11-21 00:25:54 +01:00
Don Ho
6baac0afd7
Notepad++ release 7.2
2016-11-02 11:52:43 +01:00
Don Ho
76f6ba8cb6
Notepad++ 7.1 release
2016-10-16 16:18:00 +02:00
Don Ho
8777d752af
Notepad++ release 7
2016-09-22 02:13:36 +02:00
Don Ho
fe01f7501b
Update translations
...
Update english.xml, english_customizable.xml, chinese.xml, french.xml to
7.0
A minor refactoring
2016-08-19 13:39:31 +02:00
A-R-C-A
1abac15799
Enhancement: add conflict detection to Shortcut Mapper
...
Closese #2029
Added a basic conflict detection functionality to the Shortcut Mapper.
This includes:
* Marking conflicts with a different background color.
* Displaying conflict information.
* Warning when attempting to assign an already existing short-key.
Some more related changes to the Shortcut Mapper:
* Fixed some bugs, for instance:
1. Babygrid was shrinking on any attempt to adjust its position to integral
rows.
2. Context menu entries were enabled for empty lists. Using them would crash
Npp.
3. ... some more minor bug fixes.
* Performance enhancements to Babygrid.
* Minor UI improvements.
* Babygrid is configured dpi aware.
2016-07-31 21:08:56 +02:00
Linquize
c059cc03dc
Show Notepad++.exe bitness in about box
2016-06-17 09:18:11 +02:00
Don Ho
52392a0b81
[RELEASE] Notepad++ 6.9.2 release
2016-05-18 01:47:03 +02:00
Don Ho
4268349bf0
Fix crash bug in Log Monitoring while monitoring a large file
2016-05-11 02:18:04 +02:00
Don HO
2ff03fe250
New feature: Log Mornitoring (tail -f)
...
This feature allows users to monitor log files' writing, as Unix "tail -f"
command.
Here are the conditions of monitoring:
1. file to monitor should exist.
2. file will be set as readonly during monitoring.
3. each update will scroll to the last line.
2016-05-07 12:12:18 +02:00
Don HO
50c7e228ff
Add new feature: Find in Finder
...
After finding in files, user can launch the find in Finder dialog from
the finder via its context menu command "Find in this finder...".
Find in Finder feature searchs the other occurrence into found results,,
that allow user to narrow down the search and to refine their search
results.
2016-03-31 09:35:41 +02:00
Don Ho
ecfbf906c6
[RELEASE] Notepad++ 6.9 release
2016-02-22 00:36:01 +01:00
Don Ho
058c9d5923
Folder as Workspace (implementation done)
2016-02-08 01:34:33 +01:00
Don Ho
07ce6c2516
New feature: File browser
2016-01-23 02:25:44 +01:00
Don Ho
f2cd779066
Fix crash issue due to the bad fix of touchscreen hanging issue
...
This crash issue is a regression due to
6f4140a281
which was intended to fix a
touchscreen hanging bug.
The crash issue is fixed in this commit, as well the touchscreen hanging
issue thanks to the answer from StackOverflow:
http://stackoverflow.com/questions/34816597/messagebox-not-responsing-in-wm-activateapp-on-touchscreen/34825851#34825851
2016-01-16 13:00:39 +01:00
Don Ho
7ba01cb7f4
[RELEASE] Notepad++ 6.8.9 release
2016-01-13 22:39:45 +01:00
Don Ho
2d7ae96a64
[RELEASE] Notepad++ 6.8.8 release
2015-12-10 01:07:07 +01:00
Don Ho
773397d6ea
Add Debug Info feature
2015-12-07 01:15:17 +01:00
Don Ho
9a419cec57
[RELEASE] Notepad++ 6.8.7 release
2015-11-26 23:39:55 +01:00
Don Ho
3733d97146
[RELEASE] Notepad++ 6.8.6 release
2015-10-29 02:15:49 +01:00
Don Ho
828e14aca1
[RELEASE] Notepad++ 6.8.5 release
2015-10-18 23:00:48 +02:00
Don Ho
8e103d837a
[RELEASE] Notepad++ 6.8.4 release
2015-10-16 21:02:54 +02:00
Don Ho
2854de22ec
[RELEASE] Notepad++ release 6.8.3
2015-09-04 20:24:46 +02:00
Don Ho
54b04cd284
[RELEASE] Notepad++ v6.8.2 released
2015-08-19 01:20:56 +02:00
Damien GERARD
366a393f13
minor code cleanup for future refactoring
2015-08-06 11:50:58 +02:00
Don Ho
f6b7bb0469
[RELEASE] Notepad++ 6.8.1 release
2015-08-03 23:41:25 +02:00
Don Ho
1b8bdfb6e5
[RELEASE] Notepad++ release 6.8
2015-07-21 02:46:23 +02:00
Don Ho
b828ed21d2
[NEW_RELEASE] Notepad++ 6.7.9.2 release.
2015-06-23 00:06:27 +02:00
Don Ho
e3450defc0
[RELEASE] Notepad++ release 6.7.9.1
2015-06-21 10:44:17 +02:00
Don Ho
acb713d9e6
[RELEASE] Notepad++ 6.7.9 release
2015-06-12 00:53:35 +02:00
Don Ho
b85fc02841
[RELEASE] Notepad++ 6.7.8.2 release
2015-05-23 14:14:33 +02:00
Don Ho
a76ff09ac0
[RELEASE] Notepad++ 6.7.8.1 release (WinGup bug-fix: remove the dependency of msvcr120.dll)
2015-05-19 03:40:56 +02:00
Don Ho
5c272a8818
[RELEASE] Notepad++ 6.7.8 release.
2015-05-16 02:36:09 +02:00
Don Ho
fdf47cd300
[RELEASE] Notepad++ v6.7.7
2015-04-16 02:55:40 +02:00
Don Ho
faca774c5c
[RELEASE] Notepad++ release 6.7.6
2015-04-15 02:12:28 +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
600e09b72e
[RELEASE] Notepad++ 6.7.3 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1325 f5eea248-9336-0410-98b8-ebc06183d4e3
2015-01-01 12:19:56 +00:00
Don Ho
c420316fe8
[RELEASE] Notepad++ 6.7.2 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1321 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-27 22:21: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
5463e69c52
[RELEASE] Notepad++ 6.7 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1306 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-12-14 22:12:18 +00:00
Don Ho
fa351a683e
[RELEASE] Notepad++ 6.6.9 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1277 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-09-07 22:16:25 +00:00
Don Ho
9418974c87
[RELEASE] Notepad++ 6.6.8 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1267 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-07-27 22:54:02 +00:00
Don Ho
6505334382
[RELEASE] Notepad++ 6.6.7 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1254 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-06-24 20:37:41 +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
f28e17fcfb
[RELEASE] Notepad++ 6.6.4 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1245 f5eea248-9336-0410-98b8-ebc06183d4e3
2014-06-04 21:48:45 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
5d900beba2
[RELEASE] Notepad++ 6.5 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1127 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-09-29 08:27:23 +00:00
Don Ho
fe69887ed4
[RELEASE] Notepad++ 6.4.5 Release.
...
[BUG_FIXED] Fix a regression on recent files history.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1103 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-09 16:20:55 +00:00
Don Ho
7f972ebc63
[RELEASE] Notepad++ 6.4.4 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1102 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-08 21:17:43 +00:00
Don Ho
512cc2db65
[RELEASE] Notepad++ 6.4.3 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1089 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-28 19:10:01 +00:00
Don Ho
327860d6bb
[RELEASE] Notepad++ 6.4.2 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1076 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-07-08 21:44:36 +00:00
Don Ho
ab5a388e92
[RELEASE] Notepad++ 6.4.1 Release (Fix 6.4 wrong binary file including)
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1065 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-06-30 00:02:50 +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
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
3b08109267
[RELEASE] Notepad++ 6.3.1 Release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1030 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-03-17 23:31:02 +00:00