Upper case with auto complete

Syntax highlighting, code folding, brace matching, code indenting, and function list

Upper case with auto complete

Postby maurizio » Wed Aug 01, 2007 2:50 pm

In wordfile I use "NoCase" and all the key words are in upper case, but when I type (in upper case ) all the key words are proposed in lower case.
Is it possible to have them proposed in UPPER case?

Regards Maurizio
User avatar
maurizio
Newbie
 
Posts: 4
Joined: Mon Jun 25, 2007 11:00 pm

Re: Upper case with auto complete

Postby Mofi » Wed Aug 01, 2007 3:12 pm

You use hopefully Nocase because NoCase is an unknown keyword for the syntax highlighting engine.

But the answer to your question is: NO.

If the language definition is not case sensitive, UltraEdit loads the keywords to memory and automatically converts them all to lower case during load. That's what I think what happens. I'm not a developer of UltraEdit. This is definitely not a good method because of "wrong" words for auto-completion.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4058
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Syntax Highlighting