Syntax hi-lighting

Hi

Is there a way to enable syntax hi-lighting while editing scripts like in the console? If not, where do I submit a feature request?

R

if you edit scripts in console, then hi-lighting should work. If you start to have discolouration try to press F5 to refresh, if that does not help, you have error in script you are writing.

Shweet, thats perfect!

For anyone else, do this in console to edit your scripts with syntax hi-lighting on.

/system script print brief ; # gives a list of scripts that can be edited
/system script edit "name of script here" source ; # edit a script

Thanks again MT guys!

R :sunglasses: