News:

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

Main Menu

resurrection of old plugins

Started by seb_seb0, August 30, 2010, 10:11:52 PM

Previous topic - Next topic

Cryogen


Howdy,

Thanks for the explanation. That helped a lot.

Quote from: dmoore on September 01, 2010, 04:40:21 AM
you should see status indicators for any changes. Have you updated recently. I recently fixed a bug that prevented the correct display of status for newer versions of subversion (which sounds like you describe)

Well done, that fixed it. I now get a variety of icons and can see it update when I change things. I'll have a play around, now.

Cheers.
DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]

Cryogen


Hey,

I finally got around to looking at ColorCoder. I've modified it to build as a contrib plug-in and patched the system build files. The file are attached in ColorCoder's thread. Morten, hopefully you won't need to do any work to add it to contrib, now. Anything required should be minimal.

Cheers.
DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]

Cryogen


Also, I just found that rndgen says it comes from the CB repo. but it's not in the contrib workspace.

Ciao.
DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]

gd_on

@dmoore
especially if your FileManager and PowerShell plugins become contrib plugins, could you internationalize them : changing some wxT and _T to the macro _ for menu items in FileManager or configuration items and tooltips for PowerShell.

Thanks by advance.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

dmoore

Quote from: gd_on on September 14, 2010, 11:25:01 AM
@dmoore
especially if your FileManager and PowerShell plugins become contrib plugins, could you internationalize them : changing some wxT and _T to the macro _ for menu items in FileManager or configuration items and tooltips for PowerShell.

will do.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

gd_on

@dmoore
Thanks.
but ...
I compiled these plugins on windows correctly.
This afternoon, I tried to do the same on Linux (Redhat 5) at work, but I obtained errors :
The first one : it claims for fam.h, that I don't have anywhere on this machine,
second one : I tried to compile after deleting the option -D__FAM__, but I have now an other error at line 1136 in directorymonitor.cpp, saying a problem with DirMonitorThread (I don't remember exactly which one, and I'm not on Linux now, but it has something to do with an incompatible declaration !).

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

dmoore

Quote from: gd_on on September 15, 2010, 07:13:22 PM
@dmoore
Thanks.
but ...
I compiled these plugins on windows correctly.
This afternoon, I tried to do the same on Linux (Redhat 5) at work, but I obtained errors :
The first one : it claims for fam.h, that I don't have anywhere on this machine,
second one : I tried to compile after deleting the option -D__FAM__, but I have now an other error at line 1136 in directorymonitor.cpp, saying a problem with DirMonitorThread (I don't remember exactly which one, and I'm not on Linux now, but it has something to do with an incompatible declaration !).

gd_on

you will need gamin on linux
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

gd_on

@dmoore
OK, it works now. Thanks. :D
As I'm not admin on my linux machine, I had to make some adjustments to the FileManager project to have it work in my own account.
First, I downloaded the last gamin sources and uncompressed them in my own home folder.
In the compilation search path, I added the path to the file fam.h
In the link, I explicitly added /usr/lib64/libgamin-1.so.0 because the pkg-config --libs gamin does not work for me (normal, because not installed), and I have already this lib installed, but the fam.h was not.
Like that, It compiles, and it works.
Now, I can ask to an admin to install properly the last version of gamin :), and it will be available for all users.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Cryogen


Hey,

I updated wxSmithKWIC SVN last weekend as I hadn't checked in the propgrid 1.4 changes. Also added a Unix project which may need some additional testing as my installation's having issues again.

Cheers,

Cryo.
DoxyBlocks: Now in contrib. Cool, baby.
DoxyDocs: [url="http://wxsmithaddons.sourceforge.net/docs/doxyblocks/"]http://wxsmithaddons.sourceforge.net/docs/doxyblocks/[/url]
wxSmith Add-ons: [url="http://wxsmithaddons.sourceforge.net/"]http://wxsmithaddons.sourceforge.net/[/url]
Cryo's Patchorama: [url="http://forums.next.codeblocks.org/index.php/topic,12619.0.html"]http://forums.next.codeblocks.org/index.php/topic,12619.0.html[/url]

Jenna

Quote from: stahta01 on October 03, 2010, 05:33:45 AM
Quote from: mituan on October 03, 2010, 04:15:16 AM
Is it possible a bug in GCC?

I have just tested in TDM GCC 4.5 and Loaden GCC 4.4.4.

Both of them has bad information about "wxString templateArgument".

Any suggestions?

Thanks.

@mituan: Please STOP hijacking threads with very little info about a problem that you might be having.
Start a new thread and give the needed info to have a slight chance of help.
What the heck was you doing when you got the error; an other stuff like that.

Tim S.
Hi Tim,
it's just a spambot and banned now.
Text was copied from one of ollydbg's posts in another thread http://forums.next.codeblocks.org/index.php/topic,12873.msg86906.html#msg86906 .