Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
New code completion remarks/issues
oBFusCATed:
I want to test it, but it failed to apply in the debugger branch... :(
Morten can you sync trunk and debugger branch?
MortenMacFly:
--- Quote from: oBFusCATed on October 06, 2009, 07:47:02 pm ---Morten can you sync trunk and debugger branch?
--- End quote ---
Sure, but not today anymore.
Hence you can surely just checkout the CC plugin from trunk only and do a file comparision/sanc with the debugger branch yourself. The only method you need to take care about is SetSelectionVoid. That should be the only difference to trunk then.
ollydbg:
Hi, here is the patch for tokenizer.cpp and tokenizer.h
I just change some variable name, such as
m_Str in DoGetToken() function changes to str.
Also, I add a function FixArgument to wrap a lot of operations.
[attachment deleted by admin]
MortenMacFly:
--- Quote from: oBFusCATed on October 06, 2009, 07:47:02 pm ---Morten can you sync trunk and debugger branch?
--- End quote ---
Done. Patch is not needed anymore, just uncomment the section in question in the tokenizer.
blueshake:
For the right valuetip on typedef.
patch:
--- Code: ---Index: src/plugins/codecompletion/parser/parserthread.cpp
===================================================================
--- src/plugins/codecompletion/parser/parserthread.cpp (revision 5852)
+++ src/plugins/codecompletion/parser/parserthread.cpp (working copy)
@@ -1765,6 +1765,7 @@
{
tdef->m_AncestorsString = ancestor;
tdef->m_ActualType = ancestor;
+ tdef->m_Type = ancestor;
}
else
tdef->m_ActualType = ancestor + args;
--- End code ---
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version