Eric Bergerson
- 活动总数 83
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 27
-
创建于 Performance in debugger using Step Over vs. Resume Program Execution?
For as many versions of IDEA as I can remember, I have had an ongoing issue that has bothered me. The problem is that performance in response to Step Over vs. Resume Program Execution is drastical... -
创建于 Ability to run JDBC Console halted
I am very happy with the new JDBC console, and have been using it regularly. It recently just stopped working. I am pretty sure I know why. When I look in the log, I see this message:2009-01-12 ... -
创建于 Extending/Overloading Intentions?
I have a subclass of HashMap, in which I extend the api by adding a method putItem(). If, in a method, I create one of hash maps, add some entries using putItem() and then return it, an intention ... -
创建于 Using 64-bit java to run idea
I don't know if it will help speed things up or not, but I had wanted to try to use the 64-bit java runtime on the mac to run idea within. I added the "-d64" switch to the idea.vmoptions file. Th... -
创建于 Strange error in start up log
I am getting the following strange error in my startup log. I have just moved from a windows environment to a mac, and it appears that the FileSystemSynchronizer is picking up a path that no longe... -
创建于 Creating JBoss Sar Modules in J2EE Projects
I am a long time user of IDEA, but I am a novice at using IDEA for j2ee. I have worked out creating a j2ee project, and have gotten servlets to work fine. I am using JBoss and want to create a mo... -
创建于 A Better Split Horizontal
I am trying to implement an api action similar to the existing "Split Horizontal". I have gotten to a point where I have the current file, and I think I am creating a new editor properly using fil... -
创建于 Using Structural Finds?
I have a standard structure throughtout my code base that looks like this: if (s_logger.isEnabledFor(Priority.INFO)) { s_logger.info("Some Message"); }I would like to find instances of s_... -
创建于 Project Tool Window API
I would like to find a way to get the Project Tool Window to select a specific file? The API documentation only documents ToolWindow, but the actual concrete classes are still hidden. Any ideas? -
创建于 How do you use a component subclass in the GUI builder
How do you use a swing class that is not on the standard palette without making a new palette. For instance, if I want to use a JToggleButton instead of JButton or a JTextPane instead of a JTextAr...