Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: alberto on October 28, 2010, 10:37:40 am

Title: Browsing code with CodeBlocks
Post by: alberto on October 28, 2010, 10:37:40 am
Hi,

Am I correct in assuming that Browse Tracker is the only method of browing code?

I'm sorry to mention here but when using CodeWright there are back/forward buttons which takes you to your last cursor position whichever files they maybe in.

Is there any plugin similar available for CodeBlocks?
Title: Re: Browsing code with CodeBlocks
Post by: oBFusCATed on October 28, 2010, 11:34:01 am
There was another plugin, but I don't remember its name.
Also I've a simple plugin that does this, but it is not finished...
Title: Re: Browsing code with CodeBlocks
Post by: alberto on October 29, 2010, 12:19:50 pm
Anybody know the name of the Plugin?

Plus...

@oBFusCATed - When will you be able to release your plugin??
Title: Re: Browsing code with CodeBlocks
Post by: oBFusCATed on October 29, 2010, 12:46:42 pm
When it is ready  :lol:
Title: Re: Browsing code with CodeBlocks
Post by: Pecan on October 29, 2010, 09:25:03 pm
...
I'm sorry to mention here but when using CodeWright there are back/forward buttons which takes you to your last cursor position whichever files they maybe in.

For me, BrowseTracker does the same. Alt-arrow up/down switches between the last and next editors in the use stack.

Assigning Alt-arrow left/right to Menu/View/Jump/back/forward cycles between the previous/next cursor positions (within a half page) within a use stack.
Title: Re: Browsing code with CodeBlocks
Post by: ollydbg on October 30, 2010, 03:38:50 pm
There was another plugin, but I don't remember its name.
Also I've a simple plugin that does this, but it is not finished...

this one?
http://forums.codeblocks.org/index.php/topic,9886.msg68973.html#msg68973
Title: Re: Browsing code with CodeBlocks
Post by: alberto on November 19, 2010, 12:18:54 pm
Ok, I downloaded and built codeblocks (I'm using svn6752), built wxwidgets and then Tracebar.

But... the Tracebar plugin refuses to work with my released svn build, it works ok if I run Codeblocks from the version I have built myself (ie the same svn6752).

I get the usual, possible SDK error on startup.

Anyone know whats wrong?
Title: Re: Browsing code with CodeBlocks
Post by: ollydbg on November 19, 2010, 01:08:22 pm
@alberto
you need to download the source code of Tracebar and build it.
that should works.
Title: Re: Browsing code with CodeBlocks
Post by: alberto on November 19, 2010, 01:10:10 pm
Thats what I've already done. The plugin won't work with the released version of the SVN.
Title: Re: Browsing code with CodeBlocks
Post by: ollydbg on November 19, 2010, 01:13:09 pm
Thats what I've already done. The plugin won't work with the released version of the SVN.
You can PM the author of trackbar.
I have build trackbar plugin several months ago. I will check it if I had some time.
Title: Re: Browsing code with CodeBlocks
Post by: oBFusCATed on November 19, 2010, 02:00:23 pm
... released version of the SVN....
What do you mean here?