Author Topic: what does these "three dots" mean?  (Read 6856 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
what does these "three dots" mean?
« on: March 01, 2009, 03:37:05 am »
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.

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: what does these "three dots" mean?
« Reply #1 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.



Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: what does these "three dots" mean?
« Reply #2 on: March 01, 2009, 10:16:41 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.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: what does these "three dots" mean?
« Reply #4 on: March 01, 2009, 02:38:31 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.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.