Commit Graph

11246 Commits

Author SHA1 Message Date
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
Pairi Daiza
8dbdcc9a4d
MUI - Hide Resources folder 2024-12-15 19:43:32 +01:00
Pairi Daiza
58ef1f2d5a
Merge pull request #5353 from hpwamr/Mui_Beta
MUI - Add a dummy file in "np3portableapp" directory
2024-12-15 18:47:44 +01:00
Pairi Daiza
ea3de5b2e5
MUI - Add a dummy file in "np3portableapp" directory 2024-12-15 18:47:10 +01:00
Pairi Daiza
bc5d9c212d
Merge pull request #5352 from hpwamr/Mui_Beta
MUI - Add a dummy file in "np3portableapp"
2024-12-15 18:36:03 +01:00
Pairi Daiza
c97e8d82c5
MUI - Add a dummy file in "np3portableapp" 2024-12-15 17:55:15 +01:00
Pairi Daiza
df86f8bd25
Merge pull request #5351 from hpwamr/Mui_Beta
MUI - Adjust .gitignore file
2024-12-15 17:05:13 +01:00
Pairi Daiza
e95f4765d6
MUI - Adjust .gitignore files (more) 2024-12-15 16:05:59 +01:00
Pairi Daiza
cefde283e7
MUI - Adjust .gitignore file (more) 2024-12-15 15:58:07 +01:00
Pairi Daiza
dd00f73178
MUI - Adjust .gitignore file 2024-12-15 15:43:48 +01:00
Pairi Daiza
d88348077f
Hide divers scripts in Build folders 2024-12-15 15:36:46 +01:00
Pairi Daiza
a199a0c6f3
Merge pull request #5350 from hpwamr/Mui_Beta
Hide "Opera Promotion" page in Notepad3_Setup
2024-12-15 15:32:17 +01:00
Pairi Daiza
a8e65cf46d
Hide "Opera Promotion" page in Notepad3_Setup 2024-12-15 15:31:29 +01:00