Commit Graph

11258 Commits

Author SHA1 Message Date
Pairi Daiza
aa9dfe5647
Merge pull request #5391 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.13.2) update
2025-02-27 09:48:18 +01:00
Pairi Daiza
fcfc978a34
+upd: version info for MS VS2022 (v17.13.2) update 2025-02-27 09:24:33 +01:00
Pairi Daiza
ca97745a9d
Merge pull request #5389 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.13.1) update
2025-02-20 22:33:25 +01:00
Pairi Daiza
d3f105e9c1
+upd: version info for MS VS2022 (v17.13.1) update 2025-02-20 19:20:18 +01:00
Pairi Daiza
ca6fba42cc
Merge pull request #5387 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.25.216.1 beta"
2025-02-16 09:49:44 +01:00
Pairi Daiza
9a442e643a
MUI - Commit before release build "Notepad3 6.25.216.1 beta" 2025-02-16 09:22:31 +01:00
Pairi Daiza
255a32dc4e
Merge pull request #5386 from RaiKoHoff/Dev_Master
FileChandedIndicator and FileDeletedIndicator may be 30 chars long
2025-02-15 09:39:33 +01:00
METANEOCORTEX\Kotti
b3b169e79e +chg: FileChandedIndicator and FileDeletedIndicator may be 30 chars long
+ fix: vc143 compiler issue for grepWin
2025-02-15 08:09:38 +01:00
Pairi Daiza
ba28a081d0
Merge pull request #5384 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.13.0) update
2025-02-12 08:11:27 +01:00
Pairi Daiza
05cdbc0142
+upd: version info for MS VS2022 (v17.13.0) update 2025-02-12 07:09:16 +01:00
Pairi Daiza
9cf33023ab
Merge pull request #5383 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.25.209.1 beta"
2025-02-09 20:04:53 +01:00
Pairi Daiza
f0055eba8f
MUI - Commit before release build "Notepad3 6.25.209.1 beta" 2025-02-09 19:40:38 +01:00
Pairi Daiza
dac1ff737b
Merge pull request #5382 from RaiKoHoff/Dev_Master
Update Bars - check for changed filename always
2025-02-09 14:56:51 +01:00
METANEOCORTEX\Kotti
827da03184 fix: Update Toolbar - check for changed Filename always 2025-02-09 12:17:38 +01:00
Pairi Daiza
8edaeaa212
Merge pull request #5380 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.25.203.1 beta"
2025-02-03 11:30:51 +01:00
Pairi Daiza
6e9e0b2127
MUI - Commit before release build "Notepad3 6.25.203.1 beta" 2025-02-03 11:03:33 +01:00
Pairi Daiza
d271bffec7
Merge pull request #5379 from RaiKoHoff/Dev_Master
Adapt to new Scintilla API functions and bugfixing
2025-02-02 22:56:58 +01:00
METANEOCORTEX\Kotti
38db3c1507 fix: titlebar changes (file name instead of simple hash 2025-02-02 22:27:24 +01:00
METANEOCORTEX\Kotti
81649bbd77 fix: reload arguments after changing own settings files 2025-02-02 20:56:31 +01:00
METANEOCORTEX\Kotti
523ef08619 +fix: utilize new Scintilla (v5.5.2) API SCI_SETCOPYSEPARATOR 2025-02-02 19:03:53 +01:00
METANEOCORTEX\Kotti
9dbc0aecbc Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master 2025-02-02 18:14:28 +01:00
METANEOCORTEX\Kotti
362ebcefd8 +fix: utilize Sci v5.5.2 new API SCI_GETUNDOSEQUENCE 2025-02-02 18:14:08 +01:00
Pairi Daiza
a5e562bbea
Merge pull request #5378 from hpwamr/Mui_Beta
MUI - for "OpenCL",  add the "CL" extension in "C/C++ Source Code" Lexer
2025-02-02 17:59:46 +01:00
Pairi Daiza
ced86602a0
MUI - for OpenCL C API, add the "CL" extension in "C/C++ Source Code" Lexer 2025-02-02 17:24:48 +01:00
Pairi Daiza
fed2ed07a0
Merge pull request #5377 from RaiKoHoff/Dev_Master
Updates: Lexilla v5.4.2, Scintilla v5.5.4
2025-02-02 16:22:33 +01:00
METANEOCORTEX\Kotti
4c1add22c0 +upd: Scintilla v5.5.4 2025-02-02 13:06:07 +01:00
METANEOCORTEX\Kotti
5744dd52f6 +upd: Lexilla 5.4.2 2025-02-01 14:03:59 +01:00
Pairi Daiza
1ee63e7be5
Merge pull request #5376 from refack/batch-missing
add missing symbol 'disabledelayedexpansion'
2025-01-31 15:03:20 +01:00
Refael Ackermann
c53b97c6f3 add missing symbol 'disabledelayedexpansion' 2025-01-29 18:11:55 -05:00
Pairi Daiza
fe437aaf84
Merge pull request #5373 from lhmouse/master
Recover cursor state when editor window loses focus
2025-01-23 09:58:12 +01:00
LIU Hao
c3f2ec8fb6
Recover cursor state when editor window loses focus
The show count [1] of the mouse cursor, controlled by `ShowCursor()`, is
thread-local and has an effect only when the cursor is above a window of the
same thread. On the other hand, `GetCursorInfo()` reports the asynchronous
state of the cursor, which may be outside the editor window and doesn't
reflect the show count of our thread.

So, it is incorrect to manipulate the show count according to the result of
`GetCursorInfo()`. This commit reverts relevant changes about `cursorIsHidden`
in upstream Scintilla.

When the editor window loses focus but the cursor is not above it, the system
does not send a `WM_MOUSELEAVE` notification. So we also have to recover the
cursor state in `WM_KILLFOCUS`.

This closes https://github.com/rizonesoft/Notepad3/issues/5369

[1] https://devblogs.microsoft.com/oldnewthing/20091217-00/?p=15643

Signed-off-by: LIU Hao <lh_mouse@126.com>
2025-01-23 11:09:15 +08:00
Pairi Daiza
20c007bc1b
Merge pull request #5370 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.12.4) update
2025-01-15 11:58:14 +01:00
Pairi Daiza
85dfa227ad
+upd: version info for MS VS2022 (v17.12.4) update 2025-01-15 11:38:21 +01:00
Pairi Daiza
02a9b72fff
Merge pull request #5368 from hpwamr/Mui_Beta
+ chg: Rizonesoft Copyright © 2008-2024 to year "2008-2025"
2025-01-01 11:41:31 +01:00
Pairi Daiza
f8893c0b83
+ chg: Rizonesoft Copyright © 2008-2024 to year "2008-2025" 2025-01-01 09:31:47 +01:00
Pairi Daiza
ff33e11996
Merge pull request #5360 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.1222.1 beta"
2024-12-22 10:32:22 +01:00
Pairi Daiza
afca43481b
MUI - Commit before release build "Notepad3 6.24.1222.1 beta"
- Correction of Rizonesoft's URL
2024-12-22 09:41:56 +01:00
Derick Payne
94bdd2fbad
Update Readme.md 2024-12-21 15:03:36 +02:00
Derick Payne
6a351ef504
Update Readme.md 2024-12-21 14:59:32 +02:00
Pairi Daiza
6751b1e78c
Merge pull request #5358 from hpwamr/Mui_Beta
Preparation Version files for Release_6.24.1221.1
2024-12-21 10:28:24 +01:00
Pairi Daiza
0131e17b73
Preparation Version files for Release_6.24.1221.1 2024-12-21 09:52:58 +01:00
Pairi Daiza
cb6d14ed64
Merge pull request #5357 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.1219.2 rc3"
2024-12-19 21:04:06 +01:00
Pairi Daiza
38e0bac6e6
MUI - Commit before release build "Notepad3 6.24.1219.2 rc3"
- Fix: Language files missing in Notepad3 portable version
2024-12-19 20:46:42 +01:00
Pairi Daiza
2d0d91140a
Update Changes.txt 2024-12-19 10:24:38 +01:00
Pairi Daiza
7e434abb61
Merge pull request #5356 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.1219.1 rc3"
2024-12-19 10:21:27 +01:00
Pairi Daiza
ccc34d7038
MUI - Commit before release build "Notepad3 6.24.1219.1 rc3" 2024-12-19 09:57:36 +01:00
Pairi Daiza
d9c2d090a8
Merge pull request #5355 from hpwamr/Mui_Beta
MUI - Update ".gitignore" file
2024-12-16 10:45:45 +01:00
Pairi Daiza
4323167b16
MUI - Update ".gitignore" file 2024-12-16 10:14:43 +01:00
Pairi Daiza
85321dc2e2
Merge pull request #5354 from hpwamr/Mui_Beta
MUI - Update .gitignore file
2024-12-15 20:06:45 +01:00
Pairi Daiza
ddb595a084
MUI - Update .gitignore file 2024-12-15 19:45:08 +01:00