Search found 3 matches
- 09.04.2019 18:18
- Forum: General - CudaText
- Topic: 'Expand selection to word' does not work as expected
- Replies: 6
- Views: 2144
- 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...
- 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...