Search found 3 matches

by dpd
09.04.2019 18:18
Forum: General - CudaText
Topic: 'Expand selection to word' does not work as expected
Replies: 6
Views: 2144

So "expand selection to word" cmd cannot help in this case. You need to do Find, and enter some regex, and press [Select all] button. Thanks Alexey. I quickly took a look at python api and it should make possible what I want. CudaText made really good impression on me so if I find some ti...
by dpd
09.04.2019 14:52
Forum: General - CudaText
Topic: 'Expand selection to word' does not work as expected
Replies: 6
Views: 2144

Thank you for very prompt replies, @Alexey I know how 'exapnd selection to word' works in CudaText, but if my modify my example text like this it won't work anymore (i want to change aa and ab in this case to da and db): def labelLeft1 aa def labelRight1 ba def labelLeft2 ab def labelRight2 bb def l...
by dpd
09.04.2019 10:27
Forum: General - CudaText
Topic: 'Expand selection to word' does not work as expected
Replies: 6
Views: 2144

'Expand selection to word' does not work as expected

Hello, I'm not sure it is a bug or just a limitation but let me explain the issue: I have such a text file. def labelLeft1 aa def labelRight1 bb def labelLeft2 aa def labelRight2 bb def labelLeft3 aa def labelRight3 bb I want to change 'def labelLeft1' and 'def labelLeft2' from 'aa' to 'cc' and leav...