Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Brane2 on November 17, 2021, 08:10:55 am

Title: painfully needed feature - bookmarks list window
Post by: Brane2 on November 17, 2021, 08:10:55 am
I've just learned that bookmarks normally aren't saved and are lost on each project reload.

This is a headache, but browsemark plugin supposedly solves that.
But how is one to browse bookmarks without being able to open the  list ?

This is really needed.
My C++ knowledge is rudimentary and I wouldn't be able to find my way through C::B sources, so DIY option is out of the question for me, and I suspect, many others.
Title: Re: painfully needed feature - bookmarks list window
Post by: AndrewCot on November 17, 2021, 09:21:23 am
There is already a ticket for this:
https://sourceforge.net/p/codeblocks/tickets/696/

I would start by reading this ticket and posts an links etc.

Title: Re: painfully needed feature - bookmarks list window
Post by: Brane2 on November 17, 2021, 11:15:55 am
There is already a ticket for this:
https://sourceforge.net/p/codeblocks/tickets/696/

I would start by reading this ticket and posts an links etc.

For saving and restoring, yes.
For having breakpoint list in a window, no.
Title: Re: painfully needed feature - bookmarks list window
Post by: Pecan on November 21, 2021, 01:14:21 am
Eventually I'll something about this.
But you do know that you can set a hot key on View>BrowseTracker>Prev and next mark to navigate the bookmarks?
Title: Re: painfully needed feature - bookmarks list window
Post by: Brane2 on November 22, 2021, 01:37:14 am
Eventually I'll something about this.
But you do know that you can set a hot key on View>BrowseTracker>Prev and next mark to navigate the bookmarks?

Yes, but that is useless once you have more than 10 bookmarks.
Title: Re: painfully needed feature - bookmarks list window
Post by: AndrewCot on November 22, 2021, 03:46:15 am
If it is critical for you then you are free to download the C::B source and make the changes yourself.

Info on the process once you have made the changes yourself can be found on the following page:
  https://wiki.codeblocks.org/index.php/Creating_a_patch_to_submit_(Patch_Tracker)