Author |
Topic |
|
weshunt
Junior Member
USA
23 Posts |
Posted - Jan 24 2004 : 11:52:33 AM
|
When hovering over a method that has many implementations like std::string::replace, the tooltip window displays the first several hundred characters correctly, then shows garbage. It looks as if there is preallocated storage for the tooltip string somewhere that is overflowing.
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Jan 28 2004 : 3:06:42 PM
|
Fixed in 1214. |
Whole Tomato Software, Inc. |
|
|
weshunt
Junior Member
USA
23 Posts |
Posted - Jan 28 2004 : 5:18:51 PM
|
It's partially fixed for me.
Using the same example (std::string::replace), I type this:
<code> std::string s;
s.replace </code>
and hovering over "replace", the first hover come out perfect, and I see all twelve options. Any subsequent hover displays garbage exactly as before. If I press a single key (in any file), then the next hover shows the proper string, but once again, any hover after that displays garbage off the end.
Thanks, Wes
|
|
|
|
Topic |
|
|
|