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
October 11, 2018 09:41
Adding whitespace elements is not supported here. Please use Document.insertString() instead.
Community
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 votes
Created
September 25, 2018 11:23
Is it possible for you to re-create your jar with bundled xmlbeans?
Community
IntelliJ IDEA Open API and Plugin Development
class loader issue with xmlbeans
0 votes
Created
September 18, 2018 14:17
Template files are supported in Community as well.
Community
IntelliJ IDEA Open API and Plugin Development
Android Studio Plugin
0 votes
Created
September 11, 2018 09:08
Ok, you will need to navigate through PSI and then insert the text into Document: https://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/psi_files.html https://www.jetbrains.org/...
Community
IntelliJ IDEA Open API and Plugin Development
Android Studio Plugin
0 votes
Created
September 07, 2018 16:11
Try to implement ConsoleActionsPostProcessor.
Community
IntelliJ IDEA Open API and Plugin Development
How to add context menu item in Logcat and open by plugin with selected text?
0 votes
Created
September 07, 2018 16:05
Implement and register your own ProjectTemplatesFactory.
Community
IntelliJ IDEA Open API and Plugin Development
Remote Project Template using RemoteTemplatesFactory
0 votes
Created
September 07, 2018 16:04
Take a look at FileTemplateGroupDescriptorFactory.
Community
IntelliJ IDEA Open API and Plugin Development
Language support plugin and file templates
0 votes
Created
September 07, 2018 15:42
What do you mean by "injecting code"? Could you give a sample?
Community
IntelliJ IDEA Open API and Plugin Development
Android Studio Plugin
0 votes
Created
September 07, 2018 15:38
Did you try to update WizardContext in your step's updateDataModel() method?
Community
IntelliJ IDEA Open API and Plugin Development
How to change WizardContext ProjectName in middle of Wizardstep
0 votes
Created
July 19, 2018 11:47
Such references (both from "name" and "extends" attributes) point ususally to the tag, but you can reference "name" attribute if it fits your needs.
Community
IntelliJ IDEA Open API and Plugin Development
XmlAttributeValue rename
0 votes
«
First
‹
Previous
Next
›
Last
»