News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

potential switcher questions

Started by taukimus, January 31, 2013, 04:10:37 AM

Previous topic - Next topic

ollydbg

Quote from: jarod42 on February 20, 2013, 06:26:05 PM
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.