Search found 86 matches

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: 7624

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: 7624

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: 6941

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: 6941

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: 750

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: 750

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: 1945

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: 1945

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() ...
by hycmos
27.09.2021 00:40
Forum: Issues solved
Topic: Highlight big documents by 'Highlight Occurrences' and Lexer
Replies: 16
Views: 3089

Thanks.
Mouse hover function works well. It comes back.
by hycmos
02.07.2021 00:05
Forum: Issues solved
Topic: Highlight big documents by 'Highlight Occurrences' and Lexer
Replies: 16
Views: 3089

uvviewsoft wrote:Quote:
1.135.0 (2021/06)
- fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
OK. Thanks this information.
Hope this will be improved in the future.