Sean Garagan

- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created Moving module definition file
Good day,Is there a way (beside editing the project files) to change the location of a module file once it is created? I created a project with several modules and now others want to use it. The ... -
Created Perforce plugin add functionality
Good day,One bit of functionality that used to be there but seems to be missing from the 0.8.9 Perforce plugin is the ability to add a new file to Perforce source control. Whenever I create a new ... -
Created Idea performance analysis?
Good day,I have been playing around with various command line tweaks for Idea but my experience has been more qualitative than quantitative.I noticed that NetBeans did an analysis of their client w... -
Created BSFConsole and 1108
Good day,When I install the BSFConsole on 1108, I get the following exception:Error message: Original exception: java.lang.NullPointerException at java.lang.StringBuffer.(StringBuffer.java:130) a... -
Created EJB Support in EAP
Good day,I was wondering when EJB support will be going back into the EAP? The project I am on makes extensive use of EJBs and the support in Idea for them is great. I want to be able to continue... -
Created Copying old project files to new ones
Good day,When I create a new branch in perforce, I used to just copy my IDEA project files from an old branch to the new one and everything worked fine (with one or two minor changes). Now when I... -
Created Detecting actions as they are performed
Good day,Is there a way to register a listener that will find every action that gets performed in the system? I am thinking about writing a macro recorder that will record all actions and then all... -
Created Catching save event
Good day,Is there a way to detect that a file is about to be saved or closed? What I want to do is to create a plugin that performs some actions, like check to make sure that all public methods ar... -
Created Access to Status bar
Good day,Is there any way to access the statue bar so that a plugin can adda field to it? I would like to write a plugin that adds a clock to the status bar nut I cannot find a way to do that.Than... -
Created Access to status bar
Good day,I am looking at writing a plugin that adds a date/time clock to the status bar but I haven't been able to find an API that gives access to that part of IDEA. Is such a thing exposed?Thank...