Sean Garagan

- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 20
-
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...