Search found 211 matches

by SamC
04.03.2025 11:43
Forum: General - CudaText
Topic: tab key skip empty row
Replies: 8
Views: 2946

Re: tab key skip empty row

Good idea,I will try it later.
Thanks!
main Alexey wrote: 04.03.2025 07:45
it is possible to filter out empty lines from selection block. in python if 'block' is list of lines, then

block = [s for s in block if s]

will filter out empty lines from 'block'.
can you adapt ExTerminal?
by SamC
04.03.2025 07:16
Forum: General - CudaText
Topic: tab key skip empty row
Replies: 8
Views: 2946

Re: tab key skip empty row

Sure, in python IDE,the empty lines can be handled properly. However,sometimes,I use cuda plugin "exterminal " to run python script. This plugin is with a command called run selection,in this case,if the selection is with empty row which is not properly indented,the script will throw error...
by SamC
04.03.2025 05:25
Forum: General - CudaText
Topic: tab key skip empty row
Replies: 8
Views: 2946

Re: tab key skip empty row

sorry for the long delay. I forgot about this topic. now I see that Tab-key on selection makes 'Indent selection' command. and this command skips empty lines in selection. it is like in SublimeText 4. do you suggest to indent also empty lines? it will be bad IMO. why to do this? It's mainly due to ...
by SamC
05.12.2024 01:22
Forum: General - CudaText
Topic: tab key skip empty row
Replies: 8
Views: 2946

Re: tab key skip empty row

main Alexey wrote: 04.12.2024 16:15 i don't like that you post pictures with 13 number.
if you do it I wont help you.
Very sorry for didn't notice that,pictures has been replaced. Thanks for the reminder.
by SamC
18.11.2024 14:39
Forum: General - CudaText
Topic: tab key skip empty row
Replies: 8
Views: 2946

tab key skip empty row

Hello,
When select multi-lines and use tab key,the empty line will be skipped. Is there an option can make tab key works for empty line?
Thanks~
PPL_2024-12-05_09-19-30.gif
by SamC
21.10.2024 08:22
Forum: General - CudaText
Topic: how to run 2 cudatext application on windows
Replies: 2
Views: 3857

Re: how to run 2 cudatext application on windows

Thanks,that's it. Also get the term 'instance' now~
by SamC
21.10.2024 01:31
Forum: General - CudaText
Topic: how to run 2 cudatext application on windows
Replies: 2
Views: 3857

how to run 2 cudatext application on windows

Hello,
How to run 2 cudatext application on windows?And any points need to notice when run multi cudatex?
Thanks!
by SamC
11.09.2024 02:20
Forum: Plugins
Topic: dlg of Find in Files 4 is too large
Replies: 2
Views: 6307

dlg of Find in Files 4 is too large

Hello,
When open find in file4 plugin, the window size is too larger. Its size seems to be 2 times of my screen,as I have two screens.
It seems can't remember the last size user set.
Thanks!
by SamC
31.08.2024 02:14
Forum: Issues solved
Topic: about *.cuda-proj file
Replies: 4
Views: 10551

Re: about *.cuda-proj file

main Alexey wrote: 30.08.2024 10:32 fixed it now.
get updated file from https://github.com/Alexey-T/CudaText/tree/master/app/py
(check that you got NOT HTML content).
Works well now,Thanks!
by SamC
30.08.2024 09:41
Forum: Issues solved
Topic: about *.cuda-proj file
Replies: 4
Views: 10551

Re: about *.cuda-proj file

OK, will be changed like this. do it on your copy of py/cuda_project_man/__init__.py, remove this: for fn in bads: self.project["nodes"].remove(fn) It seems some more modification for on_start should be done. Thanks! Traceback (most recent call last): File "C:\cudatext\py\cuda_projec...