Michael Schwarz
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
已编辑于 Move caret to end of logical line (ignoring soft-wraps)
已回答Hi! 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 In the debugger, how to ignore exceptions that never pass through my code
已回答Hi!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...