User:Ollydbg
From CodeBlocks
Revision as of 07:36, 31 October 2011 by Ollydbg (Talk | contribs) (optimized buffer (function body parsing))
Here is my patches to C::B
- Watches and breakpoints persistent
- Codeblocks portable fix for CC(applied in trunk)
- Toolbar and focus fix for CC(applied in trunk)
- Re: Add some comments to CC's code(applied in trunk)
- fix a parser problem on switch case statement(applied in trunk)
My todo list:
- enhance the preprocessor mechnism like preprocessor in Doxygen preprocessor, we can have three type of replacement rules. (just like the normal macro definition)
- we can optimize the parsing on the function body by striping the un-related scope