[SUGGESTION] tooltips in the IDE should have a better place |
Re: [SUGGESTION] tooltips in the IDE should have a better pl |
|
Good illustration, and looking at it I too have run into situations like that where I needed it shown elsewhere. Perhaps a configurable option for X,Y distance from caret or some presets, like Above or Below and Left and Right would help? I haven't found a work around yet either. |
||||||||||||||||
|
|
I think it would be okay if it is just below. It never was disturbing in Visual Studio :-)
I am glad I am not the only one seeing this. best Husker |
||||||||||||
|
|
I find it disturbing too sometimes, but there's a reason: The tooltip is above because you can also get the code completion below. This way thet don't overlap.
|
||||||||||||
_________________ - François PLANQUE |
|
That is indeed a good point. Visual Studio (sorry that I come up with this again, it is my main development environment) makes it like this:
if no parameter tooltip is present, the code completition appears below the current line. if the parameter tooltip is present, the code completition appears above the current line. The reason seems simple: First you want to see, what are the parameter types exactly and what did I already wrote in earlier lines. As soon I activate code completition I am just looking for a certain variable (which type i have in mind then, the tooltip is also still present). I could imagine a even better logic:
Usually there are empty lines between logical blocks in your code. If you initialize a list you have an empty line before your first initialization. So you can append (else-fork) the list or you can precede the list (if-fork). This would be a very subtle way of user assistance, just the way that it tries to keep "out of the way" of things the user want to see. Your thoughts? Husker p.s.: some companies would see such thing as a valuable patent, i don't... *sic* |
||||||||||||||
|
Site Admin
|
hmm, I tried my best and was unable to get VS6 showing tooltips above the line. Looks like it's always showing them below, even if list of the arguments is spreaded among multiple lines and some of the arguments are overlapped while the two lines above are empty. I noticed that when I move cursor down to the next arg, tooltip moves down too so current line is never overlapped with it.
|
||||||||||||
|
|
I forgot to mention I am using VS.NET 2003 (not migrated to 2005 yet).
Husker |
||||||||||||
|
[SUGGESTION] tooltips in the IDE should have a better place |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by