主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Avdeev
活动总数
811
最后的活动
2024年06月26日 17:35
成员加入日期
2005年10月05日 15:14
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
330
活动概览
帖子(18)
评论(463)
按最近的活动排序
最近的活动
投票数
创建于
2018年07月19日 09:48
You need to have a PsiReference for the "name" attribute value, resolving to the containing "view" tag.
社区
IntelliJ IDEA Open API and Plugin Development
XmlAttributeValue rename
0 票
创建于
2018年05月14日 10:01
You can try to add your own CompletionContributor for this.
社区
IntelliJ IDEA Open API and Plugin Development
More Information for XmlAttributeDescriptors
0 票
创建于
2018年04月25日 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).
社区
IntelliJ IDEA Users
Project templates with parameters
0 票
创建于
2018年04月25日 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.
社区
IntelliJ IDEA Open API and Plugin Development
[Android] How to get XML file behind the corresponding resource ID?
0 票
创建于
2017年12月12日 17:28
Hello, you'll need to override isTemplateBased() in your builder and return "true" there. Please look at WebModuleBuilder for reference.
社区
IntelliJ IDEA Open API and Plugin Development
ModuleType, ModuleBuilder, and selection on "New Project"
0 票
创建于
2017年10月26日 10:04
Take a look at WizardDialog.
社区
IntelliJ IDEA Open API and Plugin Development
DialogWrapper with different buttons
0 票
创建于
2017年10月23日 12:51
"User-defined" is a pre-defined name for group of all user templates. It is not intended to be changed.
社区
IntelliJ IDEA Open API and Plugin Development
How to modify name”user-defined” to othername (eg.mock) after create customer project template.
0 票
创建于
2017年09月14日 09:00
Yes, you can invoke WizardContext.requestNextStep().
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to programmatically advance a wizard step?
0 票
创建于
2017年07月20日 10:56
ConfigurationType is the way to go. It produces ConfigurationFactory that is responcible for creating run configurations.
社区
IntelliJ IDEA Open API and Plugin Development
Initialize a project with prebuilt run configurations
0 票
创建于
2017年06月16日 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.
社区
IntelliJ IDEA Open API and Plugin Development
cannot get live templates working
0 票
«
第一页
‹
上一页
下一页
›
最后
»