Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jcarter
Total activity
13
Last activity
May 01, 2019 13:21
Member since
December 06, 2017 16:54
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
January 31, 2018 20:03
Excellent! Thanks much, Peter. I did consider storing the type as a String, but the SmartTypePointer coupled with storing on the VirtualFile object worked a treat. As a side note, I'd pulled off an...
Community
IntelliJ IDEA Open API and Plugin Development
UserDataHolder - file invalidated by unknown operation, making PsiType invalid
0 votes
Created
December 11, 2017 15:22
Thanks! That is quite helpful and you are right. I did get a warning when I removed the Sandbox Home folder path that it was invalid, but IDEA still let me save the setting. That done, my debug con...
Community
IntelliJ IDEA Open API and Plugin Development
Python Core plugin fails, halting plugin development
0 votes
Created
December 07, 2017 16:37
That's the thing, I don't need Python at all, and I didn't deliberately install it. I just cloned the IntelliJ Community Edition source as described in the docs and setup the development environmen...
Community
IntelliJ IDEA Open API and Plugin Development
Python Core plugin fails, halting plugin development
0 votes
Created
December 07, 2017 08:59
As a follow-up, I was able to at least test my sample action by disabling the Python plugin in the dummy local instance of IDEA, then open a file in the debugging instance of IntelliJ. My action is...
Community
IntelliJ IDEA Open API and Plugin Development
Python Core plugin fails, halting plugin development
0 votes