Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
vector<int> is OK, but string or wstring no-work.
blueshake:
--- Quote ---Assume you have several projects in a WS (like the CC "TESTING" WS). Now if you have project A activated but edit a file with the same name of project B and within a function of the same name as present in project A the real-time parse will update the parser according to the editors name. Hence this may be truncated so what gets updated is the wrong method.
--- End quote ---
hi,morten:
if I remember right,the editor name should be the full name.for your example.if there are two same name files in projectA and projectB.
it should be .\projectA\filename
it should be .\projectB\filename
the parser should parse the file correctly according the editor file.
ollydbg:
--- Quote from: blueshake on January 14, 2010, 01:47:42 am ---
if I remember right,the editor name should be the full name.for your example.if there are two same name files in projectA and projectB.
it should be .\projectA\filename
it should be .\projectB\filename
the parser should parse the file correctly according the editor file.
--- End quote ---
I think a full file name with full path(such as: C:\projectA\AAA.cpp or C:\projectB\AAA.cpp )is recorded in the filelist of CC.
blueshake:
--- Quote ---I think a full file name with full path(such as: C:\projectA\AAA.cpp or C:\projectB\AAA.cpp )is recorded in the filelist of CC.
--- End quote ---
haha,that is what I want to express.
ollydbg:
--- 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:
[attachment deleted by admin]
blueshake:
where is the option "parse while typiing"?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version