notepad-plus-plus-legacy/PowerEditor/src
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
..
cursors Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
icons Fix toolbar display bug in big icon mode issue 2018-05-25 09:53:32 +02:00
json Export function list in json format 2017-09-11 02:46:15 +02:00
MISC Fix Tab non-responding after dragging bug 2018-10-02 20:18:11 +02:00
ScitillaComponent Fix issue with wrong smart highlighting when it is disabled 2018-10-04 00:55:44 +02:00
TinyXml Warning/error fixes as per VS2017 code analysis 2018-02-19 12:21:35 +01:00
tools Fix GDI objects leak problem 2018-03-11 01:05:29 +01:00
uchardet Fix EOLs 2018-02-27 20:31:22 -05:00
WinControls Fix Tab non-responding after dragging bug 2018-10-02 20:18:11 +02:00
clipboardFormats.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
CMakeLists.txt CMake: use WIN32 variable 2016-11-19 18:33:18 +01:00
contextMenu.xml Cleanup in context menu and Run entries 2018-05-26 00:00:09 +02:00
dpiAware.manifest [NEW] DPI aware (in progress). 2014-01-21 21:29:45 +00:00
dpiManager.h [NEW_FEATURE] Make Notepad++ DPI-aware. 2014-02-11 00:26:24 +00:00
EncodingMapper.cpp Fix broken indicies in EncodingMapper 2017-12-28 20:34:07 +01:00
EncodingMapper.h Fix a plugin installation problem 2018-08-19 18:04:16 +02:00
functionList.xml Add unit tests for function list feature 2018-04-13 12:46:03 +02:00
keys.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
langs.model.xml Add a new file extension for cpp 2018-07-25 03:00:30 +02:00
lastRecentFileList.cpp Fix 2 different files whose canonic names are the same can't be opened 2018-02-04 04:26:52 +01:00
lastRecentFileList.h Fixed cppChecker reported issues 2017-07-17 10:35:25 +02:00
lesDlgs.cpp Improve code quality by using static code analysis tool (cppchecker) 2016-07-18 02:08:29 +02:00
lesDlgs.h Some code enhancements 2016-07-11 01:07:01 +02:00
localization.cpp Add more translations 2018-02-14 10:02:55 +01:00
localization.h Add more translations 2018-02-14 10:02:55 +01:00
localizationString.h Add new language and update translations 2018-02-19 11:40:47 +01:00
menuCmdID.h Plugin Admin - in progress 2018-07-19 02:03:17 +02:00
Notepad_plus_Window.cpp Clean up 2018-06-24 01:16:01 +02:00
Notepad_plus_Window.h Ghost typing enhancement 2018-03-10 11:30:55 +01:00
Notepad_plus.cpp Fix Tail moniotoring incoherent status after deleting a monitored file 2018-10-05 23:49:55 +02:00
Notepad_plus.h Fix Tail moniotoring incoherent status after deleting a monitored file 2018-10-05 23:49:55 +02:00
Notepad_plus.rc Clean up 2018-06-24 01:16:01 +02:00
notepad++.exe.manifest Enhance the version detection capacity 2015-12-05 21:39:53 +01:00
NppBigSwitch.cpp Fix Tail moniotoring incoherent status after deleting a monitored file 2018-10-05 23:49:55 +02:00
NppCommands.cpp Fix Tail moniotoring incoherent status after deleting a monitored file 2018-10-05 23:49:55 +02:00
NppIO.cpp Fix Tail moniotoring incoherent status after deleting a monitored file 2018-10-05 23:49:55 +02:00
NppNotification.cpp Add checking MD5 ability in Plugin Admin 2018-09-27 09:56:58 +02:00
Parameters.cpp Fix last active tab is ignored on N++ restart issue 2018-10-03 09:36:44 +02:00
Parameters.h Fix scintilla restoring wrapped buffer issue 2018-10-02 02:52:34 +02:00
resource.h Fix Tail moniotoring incoherent status after deleting a monitored file 2018-10-05 23:49:55 +02:00
rgba_icons.h Make margins dpi aware 2016-08-17 00:12:13 +02:00
shortcuts.xml Cleanup in context menu and Run entries 2018-05-26 00:00:09 +02:00
StaticControl.h [UPDATE] Update the GPL of all project source code to avoid the bundle version made by the tiers sites : cnet, softonic and 01net. 2012-04-15 16:54:38 +00:00
stylers.model.xml Update stylers.xml model 2018-04-13 18:22:57 +02:00
toolbarIcons.xml Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
UniConversion.cpp [UPDATE] Unprecompile headers (part 3) 2015-06-02 18:01:47 +02:00
UniConversion.h [UPDATE] Unprecompile headers (part 3) 2015-06-02 18:01:47 +02:00
userDefineLang.xml Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
Utf8_16.cpp x64 ready 2016-06-05 20:30:22 +02:00
Utf8_16.h x64 ready 2016-06-05 20:30:22 +02:00
Utf8.h [BUG_FIXED] (Author: François-R Boyer) Fix DBCS encodings file saving corruption bug. 2010-08-16 16:52:03 +00:00
winmain.cpp Fixed a crash when trying to launch a secondary instance with string commandline arguments 2018-07-20 03:03:53 +02:00