Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Avdeev
Total activity
811
Last activity
June 26, 2024 17:35
Member since
October 05, 2005 15:14
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
330
Activity overview
Posts (18)
Comments (463)
Sort by recent activity
Recent activity
Votes
Created
August 14, 2020 10:53
Hi, you can try to register a com.intellij.psi.impl.source.xml.XmlElementDescriptorProvider and return your custom com.intellij.xml.XmlElementDescriptor for specific tags. The XmlElementDescriptor ...
Community
IntelliJ IDEA Open API and Plugin Development
Adding XML schema attributes to existing elements (e.g. XSLT)
0 votes
Created
July 17, 2020 20:55
incCounter() is marked deprecated now. The comment says, /*** @deprecated use higher-level ways of dropping caches* @see com.intellij.util.FileContentUtilCore#reparseFiles* @see PsiManager#dropPsiC...
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Created
February 05, 2020 15:40
It happens quite often, so a little bit more won't hurt :)
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Created
January 31, 2020 15:48
The info is cached under PsiModificationTracker, try to call ((PsiModificationTrackerImpl)PsiManager.getInstance(project).getModificationTracker()).incCounter();
Community
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 votes
Created
September 06, 2019 08:51
It seems you are right, you need to add issue manually.
Community
IntelliJ IDEA Open API and Plugin Development
How to register AndroidLintInspectionBase in IntellijIdea Plugin
0 votes
Created
September 06, 2019 08:38
Maybe the problem is that you use default package for your classes. Try to provide non-default package.
Community
IntelliJ IDEA Open API and Plugin Development
How to register AndroidLintInspectionBase in IntellijIdea Plugin
0 votes
Created
April 03, 2019 11:44
I'd suggest importing the source sets as separate modules.
Community
IntelliJ IDEA Users
Suppress "duplicated class found" error not possible
0 votes
Created
April 01, 2019 15:50
Why do you need both source sets to be imported at the same time? IMHO it's not a good idea to have project model hacked this way, code insight may work incorrectly.
Community
IntelliJ IDEA Users
Suppress "duplicated class found" error not possible
0 votes
Created
April 01, 2019 12:13
I can't reproduce the problem. The "debug" and "release" source sets can't be active at the same time.
Community
IntelliJ IDEA Users
Suppress "duplicated class found" error not possible
0 votes
Created
February 27, 2019 14:15
Idea SDK does not include plugins, you need to add tasks-api.jar to your dependencies.
Community
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 votes
«
First
‹
Previous
Next
›
Last
»