主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Avdeev
活动总数
811
最后的活动
2024年06月26日 17:35
成员加入日期
2005年10月05日 15:14
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
330
活动概览
帖子(18)
评论(463)
按最近的活动排序
最近的活动
投票数
创建于
2007年04月10日 14:06
The problem is fixed in Selena EAP: http://www.jetbrains.net/jira/browse/STRUTS-183New code from StrutsModelImpl: @Nullable public StrutsModel getStrutsModel(@Nullable final PsiElement psiElement...
社区
IntelliJ IDEA Open API and Plugin Development
Extending Struts Assistant
0 票
创建于
2007年08月22日 12:07
I meant JIRA request always makes a good difference... I hope :)
社区
IntelliJ IDEA Open API and Plugin Development
Running Spring/StrutsAssistant unit tests
0 票
创建于
2009年11月27日 13:16
Hi Janusz, there's no API for that right now.I'm working on this and will notify you when it's finished.BTW what else extension points do you need?
社区
IntelliJ IDEA Open API and Plugin Development
How to get notified of an active task change in Maia?
0 票
创建于
2009年11月30日 11:51
TaskListener is added.
社区
IntelliJ IDEA Open API and Plugin Development
How to get notified of an active task change in Maia?
0 票
创建于
2012年11月14日 09:05
You need to mark you Repository class with @Tag() annotation.I will add javadoc for that."Elhanan Maayan" <no_reply@jetbrains.com> сообщил(а) в новостях следующее:26193202.38651352654523702.JavaMai...
社区
IntelliJ IDEA Open API and Plugin Development
Task provider not being persisted after idea restart
0 票
创建于
2013年03月27日 15:15
Please have a look at com.intellij.platform.templates.ArchivedTemplatesFactory
社区
IntelliJ IDEA Open API and Plugin Development
How-to copy files from plugin resources to project directory
0 票
创建于
2013年03月28日 11:10
It's in Intellij community codebase. What build do you use as SDK for your plugin?
社区
IntelliJ IDEA Open API and Plugin Development
How-to copy files from plugin resources to project directory
0 票
创建于
2013年08月13日 14:01
Yes, I see your problem now.Try to put your detector in front of flex one, like <projectStructureDetector implementation="MyDetector" order="first"/>
社区
IntelliJ IDEA Open API and Plugin Development
Could someone help me with some guidance to create Functional test for Non Java projects ?
0 票
创建于
2014年05月21日 10:56
IDEA 13 implementation: public void setEscapedText(String value) { setText(value, true); } private void setText(String value, boolean defaultPolicy) { try { XmlText text = null; if (va...
社区
IntelliJ IDEA Open API and Plugin Development
Prevent CDATA addition to XmlTagValue.setText
0 票
创建于
2014年12月11日 15:00
Hi, you can make use of com.intellij.platform.ProjectTemplatesFactory and return an array of com.intellij.platform.templates.LocalArchivedTemplate.
社区
IntelliJ IDEA Open API and Plugin Development
Adding multiple project templates
0 票
«
第一页
‹
上一页
下一页
›
最后
»