News:

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

Main Menu

Release 15.12, RC1 has arrived

Started by killerbot, November 22, 2015, 09:15:53 PM

Previous topic - Next topic

killerbot

For the announcement see here:
http://forums.next.codeblocks.org/index.php/topic,20729.0.html

...this thread is for the feedback. Keep it coming!

stahta01

#1
From here http://sourceforge.net/projects/codeblocks/files/Binaries/15.12-RC1/ Note: It still mentions BerliOS.

Quote
Please do note that the primary download location with the official, up-to-date releases remains at BerliOS here: http://developer.berlios.de/projects/codeblocks The binaries available here have been downloaded from BerliOS and re-uploaded to SF.

Source: readme, updated 2012-02-12
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

The Installer displays 13.12, instead of 15.12, for a short time (on my slow computer it happens for about 1 second).

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

LETARTARE

CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

killerbot

#4
I think I know why :

!define CB_SPLASH        ${CB_ADDONS}\setup_splash_15xx.bmp


and setup_splash_15xx.bmp still talks about 13.12 ==> which graphic designer will adapt this ?

Krice

I find it weird that plugins menu has plugins listed that are not installed with the IDE. Would be nicer if the menu only has plugins that actually exist.

BlueHazzard

Quote from: Krice on November 24, 2015, 02:40:37 PM
I find it weird that plugins menu has plugins listed that are not installed with the IDE. Would be nicer if the menu only has plugins that actually exist.
Can you give some more details? I don't get any plugin listed, that is not installed (or active)

greetings

MortenMacFly

Quote from: killerbot on November 24, 2015, 08:52:52 AM
I think I know why :

!define CB_SPLASH        ${CB_ADDONS}\setup_splash_15xx.bmp

and setup_splash_15xx.bmp still talks about 13.12 ==> which graphic designer will adapt this ?
Yes, that is a placeholder. That's Why I was asking for a new logo... :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Quote from: MortenMacFly on November 25, 2015, 12:06:01 AM
Yes, that is a placeholder. That's Why I was asking for a new logo... :-)
OK - I've taken care about that one now...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Krice

Quote from: BlueHazzard on November 24, 2015, 03:02:37 PM
Can you give some more details? I don't get any plugin listed, that is not installed (or active)

This is the list in Plugins menu:

Find broken files in project - ok
Reload EditorConfig - ok
BYO Games - ok
Cccc - Failed to launch cccc.
Code profiler - ok (I guess)
Code Statistics - ok
Copy String to clipboard - ok
CppCheck - Failed to launch CppCheck. Please set up the cppcheck executable etc.
Devpak updater/installer - The DevC++ devpak plugin is not configured yet, do you want to.. etc.
Header Fixup - ok
Koders query - ok (at least shows the finder window, didn't try further)
Library finder - ok
Project options manipulator - ok
Regular expressions testbed - ok
Source code formatter (AStyle) - works, but is only messing the formatting (I guess this is its "style")
Symbol table plugin - ok
Windows XP Look'n'feel - nothing happens, do I already have XP look and feel?

Note that I have never selected or managed plugins, these ones are in the Plugin menu by default.

BlueHazzard

every single plugin works in your list, you are simply missing the main programs. Codeblocks is not responsible to ship the third party programs, but it supports them with its plugins:

cccc -> http://cccc.sourceforge.net/

CppCheck -> http://cppcheck.sourceforge.net/

Devpak -> Well, you have to configure it...

Source code formatter (AStyle) - works, but is only messing the formatting (I guess this is its "style") -> You can set up your style in the options: Settings->Editor->Source formatter. The standard is Allman formating...

Windows XP Look'n'feel -> You need a gui program. This plugin creates the manifest file that you get a XP Looking gui (this can probably be removed because it isn't necessary in windows > XP, but there are still people out there that use XP)

I have to admit that the plugin installation /handling is not ideal in C::B. I try to improve this at the moment, but it wont get in this release ;)

MortenMacFly

Quote from: BlueHazzard on November 25, 2015, 09:15:29 PM
every single plugin works in your list, you are simply missing the main programs. Codeblocks is not responsible to ship the third party programs, but it supports them with its plugins:

cccc -> http://cccc.sourceforge.net/

CppCheck -> http://cppcheck.sourceforge.net/

Devpak -> Well, you have to configure it...

Source code formatter (AStyle) - works, but is only messing the formatting (I guess this is its "style") -> You can set up your style in the options: Settings->Editor->Source formatter. The standard is Allman formating...

Windows XP Look'n'feel -> You need a gui program. This plugin creates the manifest file that you get a XP Looking gui (this can probably be removed because it isn't necessary in windows > XP, but there are still people out there that use XP)

I have to admit that the plugin installation /handling is not ideal in C::B. I try to improve this at the moment, but it wont get in this release ;)
It would be worth to think about shipping a current release of these tools with the release. The two tools are really tiny...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mageia

pretty good,font look much more better,two years finally have a new stable version out,congratulations

Krice

Quote from: BlueHazzard on November 25, 2015, 09:15:29 PM
CppCheck -> http://cppcheck.sourceforge.net/

I can see there is cppcheck.dll in the plugins directory, but how cppcheck is linked to C::B? I have CppCheck 1.70 installed, but it's 64-bit version so I think C::B doesn't find it. Right?

scarphin

You have to insert your cppcheck executable path in the cppcheck settings in codeblocks which I don't remember where now.