Author Topic: The 22 May 2007 build is out.  (Read 28198 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 22 May 2007 build is out.
« Reply #15 on: May 23, 2007, 09:16:14 am »
is it save to compile C::B under linux against wx2.8.x

Yes, if you're not using wx 2.8.3. :)
Be a part of the solution, not a part of the problem.

Offline mushakk

  • Multiple posting newcomer
  • *
  • Posts: 54
Re: The 22 May 2007 build is out.
« Reply #16 on: May 23, 2007, 02:40:37 pm »
There is a bug in the new version (22 May).

We canĀ“t now select a 'build target' and then operate with it (build, rebuild or clean workspace)

Thanks for your work!

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 22 May 2007 build is out.
« Reply #17 on: May 23, 2007, 02:56:01 pm »
@mushakk

Wait for the next nightly. It has been fixed. :)
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 May 2007 build is out.
« Reply #18 on: May 23, 2007, 03:36:37 pm »
bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358


I think in the past this used to work. Will try on an older build tomorrow hopefully.

Offline Ramazan Kartal

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 22 May 2007 build is out.
« Reply #19 on: May 23, 2007, 04:12:44 pm »

# Make project active by double-clicking in project manager tree (patch #2017)

Now I have to click the tiny little plus sign to see the list of files in a project.

Ramazan Kartal

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 22 May 2007 build is out.
« Reply #20 on: May 23, 2007, 04:13:26 pm »
I love the new build options/project options tab interface instead of the flip down interface.  It's a lot faster and easier to set project specific options with the tabs.  I love this IDE.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 22 May 2007 build is out.
« Reply #21 on: May 23, 2007, 04:26:45 pm »
Compiler plugin: Replaced build target's wxComboBox with a wxChoice (it fixes the "disappearing combo box" bug on Linux)


I have to say on my linux OpenSuse 10.2 box this problem still occurs. Tomorrow will try it out on another OpenSuse 10.2 box.


problem also remains on the other linux box.

Are you sure this works with wx263 ???

wxWidgets 2.6.3 is the version I have in my Gentoo and it's working fine. Do the wxChoice widgets in the CodeCompletion toolbar also disappear?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 May 2007 build is out.
« Reply #22 on: May 23, 2007, 04:37:26 pm »
CC  toolbar : no, they stay

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 22 May 2007 build is out.
« Reply #23 on: May 23, 2007, 04:45:57 pm »
bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358
I think in the past this used to work. Will try on an older build tomorrow hopefully.

Can you post a test project?
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 May 2007 build is out.
« Reply #24 on: May 23, 2007, 04:50:41 pm »
bug I noticed today : https://developer.berlios.de/bugs/?func=detailbug&bug_id=11151&group_id=5358
I think in the past this used to work. Will try on an older build tomorrow hopefully.

Can you post a test project?
just create a simple static lib project, check the settings like the example I gave in the bugreport.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 22 May 2007 build is out.
« Reply #25 on: May 23, 2007, 04:51:22 pm »
I just started downloading OpenSuse 10.2 so I can give it a try there. Since it's a DVD it'll take a few hours to download, but I hope I can try it tonight.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 22 May 2007 build is out.
« Reply #26 on: May 23, 2007, 05:03:18 pm »
just create a simple static lib project, check the settings like the example I gave in the bugreport.

Ok, even when the extension autogeneration is disabled, it's not respecting it. Does it happen with other compilers?
Be a part of the solution, not a part of the problem.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 22 May 2007 build is out.
« Reply #27 on: May 23, 2007, 05:03:54 pm »
Now I have to click the tiny little plus sign to see the list of files in a project.
The tree doesn't expands only if you activate another project.
So if you are activating another project just doubleclick twice.

Regards raph
« Last Edit: May 23, 2007, 05:12:03 pm by raph »

Offline Ramazan Kartal

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 22 May 2007 build is out.
« Reply #28 on: May 23, 2007, 10:42:47 pm »
Now I have to click the tiny little plus sign to see the list of files in a project.
The tree doesn't expands only if you activate another project.
So if you are activating another project just doubleclick twice.

Regards raph

I have several static lib projects which link to the main executable projects. So I have to click to see and open the files in static lib projects. By the way, what's the point of project activating by double clicking? I change the active project once or twice a week, but open files in other projects hundreths of times in a week.

Ramazan Kartal

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 22 May 2007 build is out.
« Reply #29 on: May 25, 2007, 03:34:43 am »
I was finally able to download and install OpenSuse 10.2. I installed wxGTK 2.6.3 with Yast, did a svn checkout of Code::Blocks, compiled it, ran it, opened the Code::Blocks project file, clicked on the build target's wxChoice and... it didn't disappear.

Did I do anything wrong? :P