Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Dmitry Avdeev
Follow
New articles and posts
New articles, posts, and comments
Total activity
805
Last activity
August 19, 2021 10:00
Member since
October 05, 2005 15:14
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
327
Activity overview
Articles (0)
Posts (18)
Comments (460)
Sort by recent activity
Recent activity
Votes
Created
August 19, 2021 10:00
Hi, "Enable Live Templates" is set by default if your template has "#[[$" fragment in its text. Do you have #[[$END$]]# in your template text? As for "Reformat according to style", currently there ...
Community
IntelliJ IDEA Open API and Plugin Development
fileTemplateGroup with "Enable Live Templates" enabled by default How?
0 votes
Created
August 19, 2021 09:39
Hi Reece, first of all, we appreciate your efforts to make such a valuable plugin! As far as I know, XQuery is a mixture of xml and query elements. I'd recommend to implement com.intellij.psi.Multi...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing the XML API for a custom language
0 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
June 26, 2019 15:24
It seems intellij-community and android repositories are temporarily out of sync. I'll try to investigate this.
Community
IntelliJ IDEA Open API and Plugin Development
Erros building source code of IntelliJ Community
1 vote
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
1
2
3
4
5
6
›
»