News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

New third-party plugins

Started by mandrav, May 27, 2005, 10:31:47 PM

Previous topic - Next topic

mandrav

Although many of you might have noticed, I just wanted to let people now about some new plugins under development.

In the C::B CVS tree, a new folder has been added: src/plugins/contrib.
In there you will find plugins that are maintained by their authors.
Currently we have three plugins in there:

Help plugin
A plugin contributed and maintained by bourricot. It adds user-defined menu entries in the Help menu and context keyword searching for the word under the caret (in the editor's popup menu). It works with .HLP and .CHM files for the moment.
Time-saver :)

DevPak installer/updater plugin
This plugin is contributed and maintained by me. It supports installing/updating Dev-C++ DevPaks. It can work in cached mode, meaning that no active internet connection is needed to browse the DevPaks database (assuming you have connected at least once, so it's cached).
I have made it fully compatible with PackMan.exe (from Dev-C++) so you can use either PackMan or the plugin. They both "see" the same database :)
And, of course, you have the ability to configure where the DevPaks will be installed, so you can point it to the Dev-C++ dir and when you install a DevPak in, say, Dev-C++, Code::Blocks is updated too and vice-versa ;)

wxSmith - The RAD editor plugin
Contributed and maintained by byo. With so many threads/posts about it in this forum, you can't have missed it ;)

Yiannis.
Be patient!
This bug will be fixed soon...

byo

Quote from: mandrav
DevPak installer/updater plugin
This plugin is contributed and maintained by me. It supports installing/updating Dev-C++ DevPaks. It can work in cached mode, meaning that no active internet connection is needed to browse the DevPaks database (assuming you have connected at least once, so it's cached).
I have made it fully compatible with PackMan.exe (from Dev-C++) so you can use either PackMan or the plugin. They both "see" the same database :)
And, of course, you have the ability to configure where the DevPaks will be installed, so you can point it to the Dev-C++ dir and when you install a DevPak in, say, Dev-C++, Code::Blocks is updated too and vice-versa ;)

I've lookeed into this plugin already and have one notice: Through DevPak You can update Dev-C++. Will there be same option for C::B (maybe new packs server :D).

mandrav

Yes, I guess if it proves stable enough, we can start releasing updates through it, using our own devpak server.

Yiannis.
Be patient!
This bug will be fixed soon...

takeshimiya

And when that time arrives I strongly recommend using a binary diff patcher like xdelta (very efficient).


I've made a basic GUI for xdelta1: http://kaze-fansub.com.ar/basura/takeshimiya/wxdelta-2005.05.17-distrib-win32.rar

xdelta 1 is opensource and it's tested on windows and linux.
xdelta 2 & 3 are are opensource and only tested in linux.

I have only tried xdelta 1 and is good enough for this purpose, I have yet to try the new versions as they are more better.

Regards,
Takeshi Miya

Bourricot

Quote from: mandrav on May 27, 2005, 10:31:47 PM
Help plugin
A plugin contributed and maintained by bourricot. It adds user-defined menu entries in the Help menu and context keyword searching for the word under the caret (in the editor's popup menu). It works with .HLP and .CHM files for the moment.
Time-saver :)

I think the real maintener is now Ceniza.  I have expected to have more free time but that was only a dream, and i have  no more net at home  :(.
But good news, Ceniza is doing a better job than me   :).

jmccay

Sorry if this is the wrong forum.  I tried out the third party pluggins and downloaded the Boost 1_31_0 pluggin.  It installed fine on my system, but the directories it added to CodeBlocks were not correct.  It didn't create them or move the files.  Everything got installed under c:\development\packages\the-agency instead of c:\development\packages\packages\include & c:\development\packages\packages\include.  Is this pluggin still a work in progress?  Or is this a package issue?
Joe M.
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

tiwag

Quote from: jmccay on August 07, 2005, 02:53:28 AM
... I tried out the third party pluggins and downloaded the Boost 1_31_0 pluggin.  ...

i've never heard something about this plugin,
from where did you hear of and download ?

Urxae

Maybe he means he used the DevPak plugin to get the Boost devpak.

jmccay

Yeah.  I used the devpak pluggin to download 1.31.0 Boost DevPak.  I wondering if anyone else had this problem.
Joe
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

polygon7

Quote from: jmccay on August 08, 2005, 01:15:08 AM
Yeah.  I used the devpak pluggin to download 1.31.0 Boost DevPak.  I wondering if anyone else had this problem.
Yes, i have Boost in "the-agency" directory, too.
best regards,
p7
Free open source UML modeling tool: ArgoUML

Urxae

Unfortunately, mandrav (the one who created the devpak plugin) is currently on a three week vacation...

mandrav

Quote from: Urxae on August 08, 2005, 08:36:18 AM
Unfortunately, mandrav (the one who created the devpak plugin) is currently on a three week vacation...

Hey, I 'm back and I 'll take a look at it ;)

Yiannis.
Be patient!
This bug will be fixed soon...

rickg22

In the sourceforge bug reports, the maintainer of the devpacks repository filed a bug saying that he changed something in the server, and that broke codeblocks devpack plugin.

Ceniza

Hmmm, what about editing mandrav's first post to list the current third-party plugins?

Well, that'd be a choice at forums level (keep the list in the first post), or start using the Downloads page (Add-ons section), at least for listing them.

The current list should be (maybe I miss some):
* Help plugin
* DevPack installer / updater plugin
* wxSmith - The RAD editor plugin
* SVN plugin
* C::B Profiler
* Code Statistics
* FileTabMenu
* Source HTML Exporter

mandrav

Quoteor start using the Downloads page (Add-ons section), at least for listing them.

I agree with this. Rick?
Be patient!
This bug will be fixed soon...