Davide Baroncelli
- Total activity 523
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 185
-
Created How to switch from a tab group to another one?
Does anyone know if there's a shortcut key for moving the active caret editor from one tab group to the other?Thanks. -
Created Why does my compiler not follow dependencies?!?
Boy, I'm really puzzled by this. How comes that my idea compiler (both with javac and jikes) does not compile files that have been changed and which the current compiled file depends on?!? I though... -
Created unit test plugin exception
Happens when one creates a new class with the intention action, just before idea suggests to add the class to cvs.2004-02-23 09:09:00,453 ERROR - com.intellij.ide.IdeEventQueue - Error during dis... -
Created SQLQueryPlugin: moving to database structure panel while executing a query hangs idea
I'm not sure this forum is the right place to submit plugin bugs... Anyway: I had a long running query which was executing and tried to move over the database structure panel. This caused idea to h... -
Created Flickering
Am I the only one finding that a lot of aurora dialogs flicker (upon open, close, update, other dialog superimposed...) in a lame and irritating way, giving the feeling that idea is slower than it ... -
Created Expression level stepping
This is some of the few features that I've been found lacking in IDEA: http://www.omnicore.com/index.jsp?page=htmls/newdebugger.htmlNot sure this is the right forum (although in one of the next, po... -
Created Parsing slow as hell - am I the only one experiencing this?
I am puzzled, I recently changed my job and began working on a relatively new pc ( PIV 2,4Ghz, 256Mb mem): the current build of aurora seem to have problems on my configuration. File parsing seem t... -
Created Is there a warning to ignore a local warning from the parser?
Suppose I have a method like this: public static void writeFromBean( OutputStream os, Object bean, int length ) throws IOException { write( os, length );}i.e.: the "bean" argument is actually not... -
Created word completion feature
I previously worked with NetBeans 3.4: idea editor is better in simply everything except a feature (which might be present, but I wasn't able to find, anyway). In the NB editor, there is a couple ... -
Created Remote debugging performance
I just started trying IDEA, and am of course very impressed by the general speed and usability of the product for normal development features such as code editing, refactoring, etc. (specially in ...