News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Bookmark Line

Started by user10, March 11, 2015, 01:17:07 AM

Previous topic - Next topic

user10

Hi,

I have small request for making my life easier :D

a simple bookmark line feature that can remember user defined line of code, name it , remember and put into the list  so you can for example  do something like :

//b---code for bla bla
if(balabla){
}
//b---code for another blabla

and the feature would show  list of bookmark links so you can easily  go back to your code and debug faster
it would not hurt code it is comment line anyways
Thanks.  ;D

frankie

Menu->Source:

  • Toggle bookmark
  • Next Bookmark
  • Previous Bookmark...
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

user10

I understand. But it doesn't help.
If you have big file its almost same as scrolling through code so you never know where you are.
I believe this feature would save tons of time , cuz its easy to set and most of programmers is used to comment code.
Why not make 'special' comment lines load into list where you can easily jump to them ?

frankie

OK
What about #pragma region?
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

jj2007

Bookmarks are an advanced feature available only for advanced programming 8)

Quote1. The bookmarks: select some text and press Control D, as in your browser
2. The left & right arrows in the upper right corner provide you with a history of recent changes
3. Double-click on a word, e.g. on MyProc, press F3, and see a listbox of matches