User forums > General (but related to Code::Blocks)

Is that possible to add go foward/backward function?

(1/3) > >>

ilcvm:
Hello. I selected CB as my main develop IDE for project on AVR, ARM and win32 months ago. In these months CB satifsfied most of my need. But only one thing make me feel a little not so convenience is that CB lacks of the function to go forward or backward when I jump to the define of variables and functions.

This is a normal function exist in most IDE I used before. So it make me a little hard to adapt it. If this function could be add, I think it will make the user of other IDE more willing to switch to CB.

mariocup:
Hi ilcvm,

the BrowseTracker Plugin provides this functionality in CB. Excerpt of the CB manual.


--- Code: ---A common procedure when developing software is to struggle with a set of functions which are implemented in different files. The BrowseTracks plug-in will help you solve this problem by showing you the order in which the files were selected. You can then comfortably navigate the function calls.

--- End code ---

See the section 2.8 in the CB documentation for details (http://www.codeblocks.org/docs/main_codeblocks_en.html).

Perhaps you will discover other interesting features of Code::Blocks in the manual.

mmkider:

--- Quote from: ilcvm on October 29, 2009, 05:38:34 am ---Hello. I selected CB as my main develop IDE for project on AVR, ARM and win32 months ago. In these months CB satifsfied most of my need. But only one thing make me feel a little not so convenience is that CB lacks of the function to go forward or backward when I jump to the define of variables and functions.

This is a normal function exist in most IDE I used before. So it make me a little hard to adapt it. If this function could be add, I think it will make the user of other IDE more willing to switch to CB.

--- End quote ---

See this plugin, it's very easy to use.
But I don't provide binary dll, only source.
http://forums.codeblocks.org/index.php/topic,9886.0.html

zabzonk:
> the BrowseTracker Plugin provides this functionality in CB

I think the OP was wanting functionality similar to the "back" button in a Web browser (and if he wasn't, I'd certainly like it!)  which the BrowseTracker Plugin does not (I think) provide.


blueshake:
ollydeg had made some change for mmkider's browsertrackertracebar.see the addresshttp://forums.codeblocks.org/index.php/topic,10919.msg75543.html#msg75543

Navigation

[0] Message Index

[#] Next page

Go to full version