Launch Scene without launching IDE

I must launch IDE a lot of times while testing my custom UI. Is exists some way to launch lightweight scene like in pure swing?

0
3 comments

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.

0

It depends on components from

import com.intellij.ui.*
0

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.

0

Please sign in to leave a comment.