Author Topic: Show inheritance info issue  (Read 3865 times)

cfleury

  • Guest
Show inheritance info issue
« on: January 07, 2009, 04:38:54 pm »
Hi,
I configured code blocks (8.02) to show the inheritance information but it is not displayed ... have I missed something? Is it a known issue?
Regards,
Christian

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Show inheritance info issue
« Reply #1 on: January 12, 2009, 03:58:02 pm »
Hi,
I configured code blocks (8.02) to show the inheritance information but it is not displayed ... have I missed something? Is it a known issue?
Regards,
Christian
Which os? Which version? How to configure? You should give more detail.
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.

cfleury

  • Guest
Re: Show inheritance info issue
« Reply #2 on: January 28, 2009, 05:14:43 pm »
Ollydbg: Sorry for this late reply. OS is XP, version is 8.02 (indicated in my post) and configaration is through the menu "Settings -> Editor -> Code completion and Symbols browser -> Symbols browser -> Display inheritance info).
Christian

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Show inheritance info issue
« Reply #3 on: February 01, 2009, 11:46:18 am »
Why not try "nightly build version" :D
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.