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
Menu->Source:
- Toggle bookmark
- Next Bookmark
- Previous Bookmark...
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 ?
OK
What about #pragma region?
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
(http://www.webalice.it/jj2006/pics/RichMasm.png)