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
July 19, 2018 09:48
You need to have a PsiReference for the "name" attribute value, resolving to the containing "view" tag.
Community
IntelliJ IDEA Open API and Plugin Development
XmlAttributeValue rename
0 votes
Created
May 14, 2018 10:01
You can try to add your own CompletionContributor for this.
Community
IntelliJ IDEA Open API and Plugin Development
More Information for XmlAttributeDescriptors
0 votes
Created
April 25, 2018 14:51
There are currently two parameters: base Java package and application server (listed here: https://www.jetbrains.com/help/idea/save-project-as-template-dialog.html).
Community
IntelliJ IDEA Users
Project templates with parameters
0 votes
Created
April 25, 2018 14:44
I'd recommend to stay with FilenameIndex, it's very fast. Resolving PsiReference would do the same thing internaly, but you'll have to find the reference first.
Community
IntelliJ IDEA Open API and Plugin Development
[Android] How to get XML file behind the corresponding resource ID?
0 votes
Created
December 12, 2017 17:28
Hello, you'll need to override isTemplateBased() in your builder and return "true" there. Please look at WebModuleBuilder for reference.
Community
IntelliJ IDEA Open API and Plugin Development
ModuleType, ModuleBuilder, and selection on "New Project"
0 votes
Created
October 26, 2017 10:04
Take a look at WizardDialog.
Community
IntelliJ IDEA Open API and Plugin Development
DialogWrapper with different buttons
0 votes
Created
October 23, 2017 12:51
"User-defined" is a pre-defined name for group of all user templates. It is not intended to be changed.
Community
IntelliJ IDEA Open API and Plugin Development
How to modify name”user-defined” to othername (eg.mock) after create customer project template.
0 votes
Created
September 14, 2017 09:00
Yes, you can invoke WizardContext.requestNextStep().
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to programmatically advance a wizard step?
0 votes
Created
July 20, 2017 10:56
ConfigurationType is the way to go. It produces ConfigurationFactory that is responcible for creating run configurations.
Community
IntelliJ IDEA Open API and Plugin Development
Initialize a project with prebuilt run configurations
0 votes
Created
June 16, 2017 10:03
Hi Jamie, this is a bug (live templates are not supported for java classes). It will be fixed, please file a ticket to track progress.
Community
IntelliJ IDEA Open API and Plugin Development
cannot get live templates working
0 votes
«
First
‹
Previous
Next
›
Last
»