Author Topic: painfully needed feature - bookmarks list window  (Read 6929 times)

Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
painfully needed feature - bookmarks list window
« 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.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: painfully needed feature - bookmarks list window
« Reply #1 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.


Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: painfully needed feature - bookmarks list window
« Reply #2 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.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: painfully needed feature - bookmarks list window
« Reply #3 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?

Offline Brane2

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: painfully needed feature - bookmarks list window
« Reply #4 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.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: painfully needed feature - bookmarks list window
« Reply #5 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)