Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Martin Fuhrer
Follow
New posts
New posts and comments
Total activity
1453
Last activity
January 18, 2016 14:37
Member since
October 18, 2002 16:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
526
Activity overview
Posts (60)
Comments (867)
Sort by recent activity
Recent activity
Votes
Created
September 13, 2010 06:50
That's a technical problem of the forum software. What I really wrote was: "Just press <Escape>." But as I wrote it with a news client, the <Escape> has been swallowed somewhere. :)
Community
IntelliJ IDEA Users
Small question: keyboard shortcut to jump to active editor window
0 votes
Created
September 10, 2010 15:32
Just press .On 9/10/2010 6:08 PM, Stephen Boesch wrote:A very nice feature of IJ is that jumping between different windows has good keyboard support. E.g. Alt-4 goes to the Run window, Alt-0 goes...
Community
IntelliJ IDEA Users
Small question: keyboard shortcut to jump to active editor window
0 votes
Created
April 27, 2010 13:34
Settings -> Editor -> Appearance -> Show vertical indent guides
Community
IntelliJ IDEA Users
White vertical lines in 9.0.2?
0 votes
Created
March 12, 2010 14:50
Thanks, Russ. Didn't expect it there...
Community
IntelliJ IDEA EAP Users
Where has 'optimize imports on the fly' gone?
0 votes
Created
March 12, 2010 13:22
And where exactly? I would expect it on the Code Style -> Imports page, but there I can't find it.On 3/12/2010 2:06 PM, Dmitry Jemerov wrote:Hello Martin,>>> When typing 'optimize' in the settings ...
Community
IntelliJ IDEA EAP Users
Where has 'optimize imports on the fly' gone?
0 votes
Created
March 08, 2010 15:58
You can also exclude whole directories, which simplifies things in many situations. And when you want to include them again, just go to Settings -> Compiler -> Excludes and include whatever you wan...
Community
IntelliJ IDEA Users
Running and building in IntelliJ ?
0 votes
Created
March 08, 2010 15:03
That's no problem with IDEA. You have to exclude the offending classes from compile, and then everything works fine. The most convenient way is to run make, get some errors in the message pane, and...
Community
IntelliJ IDEA Users
Running and building in IntelliJ ?
0 votes
Created
February 19, 2010 08:55
Yes, we're working on it.On 2/19/2010 11:40 AM, Claus Elsborg wrote:Hi>Any chance to get support for JBoss AS 6 M2 in the next EAP?>When configuring AS 6 M2 as an application Server I get the follo...
Community
IntelliJ IDEA EAP Users
Support for JBoss AS 6 M2
0 votes
Created
February 11, 2010 07:25
You're right, it is possible that several threads access the Integer object simultaneously. But that's no problem, as an Integer object is immutable. The only thing which can happen is that another...
Community
IntelliJ IDEA Users
@Nullable class field
0 votes
Created
February 10, 2010 12:14
The problem is that you are accessing the field b twice. And in a multithreaded environment it is possible that another thread is changing b to null just between those two calls. The only way to ma...
Community
IntelliJ IDEA Users
@Nullable class field
0 votes
1
2
3
4
5
6
›
»