Christian
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 36
-
Created How to copy lines from an effective POM?
Hi!I'm displaying an effective POM as described e.g. here http://stackoverflow.com/a/27035545/2018047Once it's on screen, how do I copy text from it?Ctrl+C doesn't work; neither does the context me... -
Created Maven dependency changes - how do I force IntelliJ to check all Java imports across all my project's classes are still ok?
Hi all,We chagned a maven dependency for our project. The version number changed from 1.x.y to 2.n.m, because of breaking changes (e.g. packages being renamed).How can I make sure IntelliJ goes thr... -
Created External Tools report format
Hi all,In IntelliJ, we can set up External Tools to run, and they can return their output in a format that IntelliJ can parse, to display messages, complete with line numbers, file names, and links... -
Created Find Next for Speed Search? Finding nested (collapsed) items with it?
Hi everyone,When I use Speed Search, is there a way to jump to the next (previous) text occurence?Also, when I'm searching the Project Structure view, is there a way to make Speed Search also searc... -
Created 14.1: Project structure not imported correctly from 14.0.3 - anyone else experiencing issues?
Hi all,I just installed IntelliJ 14.1, Community Edition. I didn't remove any of my previous installations, so still have 14.0.3 and 13.1.4 on my disk.When I opened 14.1 up, it initially looked lik... -
Created Why would IntelliJ not organise Java imports even though the Auto Import options for Java are enabled?
Hi!I'm trying to convince a colleague of mine how much nicer IntelliJ is compared to Eclipse. I finally got him to try it, and we set the Auto Import options to on (cf. attached screenshot).Unfortu...