Author Topic: The 22 May 2010 build (6271) is out.  (Read 71769 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 22 May 2010 build (6271) is out.
« on: May 22, 2010, 01:09:13 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc441.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc441.7z

The 22 May 2010 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20100522_rev6271_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Fixed: A bug in "Advanced Options" page of wxWidgets Project wizard. (Thanks Hans Henrik for pointing this)
  • KeyBinder 1.0.49 2010/03/3 : Apply patch 2885 by techy
  • CppCheck plug-in : switch to input file list style of the new cppcheck (1.41)
  • Build fix for SqPlus.
  • Fixed: Compiler warning - "warning: 'dllimport' attribute ignored"
  • fixed a bug on linux: the list of plugins that should be loaded in batch-build-mode was not saved
  • cc: applied patch by Loaden to fix VC header parsing
  • cc: some code cleanup, additional debug messages
  • fixed a typo in sqstdstring.cpp
  • fix for bug #17097 (Manager panel incorrect behaviour), also changes the behaviour of logger tabs, they now get toggled instead of closed, if close_on_all_tabs is active and the close-button is clicked (fix the bug described here: http://forums.codeblocks.org/index.php/topic,12450.0.html)
  • CC: bug fix for GetGCCCompilerDirs failed in Archlinux (thanks Loaden)
  • applied patch for wizard's default compiler error (thanks Loaden)
  • CC: fix 'Tokenizer::FixArgument' bug: support skip C++ comment (thanks Loaden)
  • CC: Fix a bug for ' extern "C++" ' (thanks Loaden)
  • Applied: [Patch #2974] adjust path to scintilla in "plugin::ScriptedWizard"
  • Applied: [Patch #2969] to wxWidgets wizard.
  • fixed possible crash candidate
  • Applied: [Patch #2977] PATCH for wxSmith, fixed the min size preview bug.
  • Fixed: Typo in changelog of codeblocks.spec.in.
  • prepared new logo

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: May 24, 2010, 12:34:50 pm by killerbot »

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 May 2010 build (6271) is out.
    « Reply #1 on: May 22, 2010, 01:45:45 pm »
    As usually debian binaries (32- and 64-bit), sources and documentation packages (german and english) can be found in my repository.

    The svn-revision is 6235 (the only difference is, that the new logo is not included).

    See here how to use it.

    Offline Biplab

    • Developer
    • Lives here!
    • *****
    • Posts: 1874
      • Biplab's Blog
    Re: The 22 May 2010 build (6271) is out.
    « Reply #2 on: May 22, 2010, 06:00:54 pm »
    @Martin,

    There is a typo in the new logo. Cross-platform is spelt as Cross-Plattform. Please fix it in trunk. Thanks!
    Be a part of the solution, not a part of the problem.

    Offline SharkCZ

    • Almost regular
    • **
    • Posts: 131
    Re: The 22 May 2010 build (6271) is out.
    « Reply #3 on: May 23, 2010, 07:53:50 am »
    Fedora and RHEL/CentOS packages are available in my repo resp. EL repo
    Code::Blocks package maintainer for Fedora and EPEL

    Offline ahui886

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 22 May 2010 build (6271) is out.
    « Reply #4 on: May 24, 2010, 05:24:23 am »
    new logo is pretty.

    Offline nanyu

    • Almost regular
    • **
    • Posts: 188
    • nanyu

    Offline jfouche

    • Multiple posting newcomer
    • *
    • Posts: 28

    Offline nanyu

    • Almost regular
    • **
    • Posts: 188
    • nanyu

    Offline Phenom

    • Multiple posting newcomer
    • *
    • Posts: 57

    Offline Xaviou

    • Regular
    • ***
    • Posts: 403
      • X@v's wxStuff
    Re: The 22 May 2010 build (6271) is out.
    « Reply #9 on: May 26, 2010, 12:17:52 am »
    Ubuntu 9.10 to 10.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2810 from Ubuntu's official repository) can be found  here (direct link).
    ".mo" file for french translation can be founded here (see below for installation instructions)
    Full Win32 French Version (including wxWidgets and MinGW dlls and french ".mo" file) can be founded here

    Installing french language file:
    • under Linux : put this file in /usr/share/codeblocks/locale/fr_FR/ (you'll have to create these folders the first time)
    • under Windows : put this file in $CodeBlocks_Install_Dir\share\CodeBlocks\locale\fr_FR\ (you'll have to create these folders the first time)

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline Wavesonics

    • Multiple posting newcomer
    • *
    • Posts: 43
    Re: The 22 May 2010 build (6271) is out.
    « Reply #10 on: May 27, 2010, 03:43:00 pm »
    So is this nightly something close to a Release Candidate?

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 22 May 2010 build (6271) is out.
    « Reply #11 on: May 27, 2010, 04:09:45 pm »
    So is this nightly something close to a Release Candidate?
    It is a final release candidate.
    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

    calfs

    • Guest
    Re: The 22 May 2010 build (6271) is out.
    « Reply #12 on: May 28, 2010, 05:25:59 am »
    Thank you   thank you   thank you.

    Offline sksksk

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 22 May 2010 build (6271) is out.
    « Reply #13 on: May 28, 2010, 07:59:16 am »
    i cann't download any files,why?

    Offline Folco

    • Regular
    • ***
    • Posts: 343
      • Folco's blog (68k lover)
    Re: The 22 May 2010 build (6271) is out.
    « Reply #14 on: May 28, 2010, 09:29:55 am »
    Same here. I can't contact prdownload.berlios.de. I did it successfully three days ago, but something seems to be broken now.
    Kernel Extremist - PedroM power ©

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 May 2010 build (6271) is out.
    « Reply #15 on: May 28, 2010, 09:40:06 am »
    Berlios status-monitor: http://monitor.berlios.de/berlios-status/index.php

    Download-server are down at the moment.

    Offline Wavesonics

    • Multiple posting newcomer
    • *
    • Posts: 43
    Re: The 22 May 2010 build (6271) is out.
    « Reply #16 on: May 28, 2010, 05:40:47 pm »
    Wounder if this new version will get pushed into the 10.04 repos as an update, or if it will have to wait till 10.10

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 22 May 2010 build (6271) is out.
    « Reply #17 on: May 28, 2010, 07:57:15 pm »
    You should ask the ubuntu maintainer, probably in launchpad...
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Offline gku

    • Single posting newcomer
    • *
    • Posts: 6
    Re: The 22 May 2010 build (6271) is out.
    « Reply #18 on: May 30, 2010, 02:54:14 pm »
    There seems to be a problem with the cppcheck-plugin.
    When I start the Cppcheck plugin, a requester pops up:
    Code
    Failed to launch cppchek. 
    Do you want to select the cppcheck executable?
    But there is no cppcheck.exe, only a cppcheck.dll

    The cppcheck-tab says:
    Code
    cppcheck --version
    Failed to launch cppcheck



    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 May 2010 build (6271) is out.
    « Reply #19 on: May 30, 2010, 04:03:43 pm »
    There seems to be a problem with the cppcheck-plugin.
    When I start the Cppcheck plugin, a requester pops up:
    Code
    Failed to launch cppchek. 
    Do you want to select the cppcheck executable?
    But there is no cppcheck.exe, only a cppcheck.dll

    The cppcheck-tab says:
    Code
    cppcheck --version
    Failed to launch cppcheck




    You have to install cppcheck on your own.
    http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page
    http://sourceforge.net/projects/cppcheck/files/

    Offline gku

    • Single posting newcomer
    • *
    • Posts: 6
    Re: The 22 May 2010 build (6271) is out.
    « Reply #20 on: May 30, 2010, 07:31:30 pm »
    Quote
    You have to install cppcheck on your own.
    http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page
    http://sourceforge.net/projects/cppcheck/files/
    thx, i will try this tomorrow.
    would be nice to see this info in the help->plugins->cppcheck menu

    Offline critic

    • Multiple posting newcomer
    • *
    • Posts: 93
    Re: The 22 May 2010 build (6271) is out.
    « Reply #21 on: June 02, 2010, 06:06:16 pm »
    After new version of CB was installed and executed I start personalize main window view - moving toolbars from their default locations and oops - CB crashed. Report file attached.

    [attachment deleted by admin]

    Offline wavelet

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 22 May 2010 build (6271) is out.
    « Reply #22 on: June 03, 2010, 02:44:47 am »
     Perfect work!
    If you got a dream, you gotta protect it.

    Offline critic

    • Multiple posting newcomer
    • *
    • Posts: 93
    Re: The 22 May 2010 build (6271) is out.
    « Reply #23 on: June 11, 2010, 05:59:42 am »
    `Find` dialog uses case sensitive search when `Match case` option is disabled.

    Offline critic

    • Multiple posting newcomer
    • *
    • Posts: 93
    Re: The 22 May 2010 build (6271) is out.
    « Reply #24 on: June 11, 2010, 06:28:21 am »
    I found in bugtracker an issue related to workspace and makefiles theme (when building workspace with projects that use custom makefile - makefile must be generated by plugin) but this issue from 2006. Do developers use this bugtracker? It looks like `no`.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 22 May 2010 build (6271) is out.
    « Reply #25 on: June 11, 2010, 07:17:19 pm »
    `Find` dialog uses case sensitive search when `Match case` option is disabled.
    This is not true for the latest debugger's branch....

    Can you provide a test file + steps to reproduce?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 May 2010 build (6271) is out.
    « Reply #26 on: June 11, 2010, 09:46:09 pm »
    `Find` dialog uses case sensitive search when `Match case` option is disabled.
    This is not true for the latest debugger's branch....
    It's also not true for actual release 10.05 (on linux and on vista).

    Offline wavelet

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 22 May 2010 build (6271) is out.
    « Reply #27 on: June 16, 2010, 02:31:32 am »
    good word :D
    If you got a dream, you gotta protect it.

    Offline critic

    • Multiple posting newcomer
    • *
    • Posts: 93
    Re: The 22 May 2010 build (6271) is out.
    « Reply #28 on: June 26, 2010, 11:25:25 pm »
    Hello. I have some problems with environment variables (further will be EV) in the IDE.

    I found the following:
    • after compilation EV PATH consists of path to mingw and system's EV PATH. But the IDE's EV PATH was not used.
    • while running application (executable that was built) environment variable PATH consists of IDE's EV PATH and of paths to linked libraries (though, dll or so files can be at another location).
    • after EV configuration (Set Now was pressed anddialog was closed) EV PATH consists of IDE's EV only.
    • open - close multiple times environment config dialog - EV PATH becomes larger - it contains now multiple instances of the same paths

    I think IDE's EV must be used always if project configured this way.

    I checked this behaviour with external tools (except of case with running of executable).
    In EV configuration form can be checkbox `Append system variables`.

    After IDE restart - EV PATH consists of IDE's EV only (and for external tools and for executable).

    By the way - I perform test with `Select EV set to be applied:` checkbox checked and unchecked - it doesn't change anything - it seems like this checkbox does nothing.
    « Last Edit: June 26, 2010, 11:36:53 pm by critic »

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7588
      • My Best Post
    Re: The 22 May 2010 build (6271) is out.
    « Reply #29 on: July 03, 2010, 02:00:45 am »
    Patch Needed for NON Pre-compiled Header Build
    I added <wx/ffile.h> and <algorithm> outside of guards because they are not in wx or CB list of headers to be pre-compiled.
    They are include by accident not by design of pre-compiled headers.

    This will likely fix [ Bug #17321 ] Cscope plugin fails to build
    http://developer.berlios.de/bugs/?func=detailbug&bug_id=17321&group_id=5358

    Tim S.

    Code
    Index: src/plugins/contrib/DoxyBlocks/DoxyBlocks.cpp
    ===================================================================
    --- src/plugins/contrib/DoxyBlocks/DoxyBlocks.cpp (revision 6379)
    +++ src/plugins/contrib/DoxyBlocks/DoxyBlocks.cpp (working copy)
    @@ -25,12 +25,15 @@
     #include "DoxyBlocks.h"
     
     #ifndef CB_PRECOMP
    + #include <wx/process.h>
      #include <wx/xrc/xmlres.h>
      #include <configmanager.h>
      #include <editormanager.h>
      #include <cbeditor.h>
      #include <logmanager.h>
      #include <projectmanager.h>
    + #include <cbproject.h>
    + #include <macrosmanager.h>
     #endif
     #include "projectloader_hooks.h"
     #include <cbstyledtextctrl.h>
    Index: src/plugins/contrib/DoxyBlocks/ExtractDocs.cpp
    ===================================================================
    --- src/plugins/contrib/DoxyBlocks/ExtractDocs.cpp (revision 6379)
    +++ src/plugins/contrib/DoxyBlocks/ExtractDocs.cpp (working copy)
    @@ -38,7 +38,9 @@
         #include "projectfile.h"
         #include "cbproject.h"
         #include "projectmanager.h"
    +    #include "macrosmanager.h"
     #endif
    +#include <wx/ffile.h>
     #include <wx/utils.h>
     #include <wx/busyinfo.h>
     #include "DoxyBlocks.h"
    Index: src/plugins/contrib/Cscope/CscopePlugin.cpp
    ===================================================================
    --- src/plugins/contrib/Cscope/CscopePlugin.cpp (revision 6379)
    +++ src/plugins/contrib/Cscope/CscopePlugin.cpp (working copy)
    @@ -1,4 +1,14 @@
     #include <sdk.h> // Code::Blocks SDK
    +#ifndef CB_PRECOMP
    +    #include <wx/process.h>
    +
    +    #include "cbeditor.h"
    +    #include "cbproject.h"
    +    #include "editormanager.h"
    +    #include "logmanager.h"
    +    #include "projectmanager.h"
    +#endif
    +
     #include <configurationpanel.h>
     #include <cbstyledtextctrl.h>
     #include "CscopePlugin.h"
    Index: src/plugins/contrib/NassiShneiderman/NassiPlugin.cpp
    ===================================================================
    --- src/plugins/contrib/NassiShneiderman/NassiPlugin.cpp (revision 6379)
    +++ src/plugins/contrib/NassiShneiderman/NassiPlugin.cpp (working copy)
    @@ -3,6 +3,9 @@
     
     
     #include <sdk.h> // Code::Blocks SDK
    +#ifndef CB_PRECOMP
    +    #include <cbeditor.h>
    +#endif
     #include <configurationpanel.h>
     #include <cbstyledtextctrl.h>
     #include "NassiPlugin.h"
    Index: src/plugins/contrib/EditorTweaks/EditorTweaks.cpp
    ===================================================================
    --- src/plugins/contrib/EditorTweaks/EditorTweaks.cpp (revision 6379)
    +++ src/plugins/contrib/EditorTweaks/EditorTweaks.cpp (working copy)
    @@ -1,4 +1,5 @@
     #include <sdk.h> // Code::Blocks SDK
    +#include <algorithm> // std::sort
     #include <configurationpanel.h>
     #include "EditorTweaks.h"
     
    « Last Edit: July 03, 2010, 02:04:51 am 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 killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5491
    Re: The 22 May 2010 build (6271) is out.
    « Reply #30 on: July 03, 2010, 09:27:37 am »
    all have been applied, thanks Tim !!!

    Offline tttlh

    • Single posting newcomer
    • *
    • Posts: 9
    Re: The 22 May 2010 build (6271) is out.
    « Reply #31 on: July 13, 2010, 05:52:44 pm »
    why i can't find cppcheck?

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 22 May 2010 build (6271) is out.
    « Reply #32 on: July 13, 2010, 06:02:16 pm »
    why i can't find cppcheck?
    Please do not crosspost.
    The cppcheck has to be installed seperately and is not provided by C::B (just the plugin to use it is included)!

    Offline critic

    • Multiple posting newcomer
    • *
    • Posts: 93
    Re: The 22 May 2010 build (6271) is out.
    « Reply #33 on: August 01, 2010, 02:21:02 pm »
    Is there move line/selected lines up and down function in the IDE?
    Very ofter I need this function, but I found only `transpose lines`, but it's not what I need - cursor must move with the line or elected lines (selection must remain after movement to allow the next movement).

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 22 May 2010 build (6271) is out.
    « Reply #34 on: August 01, 2010, 09:46:00 pm »
    Is there move line/selected lines up and down function in the IDE?
    Very ofter I need this function, but I found only `transpose lines`, but it's not what I need - cursor must move with the line or elected lines (selection must remain after movement to allow the next movement).
    You can do this with the mouse (and using the scroll wheel for large movements) just fine.
    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 Greatwolf

    • Multiple posting newcomer
    • *
    • Posts: 48
    Re: The 22 May 2010 build (6271) is out.
    « Reply #35 on: December 15, 2010, 11:21:47 am »
    Is there move line/selected lines up and down function in the IDE?
    Very ofter I need this function, but I found only `transpose lines`, but it's not what I need - cursor must move with the line or elected lines (selection must remain after movement to allow the next movement).
    You can do this with the mouse (and using the scroll wheel for large movements) just fine.

    I'm looking for something like this too. The problem with your proposed method is that it isn't optimal -- you have to lift your hand away from the keyboard to reach for your mouse to do this.

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 22 May 2010 build (6271) is out.
    « Reply #36 on: December 15, 2010, 12:14:46 pm »
    you have to lift your hand away from the keyboard to reach for your mouse to do this.
    No - you can always use the cursor keys otherwise...?!
    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 Greatwolf

    • Multiple posting newcomer
    • *
    • Posts: 48
    Re: The 22 May 2010 build (6271) is out.
    « Reply #37 on: December 15, 2010, 01:24:31 pm »
    No - you can always use the cursor keys otherwise...?!

    I'm sorry, I'm not sure I get what you mean. Wasn't your method to select the lines to be moved and then using the mouse to click and drag the code selection to move it?

    How do you perform this using cursor keys?