mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-08-03 19:56:31 -04:00
Сharsets: Updated to 0.4.2 (#196)
30.03.2025 - 0.4.0 - Localization for all system languages - Display all character scales - Abolity to copy character codes - Block on charpage 00 for CP866 - New character code half markers - Navigation using keys (see hotkeys.txt) 03.04.2025 - 0.4.1 - Fixed bug with codes color subscription 04.04.2025 - 0.4.2 - Fixed bug with resetting UTF charpage to zero on double charset swap to CP866 - Improved charpage blocking for CP866 UX - Improved char codes copying UI Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/196 Reviewed-by: Max Logaev <maxlogaev@proton.me> Co-authored-by: Burer <burer@kolibrios.org> Co-committed-by: Burer <burer@kolibrios.org>
This commit is contained in:
parent
fcb9f49785
commit
df0c5d8f48
@ -1,2 +1,4 @@
|
|||||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||||
tup.rule("charsets.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "charsets")
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||||
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||||
|
tup.rule("charsets.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")
|
||||||
|
@ -31,3 +31,19 @@ Development history
|
|||||||
- Renamed to Charsets Viewer/Charsets
|
- Renamed to Charsets Viewer/Charsets
|
||||||
- Symbol highlight UI tweaks
|
- Symbol highlight UI tweaks
|
||||||
- Fixed rolled up bug
|
- Fixed rolled up bug
|
||||||
|
|
||||||
|
30.03.2025 - 0.4.0
|
||||||
|
- Localization for all system languages
|
||||||
|
- Display all character scales
|
||||||
|
- Abolity to copy character codes
|
||||||
|
- Block on charpage 00 for CP866
|
||||||
|
- New character code half markers
|
||||||
|
- Navigation using keys (see hotkeys.txt)
|
||||||
|
|
||||||
|
03.04.2025 - 0.4.1
|
||||||
|
- Fixed bug with codes color subscription
|
||||||
|
|
||||||
|
04.04.2025 - 0.4.2
|
||||||
|
- Fixed bug with resetting UTF charpage to zero on double charset swap to CP866
|
||||||
|
- Improved charpage blocking for CP866 UX
|
||||||
|
- Improved char codes copying UI
|
||||||
|
File diff suppressed because it is too large
Load Diff
12
programs/develop/charsets/hotkeys.txt
Normal file
12
programs/develop/charsets/hotkeys.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Control hotkeys
|
||||||
|
|
||||||
|
- Navigate inside charpage:
|
||||||
|
- Arrows
|
||||||
|
- Num2/4/6/8
|
||||||
|
|
||||||
|
- Navigation between charpages:
|
||||||
|
- PgDN, PgUP - previous/next page
|
||||||
|
- Num0, Home - reset page to zero
|
||||||
|
|
||||||
|
- Change symbol scale:
|
||||||
|
- Num- and Num+
|
Loading…
x
Reference in New Issue
Block a user