Author Topic: The 10 May 2018 build (11400) is out.  (Read 17121 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 May 2018 build (11400) is out.
« on: May 10, 2018, 09:16:55 pm »

IMPORTANT : THIS IS THE FIRST BUILD THAT USES WX 311 AND IS A 64 BIT APPLICATION.



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(s) for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx311_gcc510-TDM.7z


The 10 May 2018 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180510_rev11400_win64.7z
  - Linux :
   none

The current SDK version is : 1.36.0

Resolved Fixed:

  • wxSmith: Fix assert when using the wxGridBagSizer (ticket #664, thanks bluehazzard)
  • editor config: Make it possible to type in the syntax highlight preview
  • debugger: Make the line for the current possition during debugging to use the same colour as the caret line (ticket #659)
  • envvars: Using the configuration dialog could set incorrect variables (ticket #641, thanks homertp)
  • SmartIndent: Improve brace completion for Fortran (ticket #667, thanks darmar)
  • UI: Prevent the splash screen from staying on top from the compiler selector dialog
  • rnggen: Better explanation of the purpose and usage of the plugin (ticket #648, thanks Miguel Gimenez)
  • BrowseTracker - Internationalize ConfigPanel
  • scintilla-patch: Fix occurrence highlight rendering after the update to 3.7.x when building with wx2.8 on Windows (ticket #681)

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: May 10, 2018, 09:18:37 pm by killerbot »

    Offline ivan braga

    • Multiple posting newcomer
    • *
    • Posts: 15
    Re: The 10 May 2018 build (11400) is out.
    « Reply #1 on: May 15, 2018, 12:40:49 am »
    As an image speaks more than a thousand words.

    After compiling wxwidgets 3.1.1 with the following command:

    ../configure --enable-debug \
            --with-opengl \
            --enable-xrc \
            --enable-monolithic \
            --enable-unicode

    I compiled the code :: blocks with the following command:

    ./bootstrap
    ./configure --prefix = / opt / codeblocks --with-contrib-plugins = all

    Everything followed without errors, but when I try to execute the code :: blocks, what happens in the image happens.

    It remains stuck in the startup screen, and begins to consume all ram, until the system hangs.

    Any suggestions for solving the problem?



    « Last Edit: May 15, 2018, 12:48:36 am by ivan braga »

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 10 May 2018 build (11400) is out.
    « Reply #2 on: May 15, 2018, 12:55:46 am »
    Use gdb to find out where it is stuck.
    Another option is to use memory tracking tool like heaptrack to see where the memory is being allocated.
    (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 cyuyan

    • Multiple posting newcomer
    • *
    • Posts: 21
    Re: The 10 May 2018 build (11400) is out.
    « Reply #3 on: May 15, 2018, 04:53:33 pm »
    When I drag the toolbar back and forth, something will happen below. Please look at the picture.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 10 May 2018 build (11400) is out.
    « Reply #4 on: May 15, 2018, 08:03:29 pm »
    cyuyan:
    What is the DPI of your monitor?
    What is the scaling in windows you've set?
    Are you using windows in the first place?
    Which windows version or os version?
    What is the size of the toolbar icons?
    (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 cyuyan

    • Multiple posting newcomer
    • *
    • Posts: 21
    Re: The 10 May 2018 build (11400) is out.
    « Reply #5 on: May 16, 2018, 03:26:53 am »
     oBFusCATed:
    I use WINDOWS 10 1803, my DPI is 100%, the scaling in windows is 100%,
    I don't know how to measure the size of the toolbar icons.
    I use WINDOWS 7,also have this problem.
    « Last Edit: May 16, 2018, 05:43:14 am by cyuyan »

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5910
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 10 May 2018 build (11400) is out.
    « Reply #6 on: May 16, 2018, 06:40:45 am »
    When I drag the toolbar back and forth, something will happen below. Please look at the picture.
    this is a known issue, see my last post in our forum.

    http://forums.codeblocks.org/index.php/topic,20938.msg153842.html#msg153842
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline nelson777

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 10 May 2018 build (11400) is out.
    « Reply #7 on: May 17, 2018, 05:01:19 pm »
    I'm trying to find the last nightly build for Linux, but serveral posts has Linux: none in them. Whats the last version ? Or is there a different procedure I have to follow to use nightly builds in Linux ? I couldn't find any info in the "How to use a nightly build" post.

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 10 May 2018 build (11400) is out.
    « Reply #8 on: May 17, 2018, 07:25:56 pm »
    I'm trying to find the last nightly build for Linux, but serveral posts has Linux: none in them. Whats the last version ? Or is there a different procedure I have to follow to use nightly builds in Linux ? I couldn't find any info in the "How to use a nightly build" post.
    Witch distib are you using ?

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

    Offline W0LF

    • Single posting newcomer
    • *
    • Posts: 4
    Re: The 10 May 2018 build (11400) is out.
    « Reply #9 on: July 04, 2018, 12:48:31 pm »
    Hello!
    What a Scintilla's message used for setting that foreground text color (indicated by arrows)?
    Screenshot

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 10 May 2018 build (11400) is out.
    « Reply #10 on: July 04, 2018, 07:29:05 pm »
    Why do you need an answer to such question?
    (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 W0LF

    • Single posting newcomer
    • *
    • Posts: 4
    Re: The 10 May 2018 build (11400) is out.
    « Reply #11 on: July 04, 2018, 08:57:32 pm »
    Why do you need an answer to such question?
    I use a Notepad++ to write some sources. Notepad++ use an old library of Scintilla. I had tried many Scintilla's messages for tune the colors of selected text and indicators but did not receive the desired result. And suddenly I saw what I need in CB! So that is my question.

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    (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 W0LF

    • Single posting newcomer
    • *
    • Posts: 4
    Re: The 10 May 2018 build (11400) is out.
    « Reply #13 on: July 05, 2018, 09:22:42 am »
    Thanks!