Merge pull request #4588 from hpwamr/Mui_Beta

MUI - Commit for "v6.23.224.1 beta" and "Changes.txt"
This commit is contained in:
Pairi Daiza 2023-02-24 22:16:13 +01:00 committed by GitHub
commit f5019d7b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 9 deletions

View File

@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 6.23.223.(build_#) (2023-02-23)
Current BETA/RC Version 6.23.224.(build_#) (2023-02-24)
========================================================
--------------------------------------------------------
@ -50,7 +50,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.223.1]- Remove (Ch) in Toolbar because values are almost equal with (Col) .
[.224.1]- Make Code/Text font priority list configurable.
[.224.1]- Enhance Display of Unicode Point.
[.223.1]- In Statusbar remove "Ch" because the values are almost similar with "Col".
[.223.1]- Use change-history-markers for bookmark find next/previous.
[.223.1]- Enhancement for auto-close char-pairs.
[.221.1]- All "Margins and Line Numbers" to "font:Consolas; size:-2; fore:#008080".
@ -62,6 +64,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.224.1]- SplitUndoTypingSeqOnLnBreak and UndoTransactionTimeout.
[.223.1]- Minor changes for Unicode Point display.
[.221.1]- Repair jump to line (Alt+Click) and related command line search.
[.221.1]- Correction to LineSpace evaluation TEXT files.
@ -83,10 +86,10 @@ REMOVED:
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
[.223.1]- Update grepWinNP3 (GRE) version 2.1.12.43 (2023-02-22).
[.224.1]- Update grepWinNP3 (GRE) version 2.1.13.44 (2023-02-24).
[.224.1]- Update Oniguruma Regex (ONI) engine version 6.9.9 (2023-02-21).
[.224.1]- Update Scintilla Library (SCI) version 5.3.3 (2023-02-08).
[1213.1]- Update MiniPath (MIN) version 1.0.2.191 (2022-12-13).
[1212.1]- Update Oniguruma Regex (ONI) engine version 6.9.9 (2022-12-09).
[1212.1]- Update Scintilla Library (SCI) version 5.3.2 (2022-12-06).
[1212.1]- Update Lexilla Library (LEX) version 5.2.1 (2022-12-06).
--------------------------------------------------------

View File

@ -390,9 +390,8 @@ If the string contains spaces, you have to double-quote it,
#### `CurrentLineVerticalSlop=5`
#### `UndoTransactionTimeout=0`
#### `UndoTransactionTimeout=0` ;in [ms]
UndoTransactionTimeout is in milliseconds [ms].
UndoTransactionTimeout=1 (will be clamped to 10ms min.) will separate nearly every keystroke as single undo action.
(UndoTransactionTimeout=0 will switch this timer OFF)
@ -431,11 +430,11 @@ New parameter "[Settings2] ExitOnESCSkipLevel = 2"
- Level 1 : ESC cancels message-box and ignores Selection.
- Level 0 : ESC cancels all states and proceeds to Exit (if configured).
#### `ZoomTooltipTimeout=3200`
#### `ZoomTooltipTimeout=3200` ;in [ms]
- A value of zero (0) (or less than 100 ms) will disable the tooltip display.
#### `WrapAroundTooltipTimeout=2000`
#### `WrapAroundTooltipTimeout=2000` ;in [ms]
- A value of zero (0) (or less than 100 ms) will disable the tooltip display.
@ -468,6 +467,10 @@ You can specify more command line parameter for the app here. The token `${URL}`
- `ShellExecuteEx()::lpVerb (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")`
#### `CodeFontPrefPrioList="Cascadia Code,Cascadia Mono,Cousine,Fira Code,Source Code Pro,Roboto Mono,DejaVu Sans Mono,Inconsolata,Consolas,Lucida Console"`
#### `TextFontPrefPrioList="Cascadia Mono,Cousine,Roboto Mono,DejaVu Sans Mono,Inconsolata,Consolas,Lucida Console"`
## **`[Statusbar Settings]`**