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
August 19, 2015 14:55
Answered: https://devnet.jetbrains.com/message/5556211#5556211.
Community
IntelliJ IDEA Open API and Plugin Development
How to validate project/module path before creation?
0 votes
Created
August 19, 2015 14:43
To do validation in project settings step, you can override modifySettingsStep() in your ModuleBuilder (see com.intellij.openapi.module.WebModuleBuilder for example).To expand expert settings, you ...
Community
IntelliJ IDEA Open API and Plugin Development
Validation for modified project settings step in next project/module wizard?
0 votes
Created
August 19, 2015 14:55
To do validation in project settings step, you can override modifySettingsStep() in your ModuleBuilder (see com.intellij.openapi.module.WebModuleBuilder for example).To expand expert settings, you ...
Community
IntelliJ IDEA Open API and Plugin Development
Validation for modified project settings step in next project/module wizard?
0 votes
Created
August 21, 2007 15:52
http://www.jetbrains.net/jira/browse/IDEA-9545I hope it will :)
Community
IntelliJ IDEA Open API and Plugin Development
Running Spring/StrutsAssistant unit tests
0 votes
Created
October 02, 2007 09:37
Dom references are intended to be checked by special inspection, not by regular xml highlighting pass. Extend com.intellij.util.xml.highlighting.DomElementsInspection (or BasicDomElementsInspection...
Community
IntelliJ IDEA Open API and Plugin Development
DOM error: "dom reference should be soft"
0 votes
Created
April 09, 2008 13:02
Have a look at PathReferenceProvider.
Community
IntelliJ IDEA Open API and Plugin Development
"fake" servlet path in web project
0 votes
Created
April 09, 2008 16:33
Yes I do mean that. Create your own reference and provide resolve/completion you need.
Community
IntelliJ IDEA Open API and Plugin Development
"fake" servlet path in web project
0 votes
Created
December 01, 2009 08:32
Maia final I hope :)
Community
IntelliJ IDEA Open API and Plugin Development
How to get notified of an active task change in Maia?
0 votes
Created
May 24, 2011 16:04
It does have auto-popup completion but it can take some time to appear. Please use regular completion action to get the popup immediately."jostster" <no_reply@jetbrains.com> сообщил(а) в новостях с...
Community
IntelliJ IDEA Open API and Plugin Development
Tasks and Context findTask
0 votes
Created
July 17, 2012 12:39
You might need to add <loadForDefaultProject/> to your component configuration(s) explicitely.In IDEA 10, all components were loaded for default project by default.
Community
IntelliJ IDEA Open API and Plugin Development
Leda: SbtConfigurable has unsatisfied dependency
0 votes
«
First
‹
Previous
Next
›
Last
»