Michael Schwarz

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Edited Move caret to end of logical line (ignoring soft-wraps)
AnsweredHi! Is there a way to move the caret to the end of the current line, ignoring soft-wraps (i.e. right before the next newline or end of file), as a single action? I normally use the Move Caret to Li... -
Created Are proportional fonts supported by IntelliJ IDEA
Yesterday I tried to investigate using a proportional (i.e. non-monospaced) font for code editors and thus set IntelliJ IDEA to use Lucida Grande. While I seems to work pretty well, I found a few a... -
Created Import Settings from Community Edition into Professional Edition
Hi,I just upgraded to IntelliJ IDEA 13 Professional Edition and would like to import my settings from IDEA 12 Community Edition. When launching IDEA 13, it asks me to import my settings but I can't... -
Created Automatically insert angle brackets when completing a generic type.
Please forgive me, if this question has already been aswered. It seems so trivial to me that I'm sure someone else already had the same idea.In IntelliJ IDEA 12, is it possible to have the angle br... -
Created How do you debug exceptions?
HiI'm debugging an interactive application. The code throws different exceptions when something goes wrong. This means that I usually like to have an exception breakpoint that breaks on any excepti... -
Created In the debugger, how to ignore exceptions that never pass through my code
AnsweredHi!I've posted a question on Stack Overflow, asking whether it is possible to ignore Exceptions that never pass through my code (i.e. non-library code). Or how to break on exceptions at the point w...