Search found 4 matches

by ilengyel
02.05.2018 07:07
Forum: General - CudaText
Topic: Auto casing?
Replies: 11
Views: 4757

Sorry with late reply, I ended up going with SynWrite since the function hint, parameter list and autocasing gave the full experience I wanted. The only improvement to that I could see is adding support for individual parameter hints as the function args is typed out.
by ilengyel
18.04.2018 00:20
Forum: General - CudaText
Topic: Auto casing?
Replies: 11
Views: 4757

To answer my own question, I have discovered the SynWrite help which has a topic on Auto-completion and "Auto-Correction of Id Case"... I will see if this applies to cudatext too.
by ilengyel
17.04.2018 23:30
Forum: General - CudaText
Topic: Auto casing?
Replies: 11
Views: 4757

Thanks, this will be good for common keywords. I was hoping to also use this for a set of well known identifiers, but I would like to avoid to create a snippet for each (counted in the 100s). Maybe there is a way to have a function list/intellisense for these and any others deemed to be function ide...
by ilengyel
17.04.2018 13:35
Forum: General - CudaText
Topic: Auto casing?
Replies: 11
Views: 4757

Auto casing?

Is it possible to auto case certain keywords? For example, if you type

Code: Select all

for 
the lexer or editor changes the text to

Code: Select all

FOR