Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ctorresl
Total activity
15
Last activity
September 14, 2021 12:06
Member since
July 18, 2017 12:23
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
September 09, 2021 10:18
The Java class library can be accessed from within the custom language, e.g., is possible to instantiate Java classes. Then my custom project needs to have JDK as external library as well. Otherwis...
Community
IntelliJ IDEA Open API and Plugin Development
Custom SDK and JDK in the same project
0 votes
Created
September 13, 2019 07:58
Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Component in Debugger tab does not show correctly after plugin installation
0 votes
Created
September 12, 2019 19:56
Hi, I have tried the "restore default layout" action and the Actors content is correctly set on the right now of the Debugger tab :) Even after reinstalling the plugin and reopening the IDE again t...
Community
IntelliJ IDEA Open API and Plugin Development
Component in Debugger tab does not show correctly after plugin installation
0 votes
Created
May 09, 2019 07:38
Just if someone has the same issue, I passed the whole stack frames information (with the variables for each frame) to my XExecutionStack instance and it worked fine. Now every time a frame is sele...
Community
IntelliJ IDEA Open API and Plugin Development
How to update variables values when stack frame changed
0 votes
Created
July 18, 2017 16:07
Thanks for your reply. I wanted to generate the Javadoc because I'm developing a plugin and I wanted to see while developing the methods and classes that were documented. For some reason, in my pre...
Community
IntelliJ IDEA Open API and Plugin Development
Generating javadoc for IntelliJ Community
0 votes