News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 22 May 2007 build is out.

Started by killerbot, May 22, 2007, 09:44:27 PM

Previous topic - Next topic

Biplab

Quote from: PsYhLo on May 23, 2007, 08:39:12 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.

mushakk

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!

Biplab

@mushakk

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

killerbot

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.

Ramazan Kartal


# 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

indigo0086

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.

Ceniza

Quote from: killerbot on May 23, 2007, 08:33:48 AM
Quote from: killerbot on May 22, 2007, 10:00:19 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?

killerbot


Biplab

Quote from: killerbot 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.

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

killerbot

Quote from: Biplab on May 23, 2007, 04:45:57 PM
Quote from: killerbot 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.

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

Ceniza

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.

Biplab

Quote from: killerbot on May 23, 2007, 04:50:41 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.

raph

#27
Quote from: Ramazan Kartal on May 23, 2007, 04:12:44 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

Ramazan Kartal

Quote from: raph on May 23, 2007, 05:03:54 PM
Quote from: Ramazan Kartal on May 23, 2007, 04:12:44 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

Ceniza

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