omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Only instantiate the iRulesTokenMaker once #102

Open omadawn opened 12 years ago

omadawn commented 12 years ago

Looks like I'm instantiating a new token maker for every editor pane. Let's only do this once and share the same one.

Perhaps we could have some way to specify that it uses the default unless overridden with some other specified one and then the interface could have an option to enable specific syntax settings on specific iRules the way eclipse has 'project specific settings.'