Christian Posta
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created Navigate camel humps in source code
I'm sure there's any easy way to do this, but for some reason I cannot find it (either in the keymap or in the keyboard shortcuts PDF). I use a Mac, and I can use Opt+(left) or (right) arrow keys t... -
Created UML - class dependencies
I'm wondering if anyone has figured out how to view the UML class diagram for a given class (ctrl+shift+alt+U) but then also see the dependencies of that class in the same diagram? I know I can ena... -
Created Visualization of spring integration routes
AnsweredFor those that have been using Spring Integration (or those on the IDEA team that developed it):Is there a way to visualize the routes/EIPs described by the SI application contexts? The spring guys... -
Created Adding a spring namespace
Is there an easy way to (either keyboard, or mouse clicks, prefer keyboard) to insert a spring namespace into a spring application context xml file?For exmaple, the default namespace is the "beans"... -
Created wondering about the installer
I am curious to know what JetBrains uses as the installer for their IDEA software, specifically on windows. Is it a custom, home-grown installer app? or is it some third-party app? I ask because I ... -
Created anyone figure out how to..
how to get the cursor to the properly indented location? is there a keyboard shortcut that says "on this line, go to the appropriate indentation level given the block structure?" With the virtual s... -
Created workspaces and migrating from eclipse
I would like to know from other users that have migrated from eclipse how they set up their IDEA projects.The FAQ says the closest thing IDEA has to a workspace, from which to manage multiple proje... -
Created Faulty optimize imports
Hi,When I copy/paste source files from one package to another, the optimize imports will remove imports that are definitely used by the code (they should not be removed) and are available on the cl... -
Created Jump to source does not work for unit tests??
When I press F4 to 'jump to source' for a unit test that fails, it doesn't go to the correct java source.I have two modules in a project. One module is a maven project with a set of source and test... -
Created Tests not started (lots of failures)
I have a question about running JUnit tests.I have just inherited a project for which I'm running the tests. I have to re-create the classpath for the test resources, and in doing so, i realize a l...