User forums > Nightly builds
The 21 June 2009 build (5678) is out.
oBFusCATed:
Ah, the problem is in C::B...
Here is part of the debug log:
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
The string is registered first and vector<string> matches the regexpr for the string class, so C::B tries to display it as string :(
oBFusCATed:
Is there some code in C::B (the code completion a suppose) that can parse the type of that is returned from the 'whatis' command?
Using regexpr is not robust :(
ollydbg:
--- Quote from: oBFusCATed on June 25, 2009, 10:30:30 pm ---Is there some code in C::B (the code completion a suppose) that can parse the type of that is returned from the 'whatis' command?
Using regexpr is not robust :(
--- End quote ---
In the Code Completion source code. There are two kind of parsers.
One is the general parser which parse all the files in the current workspace, and generate a database.
The other is a local parser which parse the locally context code, to give a tooltip or calltip things, it use many functionality from scintella.
I suggest using the first one. These code were located in:
parserthread.cpp (Note, both files in disk and wxstring in memory can be parsed) :D
But seems a little complex :D
nanyu:
there are two bookmasks submenus.
[attachment deleted by admin]
ollydbg:
--- Quote from: nanyu on June 26, 2009, 11:42:20 am ---there are two bookmasks submenus.
--- End quote ---
This is (maybe) mmkider's TraceBar plugin issue :D see here
I have reported several days ago. You can check the new released one.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version