Edit Custom Properties/VM Options grayed out

Is it possible to edit custom properties in the plugin ide window. See screenshot below.

 

0
10 comments

Did you specify custom property idea.paths.selector to configure config directory?

0

Where do I set this property?

0

Yann Cebron I am talking about the IDE that opens when you run your plugin. Thanks

0

I created a file like this, ~/.IdeaIC2019.3/system/plugins-sandbox/idea.properties

 

It has no impact.

0

Please try modifying the run configuration for your plugin instead. If you're using Devkit approach, parameters can be set in run configuration dialog directly. When using Gradle, see https://github.com/JetBrains/gradle-intellij-plugin/blob/master/FAQ.md#how-to-modify-jvm-arguments-of-runide-task

0

I am using Devkit. I tried passing the parameter as 'Program Arguments' but it didn't work.

0

DId you use "-Dproperty.name" notation? Also note that VM options must be specified in dedicated field

0

-D option works. Thanks

0

Please sign in to leave a comment.