Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mark Jones
Total activity
30
Last activity
November 14, 2024 20:28
Member since
March 02, 2021 14:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
9
Activity overview
Posts (8)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
February 01, 2024 16:25
It was lombok @Gettter/@Setter on the class instead of the 3 fields I care about.This line is what helped me figure it out:https://github.com/JetBrains/intellij-community/blob/master/platform/util/...
Community
IntelliJ IDEA Open API and Plugin Development
How do I prevent a field from serialization in a PersistentStateComponent?
0 votes
Edited
February 01, 2024 16:02
Hi Karol Lewandowski ,I actually tried that, but it seems to have no effect.I still end up with this in the xml:``` <option name="timerFuture"> <ScheduledFuture /> </option>```
Community
IntelliJ IDEA Open API and Plugin Development
How do I prevent a field from serialization in a PersistentStateComponent?
0 votes
Created
June 29, 2022 18:47
Thank you Yann Cebron, that works for a local IDE, but it does not seem to work in the remote IDE via JB Gateway.
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen for editor focus events?
0 votes
Created
March 17, 2022 13:33
Unfortunately, even with that, it still shows it as unresolved.
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
March 14, 2022 19:44
I can't seem to declare the dependency:
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Created
August 10, 2021 21:45
Yann Cebron is this the same as https://github.com/JetBrains/gradle-intellij-plugin/issues/674 or different? That seems to be resolved so I'm guessing it isn't the same issue, unless it is resolv...
Community
IntelliJ IDEA Open API and Plugin Development
How do you reference JavaScript in latest gradle-intellij-plugin template?
0 votes
Created
April 07, 2021 17:33
I'm looking to use the macros that are built in such as $FilePathRelativeToProjectRoot$, not any custom ones.
Community
IntelliJ IDEA Open API and Plugin Development
Are macros for text fields available for plugin usage?
0 votes
Created
March 30, 2021 21:04
I suspect it might just be a matter of something similar to this: https://github.com/JetBrains/intellij-community/blob/3b0398ca4e1460bafeab749e3b731d43f642ac6c/platform/execution-impl/src/com/in...
Community
IntelliJ IDEA Open API and Plugin Development
Are macros for text fields available for plugin usage?
0 votes
Created
March 02, 2021 18:52
Yes, that is the documentation that I was following. Yet I still hit the issue.
Community
IntelliJ IDEA Open API and Plugin Development
How do I properly reference another plugin dependency at build time?
0 votes
Created
March 02, 2021 14:49
The key was to specify the version otherwise it thinks it is a built in plugin: def pluginsDependencies = ['JavaScriptLanguage','com.perl5:203.5784.10-EAP-SNAPSHOT']
Community
IntelliJ IDEA Open API and Plugin Development
How do I properly reference another plugin dependency at build time?
0 votes
«
First
‹
Previous