Leon Ren
- Total activity 130
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 12
- Subscriptions 40
-
Created 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... -
Created How to modify home directory when open project?
AnsweredHi, 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? -
Created Exit presentation mode cannot restore the original layout
AnsweredHi, 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... -
Created 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... -
Created 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... -
Created 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... -
Edited 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 ... -
Created How to build IDEA CE source code to an installation package?
AnsweredHi, 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... -
Edited Publish Intellij IDEA failed with gradle-download-task-3.2.0
CompletedHi, 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 ... -
Created 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...