Author Topic: potential switcher questions  (Read 9565 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: potential switcher questions
« Reply #15 on: February 22, 2013, 10:29:22 am »
In VS, this window is called 'Code definition Window'.
(but VS do (random?) choose in case of ambiguity :/ )

The window is automatically updated when caret position change.
It is a permanent show declaration of xxxx.

Ok, this is exactly what I said in my previous post. Please file a feature request(in C::B page of BerliOS). Thanks. :)
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.