Ctorresl
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Ctorresl created a post, AnsweredConsole issues when typing
Hi, I have noticed when typing in the console some strange behavior. In the following image see how typing ("") results in ()". Is this a bug? or the console needs some additional configuration (o... -
-
Ctorresl created a post, AnsweredCustom SDK and JDK in the same project
Hi, I'm developing a custom language plugin for which I have created a custom SDK. I would like that my project is able to support besides my custom files also Java files. My module builder extends... -
Ctorresl commented, -
-
Ctorresl created a post, AnsweredComponent in Debugger tab does not show correctly after plugin installation
Hi, I’m implementing a plugin with debugging features for a language. I have overridden the createTabLayouter method of the XDebugProcess class in order to be able to add new components in the Debu... -
-
Ctorresl created a post, How to update variables values when stack frame changed
Hello, I am developing a plugin for debugging a custom language and I would like to update the variable values when the user selects a different stack frame in the Debugger Tab. I have a class whic... -
-
Ctorresl created a post, AnsweredGenerating javadoc for IntelliJ Community
Hello, I'm trying to generate the Javadoc for IntelliJ Community source code (https://github.com/JetBrains/intellij-community). I opened the project in IntelliJ, I build the project and then execut...