Hello,
If I install 2 cudatext in two different path(like D:\cuda1 and D:\cuda2) and open them at same time,are they totally separated?The settings changed in one instance will not affect another one?
In such case,is there any point need to consider for avoiding some conflict?
Thanks!
Search found 212 matches
- 13.08.2026 01:42
- Forum: General - CudaText
- Topic: open several instance of CudaText
- Replies: 1
- Views: 61
- 04.03.2025 11:43
- Forum: General - CudaText
- Topic: tab key skip empty row
- Replies: 8
- Views: 7466
Re: tab key skip empty row
Good idea,I will try it later.
Thanks!
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?
- 04.03.2025 07:16
- Forum: General - CudaText
- Topic: tab key skip empty row
- Replies: 8
- Views: 7466
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...
- 04.03.2025 05:25
- Forum: General - CudaText
- Topic: tab key skip empty row
- Replies: 8
- Views: 7466
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 ...
- 05.12.2024 01:22
- Forum: General - CudaText
- Topic: tab key skip empty row
- Replies: 8
- Views: 7466
Re: tab key skip empty row
Very sorry for didn't notice that,pictures has been replaced. Thanks for the reminder.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.
- 18.11.2024 14:39
- Forum: General - CudaText
- Topic: tab key skip empty row
- Replies: 8
- Views: 7466
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~
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~
- 21.10.2024 08:22
- Forum: General - CudaText
- Topic: how to run 2 cudatext application on windows
- Replies: 2
- Views: 6111
Re: how to run 2 cudatext application on windows
Thanks,that's it. Also get the term 'instance' now~
- 21.10.2024 01:31
- Forum: General - CudaText
- Topic: how to run 2 cudatext application on windows
- Replies: 2
- Views: 6111
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!
How to run 2 cudatext application on windows?And any points need to notice when run multi cudatex?
Thanks!
- 11.09.2024 02:20
- Forum: Plugins
- Topic: dlg of Find in Files 4 is too large
- Replies: 2
- Views: 9511
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!
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!
- 31.08.2024 02:14
- Forum: Issues solved
- Topic: about *.cuda-proj file
- Replies: 4
- Views: 18761
Re: about *.cuda-proj file
Works well now,Thanks!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).