Leon Ren
- 活动总数 130
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 40
-
创建于 Is there a Run Execution tutorial/sample?
Hi, guys, I am on a custom language project and I want call external tool with many configurable options to process custom language code, and then display execution log in IDEA. There is a Run Con... -
创建于 How to modify home directory when open project?
已回答Hi, guys, When I open project from welcome dialogue, the path select tree always starts from the home directory which is '/home/xxxxx'. How can I modify this path? -
创建于 Exit presentation mode cannot restore the original layout
已回答Hi, On my custom language, if i get into the Presentation Mode and the exit, IDEA cannot restore the original layout. The project view is gone, i have to press Alt+1 to make it show up again. What... -
创建于 How to put cursor at the head of line when press backspace?
Hi, I am on a custom language FormattingModelBuilder , using the code below to indent after pressed Enter. public ChildAttributes getChildAttributes(int newChildIndex) { return new ChildAttribut... -
创建于 How to remove the first default indent?
Hi, On my custom language formatting module builder, I want my code would like this. statement_1statement_2statement_3 but when I press Enter after input 'statement_1/2', It would be like this: st... -
创建于 How to add file annotation?
Hi, My question is how to annotate filename, I mean, a red line under the filename which have error. On my custom language project, i am using this code: TextRange range = new TextRange(element.g... -
已编辑于 Custom library file not exist in VirtualFile
Hi, I am on a custom language project. I am done with custom project, custom language and custom library. Now I want to use the file in custom library. The problem is, in the code below, there is ... -
创建于 How to build IDEA CE source code to an installation package?
已回答Hi, I want to build IDEA CE source code to an installation package which others can install it on their own computer. I tried two ways but failed: 1. Build intellij-core.zip target in idea_commu... -
已编辑于 Publish Intellij IDEA failed with gradle-download-task-3.2.0
已完成Hi, I downloaded Intellij IDEA source code and use Intellij IDEA Community 2017.3 to compile it. It passed with the provided configuration 'IDEA'. And now, I want to publish it which means I need ... -
创建于 Cannot align with non-monospaced font?
Hello, I am on a custom language plugin development. When I format my code with Alignment class, everything is fine if I use monospaced font. However, If I choose Times New Roman font, the code c...