Commit Graph

3723 Commits

Author SHA1 Message Date
rkotten
8903122724 +fix: some more issues around "File Change Monitoring" 2023-03-30 18:19:48 +02:00
METANEOCORTEX\Kotti
ed5334ad0c +fix: issue "file changed on disk" for silent mode on closing 2023-03-29 09:08:32 +02:00
rkotten
e047096596 +enh: Enhanced File-Change Notification Messagebox 2023-03-28 18:50:02 +02:00
rkotten
dd2fd09c20 +fix: Integration and Notification of DirectoryObserver and FileChanged-Polling 2023-03-28 13:44:55 +02:00
rkotten
61dde9e16e +chg: migrate GetTickCount() -> QueryPerformanceCounter() 2023-03-27 20:12:58 +02:00
rkotten
15d30cc394 +add: menu entry to clear change/undo history 2023-03-27 18:12:25 +02:00
METANEOCORTEX\Kotti
3f58c3490c +fix: Oniguruma line-break handling (CRLF & CR) support 2023-03-27 03:01:52 +02:00
METANEOCORTEX\Kotti
d95cff857c + fix: Book/Change-Mmarker search: high prio on Book-Marker 2023-03-24 13:06:23 +01:00
rkotten
7cf648351e +rfc: fallback on LoadIconWithScaleDown() failed 2023-03-22 15:43:57 +01:00
Pairi Daiza
e198455deb
+upd: version info for MS VS2022 (v17.5.3) update 2023-03-21 20:17:09 +01:00
rkotten
a9deca0bc9 +chg: Default Print Colour Mode depending on Dark/Light Mode 2023-03-21 19:04:10 +01:00
rkotten
6739f76c54 +rfc: renaming for Lexer related resource string IDs (defined names) 2023-03-21 14:41:00 +01:00
rkotten
d64176a26d +chg: Verilog: split 'System Tasks' from 'Keywords' 2023-03-21 13:08:45 +01:00
METANEOCORTEX\Kotti
9c4c71696f +add: split II: Verilog Lexer (Verilog and SystemVerilog) 2023-03-20 20:43:39 +01:00
rkotten
277eb02361 +add: split Verilog Lexer (Verilog and SystemVerilog) 2023-03-20 19:12:33 +01:00
rkotten
e5b524ed8c +fix: deprecated settings key-names handling ('FileChaeckInverval') 2023-03-20 17:08:05 +01:00
METANEOCORTEX\Kotti
59d804dbf8 +add: Lexer Verilog HDL 2023-03-19 17:18:14 +01:00
METANEOCORTEX\Kotti
598c168589 +upd: VHDL Lexer 2023-03-19 14:14:23 +01:00
METANEOCORTEX\Kotti
1e89129af8 +fix: notification adjustment in case of externally deleted file
+rfc: minor refactorings
2023-03-17 14:00:36 +01:00
METANEOCORTEX\Kotti
76f7a8fa5a +fix: min. FileCheckInterval 500msec, else notify immediately 2023-03-16 18:20:30 +01:00
METANEOCORTEX\Kotti
798fff57ca +fix: missing file path display name 2023-03-16 10:51:47 +01:00
METANEOCORTEX\Kotti
d7b28774ac +chg: use relaxing default FileCheckInterval (2000[msec]) 2023-03-16 01:09:06 +01:00
METANEOCORTEX\Kotti
a5dca9db14 +fix: _beginthreadex_proc_type correction for Win32(x86) 2023-03-16 00:55:11 +01:00
METANEOCORTEX\Kotti
ff95c43c2a Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master 2023-03-16 00:42:19 +01:00
METANEOCORTEX\Kotti
2eb023b099 +fix: reactivate FileChangeInterval (used on dir changed notification too)
+chg: refactoring: use background worker helper
2023-03-16 00:42:00 +01:00
Pairi Daiza
507d709156
Merge pull request #4653 from RaiKoHoff/Dev_Master
Fix: Shift+Alt+Click on Hyperlink should not fire Hyperlink action
2023-03-15 11:17:06 +01:00
Pairi Daiza
946ed3095d
Merge pull request #4652 from hpwamr/Mui_Beta
MUI - Add/Modify strings for "F/R" in all strings_xx_yy.rc
2023-03-15 10:50:50 +01:00
METANEOCORTEX\Kotti
dfdd887d8c +fix: enhancement Shift+Alt+LClick on Hyperlink should not fire HL action 2023-03-15 10:22:53 +01:00
METANEOCORTEX\Kotti
1b92711731 +fix: Shift+Alt+LClick on Hyperlink should not fire HL action 2023-03-15 10:12:38 +01:00
Pairi Daiza
80d96ebfb6
+upd: version info for MS VS2022 (v17.5.2) update 2023-03-15 09:59:37 +01:00
METANEOCORTEX\Kotti
a187741494 +fix: in case of no file args: open empty doc instead of file open dialog 2023-03-15 09:48:42 +01:00
METANEOCORTEX\Kotti
9c9a2b3df2 +fix: creating new file in current working directory 2023-03-15 01:49:04 +01:00
METANEOCORTEX\Kotti
635efdb2dc +enh: cooperation of Alt+LClick on Hyperlinks vs. extend selection 2023-03-14 22:59:18 +01:00
METANEOCORTEX\Kotti
c811486ffd +chg: use larger color bitmaps within color select buttons (customize schemes) 2023-03-14 22:22:29 +01:00
METANEOCORTEX\Kotti
dc6ca9faad +enh: option to fill empty search text in F/R dialog 2023-03-14 20:31:28 +01:00
METANEOCORTEX\Kotti
a9dc44cc9c +fix: don't reset "dirty flag" after file loading (in case of EOL or indent correction) 2023-03-14 19:28:30 +01:00
METANEOCORTEX\Kotti
789c87e17f +enh: RegExpr enhancements 2023-03-14 17:58:44 +01:00
rkotten
331944852d SCI add SendMessage macro 2023-03-06 18:17:43 +01:00
Pairi Daiza
50cc57012e
Merge pull request #4623 from RaiKoHoff/Dev_Master
Fix: remove session state from default font from list retrieval
2023-03-02 14:04:54 +01:00
rkotten
b89d71dd78 +fix: remove session state from default font from list retrieval 2023-03-02 13:45:35 +01:00
Pairi Daiza
6a5ddc9f56
+upd: version info for MS VS2022 (v17.5.1) update 2023-03-02 00:27:08 +01:00
rkotten
8113301c2e +fix: backward compat. for .ini param 'FileCheckInverval' (typo) 2023-03-01 19:15:28 +01:00
rkotten
222c244556 Merge remote-tracking branch 'upstream/master' into Dev_Master 2023-03-01 18:50:17 +01:00
rkotten
f6c11989c1 +enh: generic font names $Code/$Text prepend by number referring to priority list position 2023-03-01 18:49:54 +01:00
Pairi Daiza
4c292ba033
Merge branch 'Master' into Mui_Beta 2023-03-01 16:49:44 +01:00
Pairi Daiza
aa11e58a41
MUI - Correction typo: "FileCheckInverval=0" instead of "FileCheckInterval=0" 2023-03-01 16:46:10 +01:00
rkotten
e09756f0b9 +rfc: refactorings 2023-03-01 15:51:47 +01:00
rkotten
750364ace0 +enh: Goto next/prev markers: respect last searched markers 2023-03-01 11:13:01 +01:00
rkotten
2707dad476 +fix: find consecutive change marker begin 2023-03-01 10:53:09 +01:00
rkotten
b717041b10 +fix: find marker next/prev 2023-03-01 10:38:32 +01:00