Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

vector<int> is OK, but string or wstring no-work.

<< < (2/23) > >>

blueshake:

--- Quote ---blueshake: I believe this is related to the "real time parse" where probably some false file information is passed... Could that be? Can you please try SVN trunk?
--- End quote ---

ok,i will try it.but I just pass the filename .nothing more.

and see the string information in svn 5986 and svn 6056.see the screen shot.



[attachment deleted by admin]

blueshake:
um,it seems something relatived to the files.

in svn 6056(which not work),the debug log output:only 141 files are parsed.


--- Quote ---Parsing stage done (141 total parsed files, 28885 tokens in 0 minute(s), 1.781 seconds).
--- End quote ---


in svn 5986(which work,I have apply the real-time parser in my local copy with this svn version),the debug log output:164 files are parsed.


--- Quote ---Parsing stage done (164 total parsed files, 30028 tokens in 0 minute(s), 1.985 seconds).
--- End quote ---

MortenMacFly:

--- Quote from: blueshake on January 06, 2010, 12:06:23 pm ---and see the string information in svn 5986 and svn 6056.see the screen shot.

--- End quote ---
Hmmm... weird. So it could also e related to OllyDbg's modifications for the typedef handling. Because it's in fact a typedef.

blueshake:
mention to typedef ,but these codes work fine.

--- Code: ---#include <iostream>

using namespace std;
class qq
{
    int x;
    int y;
};
typedef qq pp;
typedef pp tt;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

--- End code ---

see the attachmet.


[attachment deleted by admin]

MortenMacFly:

--- Quote from: blueshake on January 06, 2010, 12:23:31 pm ---
--- Quote ---Parsing stage done (141 total parsed files, 28885 tokens in 0 minute(s), 1.781 seconds).
--- End quote ---

--- Quote ---Parsing stage done (164 total parsed files, 30028 tokens in 0 minute(s), 1.985 seconds).
--- End quote ---

--- End quote ---
Hmmm... could you do me a favour and try r6044 versus r6045? r6044 should still work. The modifications between r5986 and r6044 should not matter.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version