Andrey Ponomarev
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Andrey Ponomarev commented, -
Andrey Ponomarev created a post, Cannot find JDK 'IDEA jdk' for module 'xslt-rt'
Hi,When I compile and run the latest code of IDEA, I get this error:java: Cannot find JDK 'IDEA jdk' for module 'xslt-rt'I followed instructions from README.md and did this steps: Downloaded and in... -
Andrey Ponomarev commented, -
Andrey Ponomarev created a post, Run configuration: "run" and "debug" buttons are disabled
Hi guys,I am adding Run configuration for my plugin.So far I've done these steps: implemented ConfigurationType created MyConfigurationEditor which extends SettingsEditor created MyRunConfiguration...