News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

what does these "three dots" mean?

Started by ollydbg, March 01, 2009, 03:37:05 AM

Previous topic - Next topic

ollydbg

See the image below, I haven't seen this before. There are three dots on the left of editor.
Thank you :D

[attachment deleted by admin]
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.

nanyu

it is the "browse position"

press Ctrl key, and press left mouse down and keep a while, you will see it.



ollydbg

Quote from: nanyu on March 01, 2009, 09:47:35 AM
it is the "browse position"

press Ctrl key, and press left mouse down and keep a while, you will see it.




Thank you! It disappeared. But I still can't understand this trick. :(
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.


ollydbg

Quote from: Pecan on March 01, 2009, 02:16:01 PM
Wiki:

http://wiki.codeblocks.org/index.php?title=Browse_Tracker_plugins

Thank you very much!
It can really improve the navigating efficiency.
It also solved the puzzle I have post in this message.
http://forums.next.codeblocks.org/index.php/topic,10154.msg70357.html#msg70357

Shame.... that I haven't found this functionality before.
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.