How do I use SWT-related components in my plug-in?

Answered

Hello,

I have a problem with an eclipse plug-in that I need to migrate to idea or rewrite, where the eclipse plug-in uses the dialog component of the font provided by swt. In order to ensure the consistency of maintenance data for developers, I need to integrate swt with idea and use this font selector.

Now I am facing the problem that because idea is AWT, the thread is not uniform. Could you help me solve this problem? Or does idea provide an api to connect to SWTS, or build a bridge to connect and transform them

 

0
1 comment

Hi,

There is no official solution for using SWT in IntelliJ Platform plugins and it is not recommended. I suggest rewriting this component to Swing.

0

Please sign in to leave a comment.