Ted and its keywords

Monkey Forums/Monkey Programming/Ted and its keywords

Nicholas Peanut(Posted 2012) [#1]
I was wondering if their is an option to 'add' keywords to Ted ..
for example I'd like DrawText, SetColor and DrawRect to be another color then my homegrown methods.

same with native classes vs my own

or even easier question : why is 'Print' a colored keyword while 'Rnd' is not ?

I looked under the bin folder but I only saw a ini file that didn't have keywords.

is there any way to add them myself otherwise ?


edit: Some snooping in the sources got me to /src/ted/codeeditor.cpp [445]
const QString &kws.

So that's probably not possible without recompiling then...


AdamRedwoods(Posted 2012) [#2]
yeah, the old Monk and now Ted need to offload some of those hard-coded options to a .ini file.