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
February 27, 2019 12:40
It's here: https://github.com/JetBrains/intellij-community/blob/master/plugins/tasks/tasks-api/src/com/intellij/tasks/impl/BaseRepository.java
Community
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 votes
Created
February 21, 2019 13:40
Yes, take a look at current implementation in com.intellij.tasks.impl.BaseRepository.
Community
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 votes
Edited
February 21, 2019 09:21
Hi, passwords are no more stored in workspace.xml (since 2013.2).
Community
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 votes
Created
December 12, 2018 11:09
You can add additional file templates via FileTemplateGroupDescriptorFactory.
Community
IntelliJ IDEA Open API and Plugin Development
Create new file
0 votes
Created
November 12, 2018 13:25
No, just parts that modify PSI (in this case, addSubTag() call).
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 12, 2018 13:17
Yes it does.
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 12, 2018 12:07
Thanks, the operation should be wrapped into a command, like WriteCommandAction.runWriteCommandAction(myProject, () -> {file.getRootTag().addSubTag(subtag, true);}); I will try to add more descript...
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
November 12, 2018 10:45
Could you submit the AndroidManifest.xml file content to reproduce the problem?
Community
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 votes
Created
October 29, 2018 10:39
You can try to implement your own ElementDescriptionProvider and register it with order="first" to override XmlUsageViewDescriptionProvider.
Community
IntelliJ IDEA Open API and Plugin Development
ListCellRenderer for PsiReference?
0 votes
Created
October 11, 2018 18:29
Ok, so add the tag to where it belongs, commit psi and then use Document.
Community
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 votes
«
First
‹
Previous
Next
›
Last
»