T O P I C R E V I E W |
TheRawGod |
Posted - Jun 15 2006 : 11:57:57 AM I use VAX with Visual Studio 6.0 on win2k SP4 box. I've been using stable VA builds (<= 1446) for a while and never experienced the following problems, only after installing 1522:
1. Inside any function body, after typing a namespace name (reproduces constantly with std namespace, for instance) and putting first colon typing the second colon produces not that namespace members list but immediately inserts(!) some item from suggestion list, so instead of getting
std::
with std members list I get something like:
std:SOME_BOGUS_SYMBOL:
that is really annoying as I have to erase that crap and write required member myself:(
2. Another problem is that I can't make VA to list variable members correctly from time to time. Once again it constantly reproduses in the following situation:
std::string xxx;
xxx.c_s
typing continuously the code above does not result in the listbox containing desired "c_str()" but containing stuff like "basic_string" and some other std string classes:(
|
12 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Aug 08 2006 : 01:23:58 AM Case 1399 is fixed in build 1531. |
khb |
Posted - Jul 18 2006 : 02:20:07 AM Good to hear. Thank you.
Regards, Marcus. |
rhummer |
Posted - Jul 17 2006 : 4:34:01 PM It's marked for the next few builds, but the priority may be bumped. |
khb |
Posted - Jul 17 2006 : 4:24:57 PM I'd like to ask if there's already a schedule when case 1399 is going to be fixed. I run in the problem very often and it's a bit annoying...
Regards, Marcus. |
support |
Posted - Jun 26 2006 : 12:44:59 AM 1331, 1333 and 1355 are fixed in build 1525. |
feline |
Posted - Jun 20 2006 : 1:44:17 PM khb it looks like i am seeing the same thing, plus several other odd effects. thank you for the clear instructions, this always helps.
i suspect something slightly different is going on here, due to the book icons, but it may be the same underlying problem. for ease i have raised a new case for this.
case=1399 |
khb |
Posted - Jun 20 2006 : 08:42:40 AM I have a similar problem with build 1524. Easy to reproduce: Set up new dialog-based application with wizzard. Add a new member to the dialog class: int m_xBla. Go to the implementation of, e.g., OnInitDialog(). Type m_x<Ctrl+Tab>. Then I get a lot of strange suggestions with a blue book symbol in the front, e.g., m_xDropSource, m_xDropTarget, m_xInnerUnknown, etc. that I've never ever seen before. Moreover, m_xBla is not in the suggestion list.
I'm using VC6, Win XP, no further add-ins.
Regards, Marcus. |
feline |
Posted - Jun 19 2006 : 5:33:29 PM thank you for that, it looks like i have successfully reproduced this then. |
schoenherr |
Posted - Jun 19 2006 : 01:05:25 AM hello feline, yes I'm using VC6 |
feline |
Posted - Jun 17 2006 : 1:01:40 PM that is certainly related, but i am not certain if it is the same bug at work or not, so i have put in a new bug report for this
case=1355
schoenherr can you confirm that you are using VC6? i can reproduce this in VC6, but not in VS2003 |
schoenherr |
Posted - Jun 16 2006 : 01:33:27 AM i see a similar behavior when i try to write the constructor initializer list, e.g. CTest::CTest():<here a list with all methods and statics of CTest appears><pressing space accepts the first entry>
i wouldn't expect this list in this situation. also note that i haven't selected "Display Suggestion lists and accept with: Any character not valid in a symbol" |
feline |
Posted - Jun 15 2006 : 5:30:09 PM first problem, i am seeing the same thing. ouch.
case=1331
second problem, again i am seeing the same thing.
case=1333
thank you for the clear descriptions. hopefully these will be resolved fairly soon. |