Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
vector<int> is OK, but string or wstring no-work.
ollydbg:
--- Quote from: blueshake on January 14, 2010, 02:33:59 am ---where is the option "parse while typiing"?
--- End quote ---
Menu->settings->Editor->CodeCompletion.
blueshake:
hi,I encouter that the parser can not parse in real-time even I enable "parse while typing".
edit:
update to the latest svn without any change.
ollydbg:
--- Quote from: blueshake on January 14, 2010, 03:10:21 am ---hi,I encouter that the parser can not parse in real-time even I enable "parse while typing".
edit:
update to the latest svn without any change.
--- End quote ---
Yes, I can confirm this bug.
blueshake:
the reason is simple.
the variable needParse's scope is function scope.when it (needParse) leave the functioin body.it will be destroyed.so it will be false again when the carect is in different line.
Loaden:
--- Quote from: ollydbg on January 14, 2010, 02:09:35 am ---
--- Quote from: Loaden on January 13, 2010, 02:24:59 pm ---Oh, look this screenshot.
--- Code: ---#include <iostream>
#include <string>
using namespace std;
int main()
{
basic_string<wchar_t> ws;
ws.
return 0;
}
--- End code ---
--- End quote ---
@Loaden
This works fine here, rev 6083.
You can see the screen shot below:
--- End quote ---
If you drag the scroll bar prompt window, you will find many non-basic_string <T> function, it seems from iostream.
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version