User forums > General (but related to Code::Blocks)
Is that possible to add go foward/backward function?
ilcvm:
--- Quote from: mmkider on October 29, 2009, 10:56:00 am ---
--- 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
--- End quote ---
I have downloaded the source from the link and complied it. But CB svn 5859 failed to load the plugin at startup.
I build a test plugin made by the CB 5859 plugin wizard. And this fail, too.
I used mingw32-4.2.1, wxWidgets-2.8.10 to build the source of CB svn 5857(I can't find 5859 in svn server) and plugins. The CB I complied myself can load the plugin I builded successfully but not other plugins I copied from the nightly build 5859.
Could someone estimate the errors I may have made in building? How to make the plugins I build can work with the nightly build release by the forum?
Thanks very much.
mmkider:
--- Quote from: ilcvm on October 30, 2009, 09:06:58 am ---
--- Quote from: mmkider on October 29, 2009, 10:56:00 am ---
--- 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
--- End quote ---
I have downloaded the source from the link and complied it. But CB svn 5859 failed to load the plugin at startup.
I build a test plugin made by the CB 5859 plugin wizard. And this fail, too.
I used mingw32-4.2.1, wxWidgets-2.8.10 to build the source of CB svn 5857(I can't find 5859 in svn server) and plugins. The CB I complied myself can load the plugin I builded successfully but not other plugins I copied from the nightly build 5859.
Could someone estimate the errors I may have made in building? How to make the plugins I build can work with the nightly build release by the forum?
Thanks very much.
--- End quote ---
Do you have copy tracebar.zip into .\CodeBlocks\ directory and copy tracebar.dll into .\codeblocks\plugins\ directory ?
ilcvm:
--- Quote from: mmkider on October 30, 2009, 10:02:54 am ---
--- Quote from: ilcvm on October 30, 2009, 09:06:58 am ---
--- Quote from: mmkider on October 29, 2009, 10:56:00 am ---
--- 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
--- End quote ---
I have downloaded the source from the link and complied it. But CB svn 5859 failed to load the plugin at startup.
I build a test plugin made by the CB 5859 plugin wizard. And this fail, too.
I used mingw32-4.2.1, wxWidgets-2.8.10 to build the source of CB svn 5857(I can't find 5859 in svn server) and plugins. The CB I complied myself can load the plugin I builded successfully but not other plugins I copied from the nightly build 5859.
Could someone estimate the errors I may have made in building? How to make the plugins I build can work with the nightly build release by the forum?
Thanks very much.
--- End quote ---
Do you have copy tracebar.zip into .\CodeBlocks\ directory and copy tracebar.dll into .\codeblocks\plugins\ directory ?
--- End quote ---
Yes, I did. A warning message showed up when CB start up which noted that the plugin loaded failed.
ollydbg:
@ilcvm
The requested function has already in the BrowseTracker 1.2.84 2009/11/7. So, it seems mmkider's plugin isn't needed. :D
You can both test the nightly build or the trunk code.
You should add the short-cut key for "jump forward" and "jump backward".
ilcvm:
--- Quote from: ollydbg on November 15, 2009, 05:06:16 pm ---@ilcvm
The requested function has already in the BrowseTracker 1.2.84 2009/11/7. So, it seems mmkider's plugin is don't needed. :D
You can both test the nightly build or the trunk code.
You should add the short-cut key for "jump forward" and "jump backward".
--- End quote ---
Thanks for reminding me. I have already tried this new function from SVN5900. This function is great. It make CB much more convenience to me.
Many thanks to the hard work of all the developers of CB.
Navigation
[0] Message Index
[*] Previous page
Go to full version