User Guide

Post Reply
psudostem
Posts: 1
Joined: 19.04.2022 17:15

User Guide

Post by psudostem »

Hi,

I am struggling to use CudaText. I read the wiki and I see a lot of options for plugins, many of which I downloaded. In fact I downloaded all python plugins mentioned.

I am unable to get autocompletion to work. E.g. I type

Code: Select all

print('
I expect to have

Code: Select all

print('')
to be displayed on my editor with the cursor between the 2 quotes. Is this not the way Cudatext works?

Any help will be appreciated.

Cheers
miro.matas
Posts: 67
Joined: 26.08.2013 06:16

Post by miro.matas »

HTH : - )
and please stay on this GREAT editor, it is really smart tool
Attachments
13sec.zip
(1.54 MiB) Downloaded 101 times
auto-pair.png
main Alexey
Posts: 2708
Joined: 25.08.2021 18:15

Post by main Alexey »

1) Yes, to auto-pair '(' and QUOTE on typing, use option "auto_close_brackets". Use "Plugins / Options Editor Lite".
2) plugin Python IntelliSense is not completing quotes! only partial IDs! so you type "pri", call Ctrl+Space, and plugin must suggest "print".
Post Reply