Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
BrowseTracker plugin
Pecan:
--- Quote from: dje on June 06, 2007, 09:29:52 pm ---Hi Pecan !
With SVN 4051 a 4066, a SDK version problem happens.
--- Code: ---[21:26:43.515]: ERROR: C:\DevSofts\CodeBlocks/share/codeblocks/plugins/BrowseTracker.dll: not loaded (missing symbols?)
--- End code ---
What version do you use ?
Dje
--- End quote ---
Im some versions behind. I'll re-compile this evening.
Thanks
But, also, the zip file contains the source and .cbp projects.
So you don't have to wait for me.
dje:
--- Quote ---But, also, the zip file contains the source and .cbp projects.
So you don't have to wait for me.
--- End quote ---
I know but i'm looking for time ! And the little I have goes to the toolbar integration for the ThreadSearch plugin.
Nevertheless, I have the same problem building it in release and debug mode with SVN 4066
It works !
Dje
Pecan:
// ---------------------------
// Browse Tracker
// ---------------------------
BrowseTracker is a small CodeBlocks plugin to browse back and forth to recently activated CodeBlocks editors.
It keeps a 20 slot history of recently activated editors.
It uses the Alt-Left and Alt-Right command keys to move through the editor stack in the order in which they were activated.
For convienence there is a menu item at the bottom of the CodeBlocks Main Menu/View that allows you to clear the history stack.
Updated for SVN 4067
http://www.savefile.com/files/786712
The file above contains all source and .cbplugin files for both MSW and unix.
To install the plugin:
* Unzip the downloaded file.
* Close all active CodeBlocks projects
* Use the CodeBlocks installer at
MainMenu/Plugins/Manage Plugins.../Install New
* Navigate to the location you unzipped the file above.
* Double click BrowseTracker.cbplugin for MSWindows
* Double click libBrowseTracker.cbplugin for unix
You may have to restart CodeBlocks if there were pre-existing editors open during the install.
mariocup:
Hi Pecan,
thanks for the great plugin. Some time ago I asked for that feature and now it is available. Cool :D
http://forums.codeblocks.org/index.php/topic,5552.0.html
Some editors like vi, emacs, Textpad etc. have different buffer for copy and paste or a clipboard history. I think the same mechanism of browsetracker could be used to implement such a clipboard history. This is useful if you want to rename different variables in your source code. What do you think about that?
Bye,
Mario
Pecan:
--- Quote from: mariocup on June 07, 2007, 01:40:06 pm ---...
Some editors like vi, emacs, Textpad etc. have different buffer for copy and paste or a clipboard history. I think the same mechanism of browsetracker could be used to implement such a clipboard history.
...
--- End quote ---
True... But there are so many of these nice little "tray" programs that do just that. And they arn't limited to a single program.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version