News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Browsing code with CodeBlocks

Started by alberto, October 28, 2010, 10:37:40 AM

Previous topic - Next topic

alberto

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?

oBFusCATed

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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

alberto

Anybody know the name of the Plugin?

Plus...

@oBFusCATed - When will you be able to release your plugin??

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Pecan

Quote from: alberto on October 28, 2010, 10:37:40 AM
...
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.

ollydbg

Quote from: 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...

this one?
http://forums.next.codeblocks.org/index.php/topic,9886.msg68973.html#msg68973
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

alberto

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?

ollydbg

@alberto
you need to download the source code of Tracebar and build it.
that should works.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

alberto

Thats what I've already done. The plugin won't work with the released version of the SVN.

ollydbg

Quote from: 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.
You can PM the author of trackbar.
I have build trackbar plugin several months ago. I will check it if I had some time.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]