Page 1 of 1

User Guide

Posted: 19.04.2022 17:25
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

Posted: 19.04.2022 20:24
by miro.matas
HTH : - )
and please stay on this GREAT editor, it is really smart tool

Posted: 19.04.2022 21:45
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".