Skip to content

Commit 891a7a5

Browse files
authored
Merge pull request #5145 from hpwamr/Mui_Beta
Preparation Version files for "Release_Candidate_6.24.307.1 rc2"
2 parents 970c728 + ac1bbbc commit 891a7a5

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Build/Changes.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
3434

3535

3636
========================================================
37-
Current BETA/RC Version 6.24.0302.(build_#) (2024-03-02)
37+
Current BETA/RC Version 6.24.0307.(build_#) (2024-03-07)
3838
========================================================
3939

4040
--------------------------------------------------------
4141
NEW:
4242
--------------------------------------------------------
4343
[.###.#]- .
44+
[.307.1]- Option to choose between sub-line and whole-line selection on line-number margin click.
4445
[.111.1]- Allow selected lines movement for rectangular selection also.
4546
[.111.1]- Add detection of Windows 11 Version information.
4647
[.927.1]- Update "grepWinNP3" from current "grepWin" dev (GRE).
@@ -70,7 +71,9 @@ NEW:
7071
CHANGES:
7172
--------------------------------------------------------
7273
[.###.#]- .
73-
[.302.1]- RegEx syntax for horizontal space matching.
74+
[.307.1]- Line number margin option: switched from sub-line selection to whole-line selection.
75+
[.307.1]- [internal] Change memory copy method.
76+
[.302.1]- RegEx syntax for horizontal space matching (ONI).
7477
[.301.1]- DrawAnimatedWindow: only toggle between system settings and suppress-animation if used in system settings.
7578
[.228.1]- Limit width of left dead margin text area to max base font width (char width).
7679
[.228.1]- Try to preserve caret position and visible line positions after recoding.
@@ -111,7 +114,7 @@ CHANGES:
111114
[.320.1]- Dialog windows with special system menu: add 'burger' symbol.
112115
[.320.1]- Use relaxing default FileCheckInterval (2000[msec]).
113116
[.320.1]- Refactoring: use background worker helper.
114-
[.315.1]- RegExpr enhancements.
117+
[.315.1]- RegExpr enhancements (ONI).
115118
[.315.1]- Use larger color bitmaps within color select buttons (customize schemes).
116119
[.315.1]- SCI add SendMessage macro (SCI).
117120
[.301.1]- Generic font names $Code/$Text prepend by number referring to priority list position.
@@ -131,13 +134,15 @@ CHANGES:
131134
FIXES:
132135
--------------------------------------------------------
133136
[.###.#]- .
134-
[.302.2]- Regression: RegEx: find previous line start (^) - skips empty lines.
137+
[.307.1]- Tinyexpr: integer values always shown in abs() format.
138+
[.307.1]- Remove duplicate lines.
139+
[.302.2]- Regression: RegEx: find previous line start (^) - skips empty lines (ONI).
135140
[.302.1]- Toolbar missing if started minimized.
136141
[.302.1]- TAB selection on empty line.
137142
[.302.1]- Regression:Initial show NP3 window minimized.
138143
[.228.1]- Preserve caret position after re-encoding.
139144
[.227.1]- Need PostMessage(WM_THEMECHANGED) event after recoding document.
140-
[.227.1]- Regex dot(.) not matching linefeed(LF)/newline character, if not enabled for line-breaks.
145+
[.227.1]- Regex dot(.) not matching linefeed(LF)/newline character, if not enabled for line-breaks (ONI).
141146
[.224.1]- Settings2:DrawAnimatedWindow - support system settings.
142147
[.224.1]- Correction for settings2 DrawAnimatedWindow.
143148
[.111.1]- Horizontal mouse wheel scrolling direction.
@@ -223,9 +228,9 @@ REMOVED:
223228
--------------------------------------------------------
224229
CHANGES Versions in Tools or Libraries:
225230
--------------------------------------------------------
231+
[.307.1]- Update Lexilla Library (LEX) version 5.3.1 dev. (2024-03-05).
232+
[.307.1]- Update Scintilla Library (SCI) version 5.4.2 dev. (2024-03-05).
226233
[.101.1]- Update grepWinNP3 (GRE) version 2.1.15.48 (2024-01-10).
227-
[.101.1]- Update Lexilla Library (LEX) version 5.3.0 dev. (2023-12-27).
228-
[.101.1]- Update Scintilla Library (SCI) version 5.4.1 dev. (2023-12-27).
229234
[.101.1]- Update Oniguruma Regex (ONI) engine version 6.9.9 (2023-10-14).
230235
[1213.1]- Update MiniPath (MIN) version 1.0.2.191 (2022-12-13).
231236

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@ See Replacing Windows Notepad for detailed explanations.
355355
This items are managed by Notepad3.
356356
- `Menu->View->Position->Sticky Window Position` (Will remember current window position on restart, instead of last closed position (save on exit))
357357

358+
#### `SubWrappedLineSelectOnMarginClick=false`
359+
360+
Set to `true` to revert to old selection behavior:
361+
- 1 click on line-number margin selects the entire corresponding line
362+
- 1 double click on line-number margin selects the entire line with all sub-lines.
363+
358364
#### `LaunchInstanceWndPosOffset=28`
359365

360366
#### `LaunchInstanceFullVisible=true`

0 commit comments

Comments
 (0)