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
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
September 07, 2018 15:59
You can implement your own CompletionContributor, register it with order="before xmlNonFirst", and use XmlAttributeReferenceCompletionProvider.addAttributeReferenceCompletionVariants with your cu...
Community
IntelliJ IDEA Open API and Plugin Development
Can I suppress/disable XmlAttributeInsertHandler conditionally?
1 vote
Created
March 26, 2018 09:53
Try FileTemplate defaultTemplate = FileTemplateManager.getInstance(project).getDefaultTemplate(FileTemplateManager.FILE_HEADER_TEMPLATE_NAME);
Community
IntelliJ IDEA Open API and Plugin Development
How can I access the IDEA Settings?
1 vote
Created
October 28, 2016 10:37
Hi Tuan, first, you need to locate your file by calling LocalFileSystem.getInstance().findFileByPath(). Then load content like VfsUtil.loadText(VirtualFile).
Community
IntelliJ IDEA Open API and Plugin Development
Parsing an XML file
1 vote
Created
April 04, 2013 10:56
Temp dir location is changed for internal needs. You can obtain standard location via System.getProperty("java.io.tmpdir") and pass it to your library.
Community
IntelliJ IDEA Open API and Plugin Development
Problem with idea system directory and windows search indexer
1 vote
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
Next
›
Last
»