Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Leon Ren
Total activity
121
Last activity
April 20, 2022 01:01
Member since
February 27, 2018 08:29
Following
1 user
Followed by
0 users
Votes
12
Subscriptions
38
Activity overview
Posts (28)
Comments (43)
Sort by recent activity
Recent activity
Votes
Created
November 13, 2019 11:42
Community
IntelliJ IDEA Users
Code changes cannot write to disk
0 votes
Created
November 11, 2019 09:29
I analyzed the idea.log, and I found an ERROR:No space left on device. The path specified by idea.system.path might run out of disk in the past, but the project direcoty have absolutely enough spac...
Community
IntelliJ IDEA Users
Code changes cannot write to disk
0 votes
Created
December 26, 2018 11:13
I invalidated the cache, the error still exist. Then I removed the icon attribute and overrided the update() method in OpenXxxAction, @Overridepublic void update(AnActionEvent e) { super.update(...
Community
IntelliJ IDEA Open API and Plugin Development
the 'icon' attribute of action does not work?
0 votes
Edited
November 12, 2018 13:11
Method 3 is a good way. It decreases 80% of the time consumption and it's acceptable now. Method 2, which I don't know it before, might be another good choice. @Alexandr, thank you very much, it h...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 votes
Edited
November 12, 2018 09:08
VarIndex is a StubIndex which actually consumed most of the time. It's been implemented in this way: public static Collection<String> allKeys(Project project, PsiFile file) { Set<String> allKeys ...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 votes
Edited
November 12, 2018 06:12
There is a lot of code, I cannot share it all. Which part do you have question? The Pseudocode is : public void annnotae(PsiElement element, AnnotationHolder hoder) { if (elemement instaceof V...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 votes
Created
August 10, 2018 07:41
ApplicationManager.getApplication().restart() does not work, I used the code below: final ApplicationEx app = (ApplicationEx)ApplicationManager.getApplication();app.restart(true);
Community
IntelliJ IDEA Open API and Plugin Development
How do you make a plugin setting change require a restart?
0 votes
Created
August 10, 2018 02:44
I figured out a stupid method. I set up a flag in every radio button event handler, and check that flag in apply() function. If anyone else have other advice, please let me know.
Community
IntelliJ IDEA Open API and Plugin Development
Can I get OK event in Settings Page?
0 votes
Created
July 25, 2018 07:19
COOL, that's really what I want.
Community
IntelliJ IDEA Users
How to increase number when writing code?
0 votes
Created
July 12, 2018 06:04
@Aleksey Pivovarov, Thank you very much, it's exactly what I want. It is SearchableOptionContributor now, not SearchableOptionsContributor. That's why I didn't find it out before.
Community
IntelliJ IDEA Open API and Plugin Development
Is SearchableOptionsContributor available now?
0 votes
«
First
‹
Previous
Next
›
Last
»