Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Question about the code completion revamping done around 2010...
rickg22:
Hi all, it's been a while. I'm on a personal mission to revamp "find on files" in c::b, and I think of using the SearchTree class ( searchtree.cpp), which I originally wrote for Code Completion. I noticed many changes in that file, most by Morten. Mind refreshing me on the changes and why were they needed?
Thanks!
ollydbg:
I don't think there are much changes in the file "searchtree.cpp" since last two years. You can see the change logs.
I have problems to see the changes logs of this file before the merge of codecompletion branch, I'm using TortoiseSVN.
Jenna:
--- Quote from: ollydbg on November 06, 2011, 09:27:44 am ---I have problems to see the changes logs of this file before the merge of codecompletion branch, I'm using TortoiseSVN.
--- End quote ---
You can see the logs via websvn: http://svn.berlios.de/wsvn/codeblocks/trunk/src/plugins/codecompletion/parser/searchtree.cpp?op=log&peg=7562
ollydbg:
--- Quote from: jens on November 06, 2011, 09:49:40 am ---You can see the logs via websvn: http://svn.berlios.de/wsvn/codeblocks/trunk/src/plugins/codecompletion/parser/searchtree.cpp?op=log&peg=7562
--- End quote ---
Thanks jens, the websvn works great! It can clear show the log before the merge.
It is much better than TortoiseSVN. :D
MortenMacFly:
--- Quote from: rickg22 on November 06, 2011, 02:22:07 am ---Mind refreshing me on the changes and why were they needed?
--- End quote ---
If I look at the diff, I see that actually there were only a few interface adjustments, naming rules (for consistency) and kind of a debug intrface for our CC test application. Basically the functionality should not have changed.
Navigation
[0] Message Index
[#] Next page
Go to full version