Author Topic: The 02 April 2011 build (7075) is out.  (Read 58949 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 02 April 2011 build (7075) is out.
« on: April 02, 2011, 01:46:51 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_wx2812_gcc452-TDM.7z

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

The 02 April 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20110402_rev7075_win32.7z
  - Linux :
   none

Resolved Fixed:

  • report missing external dependencies as a warning (as this might be a wrong project / target setup probably)
  • Replace tabs with spaces for all exporters
  • source_exporter plugin: pumped wxPDFDoc to most recent version
  • source_exporter plugin: changed static to dynamic library
  • source_exporter plugin: removed artifacts (remaining files from old version
  • pumped wxPropGrid to v1.4.15
  • CC: "Pretty Print" token only in case of container or function
  • wxSmith-Aui: fix crash that occurred if the user tried to add a wxAuiToolbar to a wxAuiToolbar
  • fix button-size
  • accessibility enhancements: now the tab-control of active notebook page gets the focus via "View -> Focus ...", instead of the page itself; keyboard-navigation should work better now
  • (hopefully) fixed an issue where the tab-style sometimes was not correcly updated, if it was changed in the settings
  • moved the 'Close workspace' item at the end of the context menu
  • replaced cbMessageBox with AnnoyingDialog, when deleting entries in the Recent files/projects list in the Start page
  • (hopefully) fix a possible crash in cbAuiNotebook on windows
  • pumped (wx)Scintilla to v2.25 (C++ lexer changed for wxSmith portions)
  • streamlined wxScintilla with wxSTC from wxWidgets trunk (v2.9)
  • codesnippets plugin: fixed a (rare) crash
  • fix a possible crash in wxSmithAui due to not initialised bool property (see: http://forums.codeblocks.org/index.php/topic,14358.msg96511.html#msg96511 )
  • fix a possible crash in code-profiler, due to a missing index-out-of-bounds-check when parsing the outpout of gprof ( issue described here: http://forums.codeblocks.org/index.php/topic,14450.msg97143.html#msg97143)

Regressions/Confirmed/Annoying/Common bugs:



    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 02 April 2011 build (7075) is out.
    « Reply #1 on: April 02, 2011, 05:32:05 pm »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 02 April 2011 build (7075) is out.
    « Reply #2 on: April 02, 2011, 05:34:49 pm »
    INFO :
    * wxwidgets 2.8.12
    * build with TDM-GCC 4.5.2

    Offline fubo

    • Multiple posting newcomer
    • *
    • Posts: 38
    Re: The 02 April 2011 build (7075) is out.
    « Reply #3 on: April 05, 2011, 06:00:02 pm »
    I'm getting error when I start C::B claiming about old version for wxSmithAui plugin. Is it normal?

    Offline Newling

    • Multiple posting newcomer
    • *
    • Posts: 17
    Re: The 02 April 2011 build (7075) is out.
    « Reply #4 on: April 05, 2011, 07:35:49 pm »
    I get this warning too.
    But then everything works normally.

    Rudolf Fuerstauer

    Offline fubo

    • Multiple posting newcomer
    • *
    • Posts: 38
    Re: The 02 April 2011 build (7075) is out.
    « Reply #5 on: April 05, 2011, 10:08:48 pm »
    Seems fixed using wxmsw28u_gcc_cb_wx2812_gcc452-TDM.7z. I noticed it has a really smaller size (6MB vs 9MB) then the one I had.

    Offline bug1z

    • Multiple posting newcomer
    • *
    • Posts: 10
    Re: The 02 April 2011 build (7075) is out.
    « Reply #6 on: April 08, 2011, 10:24:51 pm »
    Hello.
    I have a next problem. When I click on Abort process (x) - process can't be aborted.
    It a hanging in a tack manager.
    And it's a not just of this build.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 02 April 2011 build (7075) is out.
    « Reply #7 on: April 08, 2011, 10:59:55 pm »
    ^ I've seen this on windows, too :(
    (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 fubo

    • Multiple posting newcomer
    • *
    • Posts: 38
    Re: The 02 April 2011 build (7075) is out.
    « Reply #8 on: April 08, 2011, 11:03:01 pm »
    @bug1z
    I am having it too now and in previous build as well.

    Offline bug1z

    • Multiple posting newcomer
    • *
    • Posts: 10
    Re: The 02 April 2011 build (7075) is out.
    « Reply #9 on: April 09, 2011, 08:54:33 pm »
    And...
    Code
    std::vector < std::string > text;
    ...
    ...
    If I want to write:
    Code
    ...
    var = text.at( i ).substr(...);
    ...

    after I pres a second dot - code complete to do a next:
    Code
    var = text.at( i ).var
    « Last Edit: April 09, 2011, 08:57:14 pm by bug1z »

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 02 April 2011 build (7075) is out.
    « Reply #10 on: April 10, 2011, 07:02:41 pm »
    ^ I've seen this on windows, too :(
    The stop button doesn't work if you set C::B's src target to "Console" and enable "pause when execution ends".
    This bug is 100% reproducible. I'm running windows xp sp3 C::B debuggers branch nightly r7075.
    (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 stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 02 April 2011 build (7075) is out.
    « Reply #11 on: April 13, 2011, 12:54:06 am »
    Patch for non precompiled header build on Windows. Tim S.

    Note: I have to change codeblocks.cbp by adding missing lex file to the project.

    Code
    Index: src/plugins/defaultmimehandler/defaultmimehandler.cpp
    ===================================================================
    --- src/plugins/defaultmimehandler/defaultmimehandler.cpp (revision 7098)
    +++ src/plugins/defaultmimehandler/defaultmimehandler.cpp (working copy)
    @@ -18,6 +18,7 @@
     #include "cbeditor.h"
     #include "configmanager.h"
     #include "editormanager.h"
    +#include "logmanager.h"
     #include "manager.h"
     #endif
     #include <wx/choicdlg.h>
    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 MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 02 April 2011 build (7075) is out.
    « Reply #12 on: April 13, 2011, 06:33:37 am »
    Note: I have to change codeblocks.cbp by adding missing lex file to the project.
    ...which one?
    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 bug1z

    • Multiple posting newcomer
    • *
    • Posts: 10
    Re: The 02 April 2011 build (7075) is out.
    « Reply #13 on: April 19, 2011, 12:27:10 am »
    So...I found the more trouble.

    When my code going in end of page, I don't see all methods.
    Please, fix this problem.
    « Last Edit: April 19, 2011, 12:28:44 am by bug1z »

    Offline ham

    • Multiple posting newcomer
    • *
    • Posts: 23
    Re: The 02 April 2011 build (7075) is out.
    « Reply #14 on: April 26, 2011, 10:38:44 pm »
    my wishlist:

    - the "outgreying" of deactivated preprocessor statements should be enhanced (maybe a setable color in editorsyntaxmenu).
    - project tree: multiselection of files for adding, deleting. also more advanced renaming possibilities pls.

    + CC proposals seem to work now, some minor problems with symbols from used namespaces
    - CC no automatic proposals when inside () in a function, only when typing (
    - CC Autocompletion help window for parameters often disappear too fast und reappears only by typing '()' 2 or 3 times,
    - CC Autocompletion help window is formatted very poorly:
        - just one color,
        - long parameterlists go out of visibility, because of too long lines. pls use more height space

    - the logwindow/auitabs/projecttree should be autohiding for more overview, and reappear by compiling or mousing to bottomline of editorwindow
    - the symbolbrowser is lame, should be divided in 2 tabs or independent widgets, also much more filter options!
        - should be more like eclipse or vc++6.0

    sorry for my bad english

    thx in advance, CB is the best OpenSourceIDE for me anyways :-)