Author Topic: MSVS RockScroll like plugin?  (Read 9635 times)

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
MSVS RockScroll like plugin?
« on: January 10, 2009, 10:22:58 pm »
I just saw this awesome plugin for MS Visual Studio called RockScroll:
http://clipmarks.com/clipmark/4719B472-3F4B-432C-9697-7F835E74A8E9/

I was wondering how hard the devs think it would be to make a plugin like this for C::B?
Could we get CodeBlocks to render the code window to a different context or something?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: MSVS RockScroll like plugin?
« Reply #1 on: January 11, 2009, 03:40:49 am »
Is it necessary to have a thumbnail view of the your code?
Codeblocks renders the code through "scintilla" ,see here:
http://www.scintilla.org/
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.

slashfear

  • Guest
Re: MSVS RockScroll like plugin?
« Reply #2 on: January 21, 2009, 12:37:38 am »
** Content removed **

Please don't hijack  threads, that have nothing to do with your question !!

Jens
« Last Edit: January 21, 2009, 12:42:49 am by jens »

Offline Cymon

  • Single posting newcomer
  • *
  • Posts: 4
Re: MSVS RockScroll like plugin?
« Reply #3 on: February 20, 2009, 03:21:56 am »
Resurrecting, because I basically came looking for the same thing. A plug in where you could see your code real small (1pt) on the side of your code would be AWESOME. I'd hate to have to switch to Visual Studio to have it.

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: MSVS RockScroll like plugin?
« Reply #4 on: February 21, 2009, 03:33:33 am »
Glad someone else thinks this would be a good idea :)

Wish I had more time, I would look into writing this...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: MSVS RockScroll like plugin?
« Reply #5 on: February 21, 2009, 04:39:21 pm »
While I don't see the use of such a thing, in the mean time you could hold down the Ctrl key and give your mouse wheel an upwards tolchock. That will make the editor's font size tiny (for whatever it's good).

Seriously though, we're talking of source code here, not of images, right? So what's the actual benefit of seeing things in thumbnail size? Aren't bookmarks or find/jump to implementation a whole lot more useful than trying to guess from a thumbnail where you want to go?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: MSVS RockScroll like plugin?
« Reply #6 on: February 21, 2009, 07:01:21 pm »
book marks, find/jump to implementation, all that are incredibly helpful.

And this is just another tool in that vein :)