Author Topic: The 08 July 2018 build (11428) is out.  (Read 26864 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 08 July 2018 build (11428) is out.
« on: July 08, 2018, 11:08:56 am »

IMPORTANT : THIS IS THE SECOND 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 08 July 2018 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2018/CB_20180708_rev11428_win64.7z
  - Linux :
   none

The current SDK version is : 1.36.0

Resolved Fixed:

  • CodeBlocks_wx31.cbp: build against wx3.1 library with PCH enabled.
  • debugger: Make sure to set the SHELL variable before starting GDB
  • wx30: Fix de-serializing wxStrings when doing DDE
  • debugger: Prevent warning for invalid current directory when attaching to process
  • debugger: Make it possible to attach to a process using the command line
  • debugger: Make sure to quit correctly when attaching to process fails
  • UI: Remove double dollar signs (ticket #653, thanks Miguel Gimenez)
  • compiler: Clear logs when the workspace is closed (ticket #656, thanks Miguel Gimenez)
  • lexer: Update keywords for the new Fortran standard (ticket #683, thanks darmar)
  • ProjectManagerUI - Temporary disable external drag and drop from project manager wxTreeCntrl. External and Internal drag and drop are incompatible.
  • ProjectManagerUI - Implement both external and internal wxTreeCtrl Drag and Drop for the project manager tree
  • debugger: Remove gdb_types.script because it is not longer used (the scripting support has been removed from the debugger)
  • debugger: Fix regression introduced in rev11402 when building for wx3.x
  • compiler: remove duplicated compiler option
  • SmartIndent-plugin: Fix wx2.8 build.
  • UI: Make sure passing --file=path/to/file.ext without line number works, too
  • UI: Print an error in the log if opening a file fails
  • UI: Use the setting for caret line to show it in the syntax highlight settings
  • CC: Do not block the UI when showing the list of include completions while a thread is traversing
  • UI: Fix a crash/assert on shutdown when the CallAfter is executed after the managers have been shutdown
  • CC: Use better method for detecting file system loop
  • CC: Do not traverse root folders for drives
  • UI: Print a message in the log when the application is ended because another instance is detected

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 08 July 2018 build (11428) is out.
    « Reply #1 on: July 09, 2018, 02:48:59 pm »
    Hi.

    OS X version of this rev can be downloaded from my Google Drive.

    Debian Stretch (32 and 64 bits) can be installed from my repo.

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

    Offline damorin

    • Multiple posting newcomer
    • *
    • Posts: 52
    Re: The 08 July 2018 build (11428) is out.
    « Reply #2 on: July 10, 2018, 01:51:00 pm »
    Hi,

    I was switching tasks in between CB and a Cygwin shell when this window appeared. I had 2 projects opened (1 large and a small one). RPT didn't contained anything.

    Selecting Continue seems to have no effect.

    From the about:

    CB svn 11428 Build: May 10 2018, 18:09:35 - wx3.1.1 (Windows, unicode) - 64 bit

    Running Windows 7 Professionnal SP 1.


    One problem at a time and we will get there.

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7582
      • My Best Post
    Re: The 08 July 2018 build (11428) is out.
    « Reply #3 on: July 12, 2018, 04:41:23 pm »
    For the newbies; check "Don't show this dialog again" and click on continue.

    For the people who wish to help find the cause of the problem click on continue and see how many times the same message repeats. Note: It might never end.

    Edit2: Or click on "stop" it will crash the CB program and maybe the crash log will give good info.

    Tim S.
    « Last Edit: July 12, 2018, 10:01:19 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 Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2750
    Re: The 08 July 2018 build (11428) is out.
    « Reply #4 on: July 13, 2018, 06:00:56 pm »
    The spelling check does not work. When you try to configure dictionaries, a debugger error appears !!!

    I was unable to recreate this condition. Spellchecking configuration worked ok for me.
    Could the original poster (khram) provide the exact steps to re-create this condition, please.
    « Last Edit: July 13, 2018, 06:50:10 pm by Pecan »

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2750
    Re: The 08 July 2018 build (11428) is out.
    « Reply #5 on: July 15, 2018, 06:39:35 am »
    Spelling does not work if you select any other language with encoding longer than English 7 bits (in negative signed chars).

    What language and what encoding did you pick to cause the problem?

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 08 July 2018 build (11428) is out.
    « Reply #6 on: July 15, 2018, 12:03:51 pm »
    Khram's six posts have been used to complain about russian support.

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2750
    Re: The 08 July 2018 build (11428) is out.
    « Reply #7 on: July 18, 2018, 06:20:00 pm »
    The spelling check does not work. When you try to configure dictionaries, a debugger error appears !!!

    I am unable to re-create this situation with either the english or russian dictionary and the current nightly.

    Offline PresidentSkroob

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 08 July 2018 build (11428) is out.
    « Reply #8 on: July 19, 2018, 08:49:43 pm »
    Hi

    Next error and previous error (Alt+F1/F2) doesn't work for warnings anymore. Is it intentional? The last version in which it worked was svn 11313.
    "evil will always triumph, because good is dumb"

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2750
    Re: The 08 July 2018 build (11428) is out.
    « Reply #9 on: July 19, 2018, 10:17:10 pm »
    Hi

    Next error and previous error (Alt+F1/F2) doesn't work for warnings anymore. Is it intentional? The last version in which it worked was svn 11313.

    Works ok for me on the current nightly (Windows 10)
    Are you on Linux?


    « Last Edit: July 19, 2018, 10:22:24 pm by Pecan »

    Offline PresidentSkroob

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 08 July 2018 build (11428) is out.
    « Reply #10 on: July 19, 2018, 11:24:39 pm »
    I'm on Windows 10. After compiling a project there are some warnings in "Build messages" tab.
    If I press Alt+F2 nothing hapens, but should mark next warnings. For error messages everything works ok.
    "evil will always triumph, because good is dumb"

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 08 July 2018 build (11428) is out.
    « Reply #11 on: July 20, 2018, 07:54:01 am »
    I guess the feature is made to cycle through error messages only.
    (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 PresidentSkroob

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 08 July 2018 build (11428) is out.
    « Reply #12 on: July 20, 2018, 08:07:24 am »
    Too bad. I really got used to it. Using scroller is very annoying.
    "evil will always triumph, because good is dumb"

    Offline LETARTARE

    • Lives here!
    • ****
    • Posts: 531
    • L'ami de l'homme.The friend of man.
      • LETARTARE
    Re: The 08 July 2018 build (11428) is out.
    « Reply #13 on: July 20, 2018, 10:22:16 am »
    for me, it's correct. (svn 11428, VISTA)
    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 Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 08 July 2018 build (11428) is out.
    « Reply #14 on: July 20, 2018, 12:19:39 pm »
    The last revision that "worked" was 11375. The function was intended to jump only between errors, but as Obfuscated said:

    Quote
    The old version moved one line down no matter that the log contained no
    errors. The new versions changes m_ErrorIndex only if a match is found.

    so he fixed it. The function now behaves as expected (good) but now warnings are ignored.

    A possible feature can be jumping between warnings if there are no errors.
    « Last Edit: July 20, 2018, 04:41:51 pm by Miguel Gimenez »