by omadawn » Tue Aug 07, 2012 9:24 pm
I went through the javadocs looking but hadn't seen anything so I didn't think so. I was just hoping. I figured if it existed it would be language specific and was hoping there was a '.setHighlightUserVariables(boolean)' method on the built in syntax schemes or something I could enable. ^_^
Since it's TCL based and TCL does us the courtesy of using set in front of the creation of variables I suppose I could extend the tokenMaker (Now that I know how. Thank you again) and implement this myself.
Do you have any reasonably straight forward recommendations for how I'd trigger that? IE based on a 'text changed' event or is there some more appropriate event that I should go off in order to avoid seriously bogging down my code?