Guno
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
-
Created Referencing class from String in dependency project
Hi, Say I've got some Strings in project A containing fully qualified class names of classes in project B.Say project B has a dependency to project A, but not the other way around. During runtime, ... -
Created Navigating from reference using definitionsScopedSearch
Hi there, I've implemented a <definitionsScopedSearch> that allows me to use ctrl-alt-b to navigate from a field in a Java class to another field in a related Java class. This is working quite nice... -
Created Line marker for folded code block
Hi,I was wondering if it is possible to add a line marker for a code block that has been folded.I've added line markers from my custom line marker provider, but these disappear as soon as the speci... -
Created Stop on first error when running a (DB2) database script
Hello,I was wondering if it is possible to stop executing a database script (DB2 in my case) as soon as an error occurs.If I run an SQL script against my DB2 databse from within IntelliJ, the whole... -
Created Choose between custom language and DOM APIs
Hi,I recently started developing a plugin for a simple XML-based language I use in some of my projects. For this plugin I need to make a choice between defining a new custom language (along with it... -
Created Custom DomElementsAnnotator isn't invoked
Hi,I'm having some trouble with a DomElementsAnnotator I wrote to support a custom XML language. The problem is that this annotator never seems to be invoked:public class MyDomAnnotator implements ... -
Created Roots Switches
Hi,IntelliJ contains a couple of predefined special changesets in the Changes window. One of those is called Roots Switches and it displays for each module the checked out branch. Very handy.Now fo... -
Created Display of message translation on hover
Hi,I recently upgraded from IntelliJ 9 to 11.One of the changes I noticed is the behaviour when using message resouces in my code, with multiple languages.In IntelliJ 9, when I hovered over a resou... -
Created XmlRpc library conflict
Hi there,I'm developing a plugin that allows users to interact with Code Collaborator, a third party tool for performing code reviews.Upon upgrading to a more recent version of Code Collaborator, I... -
Created Cannot get list of tags when checking out from CVS repository
Hi all,Whenever I try to retrieve a list of existing tags from the 'CVS Roots' dialog, i get the following error message: Cannot load tags: cvs [rlog aborted]: reveived abort signal The following ...