Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: christo on September 09, 2025, 07:25:48 pm

Title: BrowseTracker : toolbar button to jump to previously edited location
Post by: christo on September 09, 2025, 07:25:48 pm
Changes to add a button to jump to previously edited location is available in my github fork : https://github.com/josephch/codeblocks/commit/029005671abfeb6d7c3c07390030605448a09dff

I think it is a good idea to add this feature as it is very helpful for navigation during code editing. Button images are generated via chatgpt and might not be the most aesthetic.
Title: Re: BrowseTracker : toolbar button to jump to previously edited location
Post by: Pecan on September 11, 2025, 04:02:34 am
I cannot figure out how to save that page so I can copy the code out of it. I tried save as html, save as jpg, save as ptf, etc. and none of them allow me to mark and copy from them

Any one know how to capture the code out of that page?
Title: Re: BrowseTracker : toolbar button to jump to previously edited location
Post by: christo on September 11, 2025, 06:11:31 am
Hi Pecan, you can download it as a patch by adding .patch after commit hash.

https://github.com/josephch/codeblocks/commit/029005671abfeb6d7c3c07390030605448a09dff.patch

If this is not sufficient, I'll attach a proper patch later after work.

Thanks
Title: Re: BrowseTracker : toolbar button to jump to previously edited location
Post by: Pecan on September 11, 2025, 06:33:08 am
Hi Pecan, you can download it as a patch by adding .patch after commit hash.

https://github.com/josephch/codeblocks/commit/029005671abfeb6d7c3c07390030605448a09dff.patch

If this is not sufficient, I'll attach a proper patch later after work.

Thanks

Thanks. That looks like I can use that for cut and paste. I appreciate it.