intellij-arend icon indicating copy to clipboard operation
intellij-arend copied to clipboard

Improve UI around "Project SDK" field in the project wizard

Open marat-rkh opened this issue 3 years ago • 3 comments

image

Project SDK is needed if you want to create a language extension or debug typechecking. It would be nice to add this information to the UI, say, it the form of Inline help text.

Also, <No SDK> is a valid option, so it should not be shown in the red color.

marat-rkh avatar Jan 24 '22 08:01 marat-rkh

Taken from #310.

marat-rkh avatar Jan 24 '22 08:01 marat-rkh

I don't think that the <No SDK> entry should be painted in red color if it is a valid option.

knisht avatar Jan 24 '22 16:01 knisht

Agree. I failed to find an easy way to fix that, this logic is deeply hidden in the platform code. I will try to handle that later. Updated the description.

marat-rkh avatar Jan 24 '22 16:01 marat-rkh

Agree. I failed to find an easy way to fix that, this logic is deeply hidden in the platform code. I will try to handle that later. Updated the description.

Here's the stacktrace pointing out to the code that is responsible for actually painting that combo box item in red. Also doesn't seem very configurable to me.

image

sxhya avatar Oct 10 '23 13:10 sxhya

Won't fix.

sxhya avatar Oct 10 '23 13:10 sxhya