NO

Author Topic: Bookmark Line  (Read 3723 times)

user10

  • Guest
Bookmark Line
« on: March 11, 2015, 01:17:07 AM »
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

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Bookmark Line
« Reply #1 on: March 11, 2015, 11:49:37 AM »
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

  • Guest
Re: Bookmark Line
« Reply #2 on: March 11, 2015, 05:18:09 PM »
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 ?

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Bookmark Line
« Reply #3 on: March 11, 2015, 05:37:15 PM »
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

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Bookmark Line
« Reply #4 on: March 11, 2015, 05:49:34 PM »
Bookmarks are an advanced feature available only for advanced programming 8)

Quote
1. 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