In some lines of code where I have constants I try to view "CTRL + mouseover" info
(shows type and value). If the definition of the constant is long and the location in
the editor close to screen border, the popup information goes partially off screen.
private static final String MY_DUMMY_CONSTANT = "This is my dummy long constant that
could be even longer";
...
someMethod() {
System.out.println("Try to CTRL + mouse over the following constant: " +
MY_DUMMY_CONSTANT);
}
The information in the popup window could be wrapped so that it does not go outside
the borders of the screen, alternativly the position of the popup window could be
located centered on screen or a combination of both...
--
Henri Ropponen
Ericsson AB
[EMAIL PROTECTED]
+46 31 344 9066
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs