diff --git a/Build/Changes.txt b/Build/Changes.txt index 857fbe5e0..30a9a7959 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 6.24.0228.(build_#) (2024-02-28) +Current BETA/RC Version 6.24.0301.(build_#) (2024-03-01) ======================================================== -------------------------------------------------------- @@ -70,6 +70,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.301.1]- DrawAnimatedWindow: only toggle between system settings and suppress-animation if used in system settings. [.228.1]- Limit width of left dead margin text area to max base font width (char width). [.228.1]- Try to preserve caret position and visible line positions after recoding. [.228.1]- Merging Zufuliu's non Lexilla custom Lexers for Kotlin and Dart. diff --git a/Readme.md b/Readme.md index 846a23781..2df283ca7 100644 --- a/Readme.md +++ b/Readme.md @@ -185,7 +185,8 @@ Specify the default extension for saved files (omit the leading dot, just like t #### `DrawAnimatedWindow=true` Option to enable/disable animated maximum/minimum window. -- 0 or undefined = use system settings, 1 = draw animated, 2 = do not draw animated +- DrawAnimatedWindow=true --> = **use** system settings +- DrawAnimatedWindow=false --> = **do NOT draw** animated regardless of system settings #### `filebrowser.exe=minipath.exe` diff --git a/themes/c6248/16/c6248_White_Default_002.bmp b/themes/c6248/16/c6248_White_16_Default_001.bmp similarity index 100% rename from themes/c6248/16/c6248_White_Default_002.bmp rename to themes/c6248/16/c6248_White_16_Default_001.bmp diff --git a/themes/c6248/16/c6248_White_Disabled_002.bmp b/themes/c6248/16/c6248_White_16_Disabled_001.bmp similarity index 100% rename from themes/c6248/16/c6248_White_Disabled_002.bmp rename to themes/c6248/16/c6248_White_16_Disabled_001.bmp diff --git a/themes/c6248/16/c6248_White_16_Hot_001.bmp b/themes/c6248/16/c6248_White_16_Hot_001.bmp new file mode 100644 index 000000000..fc5251cd9 Binary files /dev/null and b/themes/c6248/16/c6248_White_16_Hot_001.bmp differ diff --git a/themes/c6248/24/c6248_White_24_Default_001.bmp b/themes/c6248/24/c6248_White_24_Default_001.bmp new file mode 100644 index 000000000..28a8df42e Binary files /dev/null and b/themes/c6248/24/c6248_White_24_Default_001.bmp differ diff --git a/themes/c6248/24/c6248_White_24_Disabled_001.bmp b/themes/c6248/24/c6248_White_24_Disabled_001.bmp new file mode 100644 index 000000000..074cb3705 Binary files /dev/null and b/themes/c6248/24/c6248_White_24_Disabled_001.bmp differ diff --git a/themes/c6248/24/c6248_White_24_Hot_001.bmp b/themes/c6248/24/c6248_White_24_Hot_001.bmp new file mode 100644 index 000000000..d5c5df93e Binary files /dev/null and b/themes/c6248/24/c6248_White_24_Hot_001.bmp differ