Pelles C forum

Pelles C => Feature requests => Topic started by: user10 on March 11, 2015, 01:17:07 AM

Title: Bookmark Line
Post by: user10 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
Title: Re: Bookmark Line
Post by: frankie on March 11, 2015, 11:49:37 AM
Menu->Source:
Title: Re: Bookmark Line
Post by: user10 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 ?
Title: Re: Bookmark Line
Post by: frankie on March 11, 2015, 05:37:15 PM
OK
What about #pragma region?
Title: Re: Bookmark Line
Post by: jj2007 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
(http://www.webalice.it/jj2006/pics/RichMasm.png)