Leon Ren
- Total activity 130
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 12
- Subscriptions 40
-
Created the 'icon' attribute of action does not work?
Hi, I want to add a tool on the MainToolBar in my plugin, the code in plugin.xml is like this: <action id="xxx" class="com.myplugin.actions.OpenXxxAction" text="test" description="tes... -
Created what does "enable live templates" mean in "File and Code Templates"?
AnsweredHi, There is a checkbox "enable live templates" at the bottom-right corner of "File and Code Templates" , what does it mean? Can I use the live templates in "File and Code Templates" ? What's the g... -
Created Annotator is very slow
AnsweredHello, In my custom language project, the annotator would query StubIndex once for each PsiElement, and it will up to 5000~8000 times for one file. This is very slow(about 7 seconds). The results... -
Edited ASTNode.getText() return empty after addToken() in lexer?
Hello, I am working on a language which has macro need to be expanded (It's like #define macroName other code in C++ language.) Though adding expanded tokens in LookAheadLexer when came across macr... -
Created Can I get OK event in Settings Page?
Hi, I extended CodeStyleAbstractPanel, and added some radiobutton. I want to do something when I click OK button to confirm my choice, if click cancel then do nothing. I searched the community, it ... -
Created How to increase number when writing code?
AnsweredHi, I want to write code like this: int var1;int var2;int var3;int var4;...int varN; As you can see, only the number changed. I don't want to copy & paste the first line and modify the number. Is... -
Created Is SearchableOptionsContributor available now?
AnsweredHi, I added options in the Settings, all is good except that the new options is not searchable. It says there will be a SearchableOptionsContributor at https://intellij-support.jetbrains.com/hc/en... -
Edited Question about FileBasedIndex.getInstance().getContainingFiles
Hi, I'm using the code below to get all my custom file in my project, Collection<VirtualFile> virtualFiles = FileBasedIndex.getInstance().getContainingFiles(FileTypeIndex.NAME, XXXXFileType... -
Created How to disable auto fold?
Hi, On my custom language, I finished fold code following this post: http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/folding_builder.html?search=fold Everything is OK, ... -
Created JavaFX Aritifacts Title can NOT set Chinese
AnsweredHi, On a Java FX project, follow these steps: Project Structure -> Artifacts -> Java FX, if input Chinese in the Title field, then the build will fail: Error:Java FX Packager: BUILD FAILEDError re...