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
Articles (0)
Posts (18)
Comments (463)
Sort by recent activity
Recent activity
Votes
Created
June 26, 2024 17:35
Hi Courtney, what option is set for you at Version Control → Changelists → Inactive Changelist → When an empty changelist becomes inactive?
Community
PhpStorm
Tasks sometimes close when shelving changes 🙃
0 votes
Created
September 11, 2023 15:07
Hello Victor, then you invoke find usages/rename on a tag name, it searches not for exact tag but for its declaration. To change this, you can add a reference from tag name to the tag itself.
Community
IntelliJ IDEA Open API and Plugin Development
Rename/find usages not working with reference to XML tag
0 votes
Created
May 09, 2023 11:31
The second approach is correct. You will need to create a custom serialization component and call it on reset/apply.
Community
IntelliJ IDEA Open API and Plugin Development
[SettingsPanel][Run Configuration] Saving an option to a custom file rather than to .run/
0 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
Next
›
Last
»