Author Topic: latest CVS plugin-changes killed contributed plugins  (Read 6956 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
latest CVS plugin-changes killed contributed plugins
« on: October 07, 2005, 01:15:53 pm »

since Yiannis commited today the files with the following log message

Quote
Log Message:
* Added extra parameter "trimSpaces" in GetArrayFromString()
* Removed cbPlugin::GetSDKVersionMajor() and cbPlugin::GetSDKVersionMinor() (moved inside following macros).
* Added CB_DECLARE_PLUGIN() and CB_IMPLEMENT_PLUGIN(name) to ease the plugin binding.
* Updated all plugins in CVS to use the above macros.
* Fixed code generated from PluginWizard to comply to the above changes.
* Fixed warnings in code generated from PluginWizard for cbProjectWizardPlugin plugins

the contributed plugins aren't recogniced any longer.
i hope this can be repaired soon.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: latest CVS plugin-changes killed contributed plugins
« Reply #1 on: October 07, 2005, 01:24:08 pm »
I 've fixed the plugins in plugins/contrib shortly after the first commit. Try a cvs update.
AFAIR the only plugin I haven't updated is svn but this is not in our CVS...
Be patient!
This bug will be fixed soon...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: latest CVS plugin-changes killed contributed plugins
« Reply #2 on: October 07, 2005, 01:24:46 pm »
Which plugins don't work for you?
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: latest CVS plugin-changes killed contributed plugins
« Reply #3 on: October 07, 2005, 01:51:51 pm »
Which plugins don't work for you?
wxSmith and Help-plugin

edit:
maybe they work again after i recompile em  :wink:
« Last Edit: October 07, 2005, 01:53:58 pm by tiwag »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: latest CVS plugin-changes killed contributed plugins
« Reply #4 on: October 07, 2005, 02:10:12 pm »
Hehe, the plugins in the contrib dir are *not* part of the main build process in windows :)
You have to compile them separately.
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: latest CVS plugin-changes killed contributed plugins
« Reply #5 on: October 07, 2005, 02:19:38 pm »
my god! - i'm so stupid -  :roll:

Hehe, the plugins in the contrib dir are *not* part of the main build process in windows :)
You have to compile them separately.
i did so now ...

... and everything is working properly (of course)
sorry for my false-alarm