Ctorresl
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Ctorresl 创建了一个帖子, 已回答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... -
-
Ctorresl 创建了一个帖子, 已回答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... -
Ctorresl 进行了评论, -
-
Ctorresl 创建了一个帖子, 已回答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... -
-
Ctorresl 创建了一个帖子, 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 创建了一个帖子, 已回答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...