News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

I have written a little on wiki about code completion

Started by ollydbg, February 16, 2009, 10:12:11 AM

Previous topic - Next topic

ollydbg

After read the source code of Code Completion plug-in. I start writing the wiki page of development. It was great that if someone can enrich it?

http://wiki.codeblocks.org/index.php?title=Code_Completion_plugin

Thank you very much.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.