Do you mean that you have a plugin with custom UI? If that UI doesn't depend on the IDE core, you can write separate main() method that launches just the UI, that should be very fast.
Then the answer depends on whether these specific components require Application running. The only way to find that out is to try creating them, as I suggested.
Do you mean that you have a plugin with custom UI? If that UI doesn't depend on the IDE core, you can write separate main() method that launches just the UI, that should be very fast.
It depends on components from
Then the answer depends on whether these specific components require Application running. The only way to find that out is to try creating them, as I suggested.