javascript - How can an Eclipse plugin programmatically change JSDT's default formatter template? -


i'm developing plugin extends eclipse jsdt , change default profile javascript formatter (so plugin users don't need preferences->javascript->code style->formatter->import)

i couldn't find obvious jsdt extension points. there way plugin or need own rebuild of jsdt?

it seems there no way extend. anyway, because of issue , few other fixes need haven't yet made jsdt, decided include forked copy of jsdt in plugin. , formatting improvement takes 2 changed lines: enter image description here


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -