Author Topic: Release 15.12, RC1 has arrived  (Read 58058 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Release 15.12, RC1 has arrived
« on: November 22, 2015, 09:15:53 pm »
For the announcement see here:
http://forums.codeblocks.org/index.php/topic,20729.0.html

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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Release 15.12, RC1 has arrived
« Reply #1 on: November 22, 2015, 09:57:56 pm »
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
« Last Edit: November 22, 2015, 10:02:34 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Release 15.12, RC1 has arrived
« Reply #2 on: November 22, 2015, 10:30:02 pm »
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Release 15.12, RC1 has arrived
« Reply #3 on: November 23, 2015, 05:01:47 pm »
For me too
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Release 15.12, RC1 has arrived
« Reply #4 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 ?
« Last Edit: November 24, 2015, 08:55:18 am by killerbot »

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Release 15.12, RC1 has arrived
« Reply #5 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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Release 15.12, RC1 has arrived
« Reply #6 on: November 24, 2015, 03:02: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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 15.12, RC1 has arrived
« Reply #7 on: November 25, 2015, 12:06:01 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 15.12, RC1 has arrived
« Reply #8 on: November 25, 2015, 12:23:22 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Release 15.12, RC1 has arrived
« Reply #9 on: November 25, 2015, 12:11:08 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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Release 15.12, RC1 has arrived
« Reply #10 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 ;)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 15.12, RC1 has arrived
« Reply #11 on: November 25, 2015, 09:47:34 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mageia

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Release 15.12, RC1 has arrived
« Reply #12 on: November 26, 2015, 09:23:36 am »
pretty good,font look much more better,two years finally have a new stable version out,congratulations

Offline Krice

  • Almost regular
  • **
  • Posts: 150
Re: Release 15.12, RC1 has arrived
« Reply #13 on: November 26, 2015, 11:35:30 am »
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?

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: Release 15.12, RC1 has arrived
« Reply #14 on: November 26, 2015, 12:12:28 pm »
You have to insert your cppcheck executable path in the cppcheck settings in codeblocks which I don't remember where now.