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
September 12, 2014 16:26
The error reporting in database console looks ok, it'd be great if it works the same in sql files.I've created a Youtrack issue for this:http://youtrack.jetbrains.com/issue/IDEA-129793Thanks!Guno
Community
IntelliJ IDEA Users
Stop on first error when running a (DB2) database script
0 votes
Created
March 24, 2010 22:18
Hi Roman,I'm afraid I cannot give you the exact code that causes it, as I do not have that source code. The error occurs in code that is part of the Code Collaborator API.I did decompile the class ...
Community
IntelliJ IDEA Open API and Plugin Development
XmlRpc library conflict
0 votes
Created
April 07, 2010 20:19
Hi Roman,Still haven't solved the problem, which also occurs in IntelliJ 9.0.1.The following code is enough for the problem to occur:import org.apache.xmlrpc.client.XmlRpcClient;public class Examp...
Community
IntelliJ IDEA Open API and Plugin Development
XmlRpc library conflict
0 votes
Created
April 28, 2010 20:13
You're right. Whilst running the Examples class generates an error, it does work when running the plugin itself.I tried this in my plugin project, same there. I was under the impression that the er...
Community
IntelliJ IDEA Open API and Plugin Development
XmlRpc library conflict
0 votes
Created
August 04, 2013 08:56
Thanks. But where should I provide this reference resolving to the Java element?As far as I can tell, the tutorial only describes how to implement references within an XML file. This is easy, as th...
Community
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 votes
Created
August 04, 2013 15:40
Thanks. I'll try that.
Community
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 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
«
First
‹
Previous
Next
›
Last
»