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
April 10, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Extending Struts Assistant
0 votes
Created
August 22, 2007 12:07
I meant JIRA request always makes a good difference... I hope :)
Community
IntelliJ IDEA Open API and Plugin Development
Running Spring/StrutsAssistant unit tests
0 votes
Created
November 27, 2009 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?
Community
IntelliJ IDEA Open API and Plugin Development
How to get notified of an active task change in Maia?
0 votes
Created
November 30, 2009 11:51
TaskListener is added.
Community
IntelliJ IDEA Open API and Plugin Development
How to get notified of an active task change in Maia?
0 votes
Created
November 14, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
Task provider not being persisted after idea restart
0 votes
Created
March 27, 2013 15:15
Please have a look at com.intellij.platform.templates.ArchivedTemplatesFactory
Community
IntelliJ IDEA Open API and Plugin Development
How-to copy files from plugin resources to project directory
0 votes
Created
March 28, 2013 11:10
It's in Intellij community codebase. What build do you use as SDK for your plugin?
Community
IntelliJ IDEA Open API and Plugin Development
How-to copy files from plugin resources to project directory
0 votes
Created
August 13, 2013 14:01
Yes, I see your problem now.Try to put your detector in front of flex one, like <projectStructureDetector implementation="MyDetector" order="first"/>
Community
IntelliJ IDEA Open API and Plugin Development
Could someone help me with some guidance to create Functional test for Non Java projects ?
0 votes
Created
May 21, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Prevent CDATA addition to XmlTagValue.setText
0 votes
Created
December 11, 2014 15:00
Hi, you can make use of com.intellij.platform.ProjectTemplatesFactory and return an array of com.intellij.platform.templates.LocalArchivedTemplate.
Community
IntelliJ IDEA Open API and Plugin Development
Adding multiple project templates
0 votes
«
First
‹
Previous
Next
›
Last
»