Setup SDK notification

How can I trigger the "Project SDK is not defined" notification in code?

0
4 comments
Avatar
Permanently deleted user

Hi all,
Is there a way to hide "Project SDK is not defined" message?
For example, imagine that you develop java runtime, it means that no need to sutup java SDK for this project.
There are other cases when "SDK is not defined" shouldn't be shown.

It affects only IDEA 13 and IDEA 14. Please note all was fine with IDEA12.
Regards, Vasily



Attachment(s):
SDK_is_not_defined.png
0

No, there isn't one. We would expect the percentage of our users using our product to develop a Java runtime to be extremely low, and we aren't aware of any other cases when the message isn't appropriate.

0
Avatar
Permanently deleted user

Ok, I see.

0
Avatar
Permanently deleted user

 My work around, just in case people want to get rid of the warning banner:

* Create a "Python" SDK and set the project to use that 

Since you are work on Java SDK itself, it's unlikely you are going to use IDEA to compile the project any way.  

0

Please sign in to leave a comment.