6708 - Ctrl+F1 compilation error tooltip disappears waay too fast
Hello,
If I have a compilation error in Java which is highlighted in red and I press Ctrl+F1 - the tooltip appears but it closes after about a second (without me touching anything, even trying not to breathe) so it's hard to actually read it .. :)
My env: WinXP SP2, Selena build 6708
Thank you !
Please sign in to leave a comment.
Hello Evgeny,
Thank you, it's another regression.
I've created an issue http://www.jetbrains.net/jira/browse/IDEADEV-14734.
Alexander.
There is no need to hold your breath actually: as a workaround you can read
the message either
- in the tooltip after hovering the mouse over the error, or
- in the status bar after pointing the caret to the error.
--
regards,
--
Alexey Kudravtsev
Software Developer
JetBrains, Inc, http://www.jetbrains.com
"Develop with pleasure!"
"Alexander Chernikov" <Alexander.Chernikov@jetbrains.com> wrote in message
news:c8a8945a32838c923f38df643e0@news.intellij.net...
>
>
>> Hello,
>>
>> If I have a compilation error in Java which is highlighted in red and
>> I press Ctrl+F1 - the tooltip appears but it closes after about a
>> second (without me touching anything, even trying not to breathe) so
>> it's hard to actually read it .. :)
>>
>> My env: WinXP SP2, Selena build 6708
>>
>> Thank you !
>>
>
Ah, sure .. I've just tried to keep Ctrl+F1 tooltip from running away :)
Alexey Kudravtsev (JetBrains) wrote:
But then you need to use the mouse...
...and in the status bar you don't get the nice layout with one line per
error, or line breaks or color highlights within messages, as in:
fooMethod(String, int) in MyClass cannot be applied
to (int, int)