News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

painfully needed feature - bookmarks list window

Started by Brane2, November 17, 2021, 08:10:55 AM

Previous topic - Next topic

Brane2

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.

AndrewCot

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.


Brane2

Quote from: 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.

For saving and restoring, yes.
For having breakpoint list in a window, no.

Pecan

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?

Brane2

Quote from: 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?

Yes, but that is useless once you have more than 10 bookmarks.

AndrewCot

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)