T O P I C R E V I E W |
Uniwares |
Posted - Sep 18 2008 : 09:55:17 AM
This happens only for some (not even complex) classes. The functions shown are totally unrelated, not even used in any context around the location.
Any ideas? |
7 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Sep 24 2008 : 07:24:15 AM Multi-line tooltips and VA colouring, this is an attempt to avoid colouring comments as code in tooltips. This approach has problems with overloaded functions, but helps in quite a lot of cases. |
Uniwares |
Posted - Sep 23 2008 : 6:14:23 PM Damn it, it also shows with VAX disabled, so its the IDE then. Just never seen that happen before and I'm using vs2003 quite some years already. Hmm, but then again: VAX does color the tooltips nicely if enabled, but when they are two or more lines, VAX colors only the first line :) |
accord |
Posted - Sep 23 2008 : 3:30:10 PM Yes, I missed that, sorry.
The info for these tooltips are comes from the IDE. Do you see the same problem if you temporarily disable Visual Assist by
VAssistX -> Enable/Disable Visual Assist X ?
If yes, this is a bug in the IDE itself. Visual Assist only coloring the tooltip, so it shouldn't mess up the text in theory. |
Uniwares |
Posted - Sep 23 2008 : 12:53:54 PM Turned on, but did you notice that we are talking about "Debug tooltips" here? Those are NOT the common tooltips shown on source code, but evaluated tooltips during a debug session showing variable values. |
accord |
Posted - Sep 23 2008 : 02:37:07 AM Do you have
VA Options -> Advanced -> Display -> Display comments from source files when available
turned off or on?
I have to learn more about how default intellisense and tooltips are working under VS2003 (never used default intellisense under VS2003 and I am using context and definition fields instead of tooltips), but I think tooltips are getting from default intellisense under VS2003.
So I guess your IDE's intellisense info is messed up. Can you please try to rebuild your default intellisense information by deleting your project file's .nbc file? |
Uniwares |
Posted - Sep 18 2008 : 3:57:56 PM seen in 1647 too. Context and definition fields are correct, alt+g works fine. No idea where that comes from.
Forgot to mention its VS2003, C++. |
accord |
Posted - Sep 18 2008 : 3:04:15 PM Is this new in 1649 or it happened with 1647 also? When you go the caret over these functions, what do you see in the context and definition fields? Is Alt+G works on these functions and takes you to the correct place in source? |