Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
modify codecompletion plugin to macro parser
visualfc:
I understand what you mean, But my code did not complete this function.
Is only able to identify the class type is or not template class type. Is not parser a variable.
blueshake:
@ollydbg
After some talk with visualfc .He told me the qt creator can parse template and it is open sources.I think we can learn some thing from it. :D
ollydbg:
--- Quote from: blueshake on November 11, 2009, 03:50:05 pm ---@ollydbg
After some talk with visualfc .He told me the qt creator can parse template and it is open sources.I think we can learn some thing from it. :D
--- End quote ---
I have already know that, you can see the links of this wiki page:
http://wiki.codeblocks.org/index.php?title=Code_Completion_Design#Usefull_Links
Actually, I have downloaded the source code of QT creator, but the source code is not easy to read. :(
visualfc:
Update source.
Remove name+realArgs mode
--- Code: ---newToken = TokenExists(newname+realArgs, localParent);
--- End code ---
To make and build on ubuntu9.10 bit32
download source and window bin:
http://code.google.com/p/visualfc/downloads/list
[attachment deleted by admin]
oBFusCATed:
Kdevelop4 should have the best c++ parser of all OSS IDEs, look their svn for the source:)
But in my opinion the only path for CB's code-completion is using the clang's libs.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version