Search found 40 matches

by king.midas
30.08.2024 11:05
Forum: Plugins
Topic: Plugin "Favorites" dialog increases when opened
Replies: 3
Views: 5477

Re: Plugin "Favorites" dialog increases when opened

main Alexey wrote: 29.08.2024 13:19 I see it too on Linux qt5. fixed. updated in addons-manager.
Thank you! The window has stopped enlarging when opened.
And now it doesn’t remember the sizes, but that doesn’t interfere)

Forgot to specify OS last time: Win10x64
by king.midas
29.08.2024 11:27
Forum: Plugins
Topic: Plugin "Favorites" dialog increases when opened
Replies: 3
Views: 5477

Plugin "Favorites" dialog increases when opened

Each time the dialog opens, it grows larger and larger until it takes up the entire screen.
by king.midas
07.04.2023 14:08
Forum: General - CudaText
Topic: Font size in popup menu (Command pallete, etc)
Replies: 1
Views: 607

Font size in popup menu (Command pallete, etc)

Is there a way to change the font size for all popup menus (Command pallete, lexers, different menus from plugins) other than changing "ui_font_size" (the parameter also changes the size of the tabs, which is not convenient) ?
by king.midas
07.04.2023 13:55
Forum: Lexers
Topic: Lexer for "Todo.txt" syntax
Replies: 5
Views: 7997

Lexer for "Todo.txt" syntax

Hello!

Please, if it's not difficult to create a lexer for "Todo.txt" syntax:
https://github.com/todotxt/todo.txt#tod ... rmat-rules
by king.midas
25.11.2022 08:32
Forum: Plugins
Topic: plugin Spell Checker
Replies: 19
Views: 14935

Also, even if you call the `Remove marks` command, it is impossible to select a word that was misspelled by double-clicking
by king.midas
24.11.2022 12:07
Forum: Plugins
Topic: plugin Spell Checker
Replies: 19
Views: 14935

Hello! Questions: - Is there a setting to turn off all processing on a mouse click so that there is no delay from it? In the RMB menu, there is still no "add to dictionary" item, which is often necessary - There is a problem (checked on an "empty" distribution), only the first wo...
by king.midas
20.09.2022 06:06
Forum: Plugins
Topic: Plugin Tab-Rename
Replies: 5
Views: 1477

main Alexey wrote:I just made CudaText fix for the issue I mentioned ('modified' font color was not cleared on save). will be in Cud 1.171.
Thank you! Now work as expected - "star" removes after saving file
by king.midas
16.09.2022 14:55
Forum: Plugins
Topic: Plugin Tab-Rename
Replies: 5
Views: 1477

Hello! Great plugin if use many tabs, thank you! There is small problem^ after save file in title of program (and windows taskbar) stil exists asterisk "*" (flag "file modified"). If switch tab to another and back, asterisk is gone. This only on "renamed" tabs. In code ...
by king.midas
16.09.2022 14:20
Forum: Plugins
Topic: In CudaExt "Open file by selected name" replace "%20" to " "
Replies: 2
Views: 989

In CudaExt "Open file by selected name" replace "%20" to " "

Hello! In CudaExt exists command "Navigate - Open file by selected name". Local markdown files with links with spaces can contain "%20", that command does not open. Example: [Example](../Files/Example%20Test.md) If in "cd_ext.py" change code(may be ugly...) in function ...
by king.midas
02.08.2021 08:59
Forum: Plugins
Topic: plugin LSP Client
Replies: 18
Views: 5346

Shovel wrote:Thanks. Should be fixed - https://github.com/halfbrained/cuda_lsp
Command now work!
Thank you!