Ctorresl
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 Console 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... -
创建于 Custom 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... -
创建于 Component 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... -
创建于 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... -
创建于 Generating 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...