I'm developing a plugin that extends Eclipse JSDT and would like to change the default profile for the JavaScript Formatter (so that my plugin users don't need to do a Preferences->JavaScript->Code Style->Formatter->Import)
I couldn't find any obvious JSDT extension points. Is there any way to do it from my plugin or do I need to do my own rebuild of JSDT?