mercedes-benz/sechub-plugin-intellij

UI refactoring - plugin shall use IntelliJ components to look more "native plugin"

de-jcup opened this issue · 0 comments

Situation

The tool windows was initially designed with the UI designer of IntelliJ

Unfortunately the designer uses not the components provided by IntellJ but uses simple Swing components instead.

Means we have a plugin which does not look like "normal".

Wanted

The plugin shall look more "normal"

Solution

  • rewrite the tool window content, do it programmatically
  • change UI to look more typical