News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Navigation Button in Code::Blocks

Started by mariocup, March 29, 2007, 08:23:12 AM

Previous topic - Next topic

mariocup

Hi,

Code::Blocks provides Bookmarks to navigate within a project, but sometimes it is desireable to navigate within different files using a back and forward navigation.
User often step in the editor to search for a call chain.
E.g a function foo calls function bar, then you go to function bar, this function calls another function xyz etc. and then it would be nice to navigate without bookmarks but using previous and next button.
Perhaps the navigation should be per project?

What do you think about that feature.

Bye,

Mario

dje

I like it !  :D

I used it in other editors and I find it very useful occasionnaly.
It is like the previous/next page of web browsers.

Dje

ascxaxsvcbsxbbqvcxqsbcvxs

Yes, nice idea  :lol:
Is it implemented now?

Roman

QuoteWhat do you think about that feature.

Hmm.. Do You use DirectBrain API to read the raw thoughts from my mind?

Best regards,
Roman
CB LSI (C::B as a Little Secret Initiative)

rjmyst3

This is #1 on my wish list.
I'm looking forward to it very much!
[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

mariocup

Hi,

this feature is already implemented in the Browse Tracker plugin. See the documentation for details (http://codeblocks.org/manual.shtml).

manciuleas

Hi,

I'd like to use that feature too, but I haven't found that plugin in revision 4457. It's not listed in the plugins list nor somewhere in the sources.

Regards

dje

Quote from: mariocup on September 12, 2007, 07:29:42 AM
Hi,

this feature is already implemented in the Browse Tracker plugin. See the documentation for details (http://codeblocks.org/manual.shtml).

Hi !

In my opinion, it is partially implemented; I mean keeping browsing file history is nice (Thanks Pecan !) but from your descritption and I what I had understood, the jumps into open files should be added, quite like html browser. Maybe single clicks could be recorded so that not only files but files and position are saved.


Quote
I'd like to use that feature too, but I haven't found that plugin in revision 4457. It's not listed in the plugins list nor somewhere in the sources.
You should use the wiki
BrowseTracker plugin


Dje

manciuleas

Thanks dje for the reply.
Unfortunately importing in rev. 4464 does not work 'out of the box'. I had to recompile the plugin, and I got 2 compiler errors. I got rid of them after replacing
         GetAppWindow()->GetMenuBar();
with
         GetAppFrame()->GetMenuBar();.

After that everything went OK.