Search found 88 matches

by hycmos
16.06.2026 15:16
Forum: General - CudaText
Topic: The scrollbar keeps flickering when typing
Replies: 6
Views: 1103

Re: The scrollbar keeps flickering when typing

I captured a GIF picture.
When I type word "click" between script and script, the scrollbar will flicker.
Please refer to the attached gif file.
cudatext_flicker.gif
by hycmos
16.06.2026 09:39
Forum: General - CudaText
Topic: The scrollbar keeps flickering when typing
Replies: 6
Views: 1103

Re: The scrollbar keeps flickering when typing

There is a function:
Auto-show auto-completion after typing N word-chars (0: disabled).
Option is (mostly) for lexer-specific configs.

This function will also lead the scrollbar to flicker.
Is it because of the small pop-up window?
by hycmos
29.03.2024 07:16
Forum: Issues solved
Topic: freeze long time when delete the content from a huge file
Replies: 4
Views: 17861

Re: freeze long time when delete the content from a huge file

Thanks for your fast debug.
I use Cudatext very much.
by hycmos
29.03.2024 03:08
Forum: Issues solved
Topic: freeze long time when delete the content from a huge file
Replies: 4
Views: 17861

freeze long time when delete the content from a huge file

When I delete all content from a huge file, Cudatext will freeze about 30 seconds. I tested two version 1.211.0.0, 1.201. Both showed the same phenomenon. here is the step how to triger the phenomenon: 1) open one huge file: 16.8M, 603469 lines 2) press keys:Ctrl+A 3) press key:Delete then freeze ab...
by hycmos
25.01.2024 11:39
Forum: Issues solved
Topic: cuda_exttools can not work after 1.208.5.0
Replies: 2
Views: 12763

Re: cuda_exttools can not work after 1.208.5.0

Thank you for the fast reply.
Yes, I update both plugins.
OK now.
by hycmos
25.01.2024 07:37
Forum: Issues solved
Topic: cuda_exttools can not work after 1.208.5.0
Replies: 2
Views: 12763

cuda_exttools can not work after 1.208.5.0

thanks for the new version. but i can not make it works well. when updated from 1.205.0.0 to 1.208.5.0, the cuda_exttools, cuda_macros can not work. so the main menu items "macro", "tools" disappear also the 1.209.0.1. the information is: Init: cuda_exttools Traceback (most recen...
by hycmos
11.10.2022 12:15
Forum: General - CudaText
Topic: how to multireplace with find-replace dialog
Replies: 2
Views: 2468

main Alexey wrote:Cud itself cannot do that. FindInFiles v4 plugin - not sure, I checked its options now, and did not find this too.
OK.
Thank you very much.
by hycmos
11.10.2022 04:16
Forum: General - CudaText
Topic: how to multireplace with find-replace dialog
Replies: 2
Views: 2468

how to multireplace with find-replace dialog

hi, how to replace multiple characters at once using find-replace dialog? for example: "CudaText is a cross-platform text editor, written in Object Pascal" I want to do replace: is-->OK; text-->BAD; in-->Wrong can I write (is:OK;text:BAD;in:Wrong) in the replace dialog ? (like the replace ...
by hycmos
17.05.2022 00:18
Forum: General - CudaText
Topic: Auto Update CudaText
Replies: 12
Views: 7739

Nice, you can add ^ regex modifier to search for NN.NN.NN only at line start. But it shows info about one last version, not N last versions since e.g. 1.160.0. OK, I added the '^' to search at the line start. It makes the result is more accurate. the words in the middle of text will not be matched....
by hycmos
15.05.2022 06:56
Forum: General - CudaText
Topic: Auto Update CudaText
Replies: 12
Views: 7739

could we have at least an auto notification that there is an update available? I have made one plugin by the "Make Plugin" by myself to check the new version. It only have the check function manually. here is the modified code in the __init__.py of this plugin: (just modify the def run() ...