User forums > General (but related to Code::Blocks)
Navigation Button in Code::Blocks
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).
--- End quote ---
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.
--- End quote ---
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.
Navigation
[0] Message Index
[*] Previous page
Go to full version