Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Guno
Total activity
74
Last activity
September 30, 2023 07:12
Member since
January 06, 2009 19:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
22
Activity overview
Posts (16)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
July 29, 2013 19:23
I see. Thanks.And if I were to go for the DOM APIs, would I be able to implement 'custom language like' features (such as are discussed here)?If not, then the choice is an easy one ;-)Guno
Community
IntelliJ IDEA Open API and Plugin Development
Custom DomElementsAnnotator isn't invoked
0 votes
Created
April 19, 2010 20:59
The libs xmlrpc-client.jar and xmlrpc.common.jar mentioned above are from the XmlRpc 3.1.2 distribution.These two libraries, combined with the trivial class Example pasted above, cause the error I ...
Community
IntelliJ IDEA Open API and Plugin Development
XmlRpc library conflict
0 votes
Created
July 30, 2013 17:25
Thanks. I'll go for the DOM API then.Guno
Community
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 votes
Created
August 03, 2013 17:39
Will I also be able to find usages of foo (see XML fragment above) in Java code (getFromMapping() calls)?It looks like XmlFindUsagesProvider doesn't allow me to find usages for XmlText elements by ...
Community
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 votes
Created
July 30, 2013 16:05
Thanks. I've created a new thread for this: http://devnet.jetbrains.com/thread/447550I'll mark this thread as answered.
Community
IntelliJ IDEA Open API and Plugin Development
Custom DomElementsAnnotator isn't invoked
0 votes
Created
December 23, 2014 13:06
Ok, thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Line marker for folded code block
0 votes
Created
April 01, 2016 21:12
My QueryExecutor is as follows: public class ValueObjectMetaFieldSearcher extends QueryExecutorBase<PsiField, DefinitionsScopedSearch.SearchParameters> { public ValueObjectMetaFieldSearcher() ...
Community
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 votes
Created
April 02, 2016 06:26
Hi Imants, I'm implementing goto. And it does work actually, source is resolved to target. when invoking ctrl-alt-b on source on line 2 in my example. But not when I invoke ctrl-alt-b on the refe...
Community
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 votes
Edited
April 06, 2016 19:46
I'll try that, thanks! [edit]Working fine now, using a custom action and handler!
Community
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 votes
Created
June 05, 2016 09:08
Hi Appu, Did you manage to resolve this issue? I've got similar problems when trying to run this particular unit test in my plugin project:http://www.jetbrains.org/intellij/sdk/docs/tutorials/wri...
Community
IntelliJ IDEA Open API and Plugin Development
Why does my LightPlatformTestCase have problems loading plugins
0 votes
«
First
‹
Previous