Author Topic: recursive adding bug?  (Read 4406 times)

leongchiang

  • Guest
recursive adding bug?
« on: October 26, 2005, 02:18:46 am »
Hi,

I tried to add a sdk recursively hoping to have cross reference (typedef, define, class, method, functions) to it in my program, but codeblocks will act like halt forever, and the CPU is almost 100%.  So, what I do is to add the sub folders hand by hand, but the symbol defined by typedef and define doesn't see to have dependency link.  You may want to refer to sourceinsight for the interesting code cross reference, they can find any symbol in c/c++ which has already been defined.  I guess you have an index engine built-in, right?  However, you may want to have the other level of abstraction like eclipse, what I mean is one project can depend on the other, so that you don't need to include all the sdk into your source in order to cross reference to it.  You can define one project actually refer to other projects, so that the symbols have meaning on the reference.

Am I missing sth?  I can't find the class view of methods and attributes.

Full screen view is useful, can you have a shortcut key for it?

Thanks for your work ;)

LeongChiang