Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Michael Schwarz
Follow
New posts
New posts and comments
Total activity
21
Last activity
April 16, 2022 20:51
Member since
July 28, 2010 20:26
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (6)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
April 16, 2022 20:51
Okay, that seems to work! Thanks! Is there a similar action, but for moving the carets to the start of the lines instead of the ends? Also this action is missing the …with Selection counterpart, as...
Community
IntelliJ IDEA Users
Move caret to end of logical line (ignoring soft-wraps)
0 votes
Created
March 04, 2014 12:10
With "1.6*" for JVMVersion:IntelliJ IDEA 13.0.2Build #IU-133.696, built on January 24, 2014JRE : 1.6.0_65-b14-462-11M4609 x86_64VM: Java HotSpot(TM) 64-Bit Server VM by Apple Inc. With "1.8*" for J...
Community
IntelliJ IDEA Users
Are proportional fonts supported by IntelliJ IDEA
0 votes
Created
March 04, 2014 09:59
I just noticed that I missed that you were taking about JDK 1.7. I'm running IntelliJ IDEA using Apple's JDK 1.6. The problems I noticed happen with Apple's JDK 1.6 as well as Oracle's current pre-...
Community
IntelliJ IDEA Users
Are proportional fonts supported by IntelliJ IDEA
0 votes
Created
March 04, 2014 09:54
Using JDK 1.8 does not solve the problem, but font rendering is much worse. Subpixel-hinting is not enabled and text looks much fainter (see the attached two screen shots), which makes it harder to...
Community
IntelliJ IDEA Users
Are proportional fonts supported by IntelliJ IDEA
0 votes
Created
December 10, 2013 21:00
Thank, I tried that again and it did work. I'm running OS X and I had to select the path ~/Library/Preferences/IdeaIC13/ while importing settings. For some reason it didn't work last time I tried, ...
Community
IntelliJ IDEA Users
Import Settings from Community Edition into Professional Edition
2 votes
Created
March 19, 2013 10:10
The case where I want to use a raw type is very rare so deleting the angle brackets in these cases would not be an issue. But the trick with choosing the completion entry with the "<" key seems to ...
Community
IntelliJ IDEA Users
Automatically insert angle brackets when completing a generic type.
0 votes
Created
November 13, 2010 09:07
I was afraid of that. This limitation makes it cumbersome when quickly testing some behavior of a library as I don't know beforehand which exceptions and where they will be thrown. This way, it's a...
Community
IntelliJ IDEA Users
How do you debug exceptions?
0 votes
Created
July 29, 2010 11:18
In the Stack Overflow question I write: "I normally want to break on any exception, wether caught or uncaught, as long as code I've written is between the place it's thrown and the place it's caugh...
Community
IntelliJ IDEA Users
In the debugger, how to ignore exceptions that never pass through my code
2 votes