How To Make CudaText Menu Larger

Post Reply
Ambassador
Posts: 2
Joined: 31.03.2022 20:27

How To Make CudaText Menu Larger

Post by Ambassador »

After trying several editors the CudaText editor was discovered a few days ago, and CudaText is terrific for the tasks addressed by this author. However, a means of increasing the size of the CudaText menu options (e.g., File, Edit, Selection, Search, View, Plugins, Options, Help, and the associated sub menus) has not been found. Your instruction regarding increasing the menu text size would be greatly appreciated.

Incidentally; on another topic entirely, why does UVviewsoft choose to host this forum without a standard (some even free like Let's Encrypt, etc.) SSL? While registering with this forum today, numerous warnings appeared stating that the password and all other entries here are open - not secured - by this host.
main Alexey
Posts: 2684
Joined: 25.08.2021 18:15

Post by main Alexey »

> Your instruction regarding increasing the menu text size would be greatly appreciated.

On non-Windows, you cannot increase that font size.
On Windows: use the option
"ui_menu_themed_font_size"
together with
"ui_menu_themed":true

In the file settings/user.json.
main Alexey
Posts: 2684
Joined: 25.08.2021 18:15

Post by main Alexey »

>why does UVviewsoft choose to host this forum without a standard (some even free like Let's Encrypt, etc.) SSL?

we can migrate to the HTTPS on SourceForge only with side effects-- updating PHP to 7.x . It may break our forum and some of its features. SF.net suggests to update HTTP->HTTPS only with that side effect.
Ambassador
Posts: 2
Joined: 31.03.2022 20:27

Post by Ambassador »

Thank you main Alexey for your reply.
The two lines:

"ui_menu_themed_font_size" : 14,
"ui_menu_themed": true

were added to the file, and the menu's font size did increase. However,

1. The menu line's height did not increase so the menu was partially obscured, and

2. The menu items themselves became written atop each other - the horizontal spacing did not change accordingly

It's as if the associated CSS line height and letter/word spacing remained unchanged which; of course, makes the menu unreadable.
main Alexey
Posts: 2684
Joined: 25.08.2021 18:15

Post by main Alexey »

Thanks for the report, I wrote it to the https://github.com/Alexey-T/CudaText/issues/4043
to not forget.
main Alexey
Posts: 2684
Joined: 25.08.2021 18:15

Post by main Alexey »

I tried to fix that, and here is beta version, 1.160.0.0c,
http://uvviewsoft.com/c/
main Alexey
Posts: 2684
Joined: 25.08.2021 18:15

Post by main Alexey »

I still see the that main-menu-bar is still of the old height. that is minor thing whcih I cannot solve yet.
but spacing between menu items is okay now.
Post Reply