Author Topic: The 05 May 2007 build is out.  (Read 19569 times)

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 05 May 2007 build is out.et
« Reply #15 on: May 06, 2007, 08:18:50 pm »
It has been some days these bugs are there :
- Right click on Linux CB doesn't work.
- Where is the GTK+ wizard on Linux?
- When I try to create a wxWidget Project (2.6 or 2.8) with all default option (no custom) then I have a script error windows (I'll post the screen later).
- And finally I have this error when I load C::B : ERROR: Plugin resource not found: libwxsmithlib.zip.

I've test with a package I made (SVN3935) and the official package (SVN3925) using Ubuntu 7.04 Feisty Fawn.

Thanx

Kurapix
Code::Blocks package building script

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #16 on: May 06, 2007, 08:36:26 pm »
Another bug (maybe because of previous one ??)

Quote
Hi !

I found a small bug :
- File/New/Project...
- Right click on any item
- Click on Edit this script

The script is open in C::B in a modified state (* in the title bar) whereas it is not.

Dje

After script file close without saving, files are still present in open files list.

Dje

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 05 May 2007 build is out.
« Reply #17 on: May 06, 2007, 08:41:01 pm »
Quote
I found a small bug :
- File/New/Project...
- Right click on any item
- Click on Edit this script

The script is open in C::B in a modified state (* in the title bar) whereas it is not.

No bug here. It's explicitely set as modified (through code) the time you open it.
Be patient!
This bug will be fixed soon...

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 05 May 2007 build is out.
« Reply #18 on: May 06, 2007, 08:48:59 pm »
OK, I found just surprising to have it modified as I did not type anything...

What about this one ?
Quote
After script file close without saving, files are still present in open files list.



[attachment deleted by admin]

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 05 May 2007 build is out.et
« Reply #19 on: May 06, 2007, 10:44:02 pm »
- Where is the GTK+ wizard on Linux?

As far as i can remember (37xx build series) GTK+ wizard hasn't been available on Linux builds. But it's really simple create your own  user template and use it as reference for your future developments.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 05 May 2007 build is out.et
« Reply #20 on: May 07, 2007, 10:52:58 pm »
- And finally I have this error when I load C::B : ERROR: Plugin resource not found: libwxsmithlib.zip.

That should be fixed now :) Just small mistake in makefiles

BYO

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 05 May 2007 build is out.
« Reply #21 on: May 08, 2007, 04:35:32 am »
I confirm that it is fixed in revision 3941.

These bugs still exists :
- Right click on Linux CB doesn't work.
- Where is the GTK+ wizard on Linux? (wasn't there one already?)
- When I try to create a wxWidget Project (2.6 or 2.Cool with all default option (no custom) then I have a script error windows (I'll post the screen later).
Tested on revision 3941.

Kurapix
Code::Blocks package building script

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 05 May 2007 build is out.et
« Reply #22 on: May 08, 2007, 10:47:17 pm »
- And finally I have this error when I load C::B : ERROR: Plugin resource not found: libwxsmithlib.zip.

That should be fixed now :) Just small mistake in makefiles

BYO

I still have this issue, even after configure, make clean and make ....

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 05 May 2007 build is out.
« Reply #23 on: May 09, 2007, 01:07:35 am »
Maybe make uninstall may help. But it may also require manually removing share/codeblocks/plugins/* just before make install (libwxsmithlib may still be there from previous instalation and can not be automatically remved since after updating makefiles it's not seen as part of C::B).

BYO