Eric Bergerson

- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
Created 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 ... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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_... -
Created 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? -
Created 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... -
Created does deleteString() automatically feed the undo mechanism?
I am working on a plug in that utilizes the Document.deleteString() method. While the deletion is working fine, the undo mechanism is not being updated, such that the deletion can be undone?Is the...