Author Topic: The 15 November 2015 build (10574) is out.  (Read 37914 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 15 November 2015 build (10574) is out.
« on: November 15, 2015, 09:37:47 am »
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://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc492-TDM.7z

The 15 November 2015 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20151115_rev10574_win32.7z
  - Linux :
   none

The current SDK version is : 1.29.0

Resolved Fixed:

  • debugger: Fix issue with watches window column auto-sizing (fixes ticket #153, patch by sbezgodov)
  • wx3.0: fix "Fit toolbars" and "Optimize toolbars"
  • project options manipulator plugin: allow to limit scope of operations to specific target types (allows e.g. to add an option to executable targets only)
  • CodeCompletion - Tell parser internal threads to abort when project is closed
  • CC: fix a re-entry crash in CC when calling compiler to get compiler/platform parameter
  • project options manipulator plugin: fixed a bug when operating linker libs

Regressions/Confirmed/Annoying/Common bugs:




    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5910
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 15 November 2015 build (10574) is out.
    « Reply #2 on: November 15, 2015, 01:32:11 pm »
    Sorry, spellcheck - not work, and - crash on start  :'(
    I see you report this bug several times. For me, it works OK on an English spellcheck dictionary.
    Is it possible you can supply a simple test case, so that we can test it. For me, I don't have Russian dict, and it looks like we need a file contains Russian words? Also, can you show what is the steps to reproduce the crash.

    BTW: to let this bug won't lost in the forum, I think you can post a bug report in our Sourceforge site: https://sourceforge.net/projects/codeblocks/
    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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #3 on: November 15, 2015, 01:39:19 pm »
    Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
    These packages are build against wxWidgets 3.0 from Debian repos and mght not be as stable than the versions build against wx2.8, but there are no wx2.8 packages available (at least for stable) from official repos.
    Please test and give feedback.

    Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc21, fc22, fc23 and rawhide), RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) and RedHat/CentOS 7 packages (64-bit) can be found in my copr-repo.
    Instructions how to use it can be found on my server  or on copr.

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #4 on: November 15, 2015, 01:45:37 pm »
    Sorry, spellcheck - not work, and - crash on start  :'(
    Sorry, user Krahm - not work, and - crashes on report. :'(

    If you are developer yourself try to look with our eyes: How should we solve reports like "crash on start"? Assume I report wrt to your application "crashes on start" without further explanation. How would you be able to solve? So until you learn to explain what you are trying to tell we can't and won't do anything.
    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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #5 on: November 15, 2015, 03:39:47 pm »
    svn10574 - crash on read first source file with Russian comments, and I must to return on svn9958.
    No crash on linux (F23 64-bit) neither with C::B compiled against wx2.8 nor against wx3.0 .

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #6 on: November 15, 2015, 05:46:22 pm »
    Thanks!
    Next Russian dictionaries I place here: http://www.shipdesign.ru/Software/SpellChecker-rus.zip
    and many Russian comments in source: http://www.shipdesign.ru/Software/Ocean_Src.zip
    svn10574 - crash on read first source file with Russian comments, and I must to return on svn9958.
    OK, seems we are getting somewhere. However, it does not crash for me either.
    Additionally the files do not show Cyrillic characters at all?! (See screenshot.) What am I missing?
    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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #7 on: November 15, 2015, 08:59:25 pm »
    Additionally the files do not show Cyrillic characters at all?! (See screenshot.) What am I missing?

    I have cyrillic characters, what are your settings for encoding detection ?

    Offline raynebc

    • Almost regular
    • **
    • Posts: 217
    Re: The 15 November 2015 build (10574) is out.
    « Reply #8 on: November 15, 2015, 09:35:25 pm »
    I wonder if saving the source files into a proper Unicode format like UTF-8 would help?  I'd opened a ticket a while ago (https://sourceforge.net/p/codeblocks/tickets/53/) where accented extended ASCII characters were enough for Codeblocks to be unable to display a source file.

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #9 on: November 16, 2015, 08:42:57 am »
    I have cyrillic characters, what are your settings for encoding detection ?
    Nothing special. Encoding results in Windows 1252. See attachment...
    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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #10 on: November 16, 2015, 10:35:11 pm »
    I have cyrillic characters, what are your settings for encoding detection ?
    Nothing special. Encoding results in Windows 1252. See attachment...
    No issues on my windows 7 vm with latest trunk and wx2.8.

    No crash and cyrillic characters.

    Encoding when opening files is "WINDOWS-1252" as fallback encodig.
    Try to detect latin-2 encoding is unchecked.

    "Ani/LongWaves.cpp" is detected as "WINDOWS-1252",
    "Ani/Ani.cpp" is detected as "WINDOWS-1251".

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #11 on: November 17, 2015, 08:00:45 pm »
    "Ani/LongWaves.cpp" is detected as "WINDOWS-1252",
    "Ani/Ani.cpp" is detected as "WINDOWS-1251".
    For me (Windows 10) both are detected as 1252 but in none of them I see Cyrillic characters. Do you? Did I get that right? Can you post a small screenshot?

    What would be the reason for such difference on Windows...?! :o
    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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #12 on: November 18, 2015, 06:26:44 am »
    "Ani/LongWaves.cpp" is detected as "WINDOWS-1252",
    "Ani/Ani.cpp" is detected as "WINDOWS-1251".
    For me (Windows 10) both are detected as 1252 but in none of them I see Cyrillic characters. Do you? Did I get that right? Can you post a small screenshot?

    What would be the reason for such difference on Windows...?! :o
    I will test on windows 10 also.
    Maybe no cyrillic fonts ?

    Offline MortenMacFly

    • Administrator
    • Lives here!
    • *****
    • Posts: 9694
    Re: The 15 November 2015 build (10574) is out.
    « Reply #13 on: November 18, 2015, 07:57:45 am »
    Maybe no cyrillic fonts ?
    Maybe, although I can enter Cyrillic text. Leads me to the next question: What Cyrillic fonts do you have? Did you install something special? I've standard Windows and Word fonts which should be more than enough. I'll check what font is used in Word if I enter Cyrillic there...
    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 Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 15 November 2015 build (10574) is out.
    « Reply #14 on: November 18, 2015, 08:26:22 am »
    Maybe no cyrillic fonts ?
    Maybe, although I can enter Cyrillic text. Leads me to the next question: What Cyrillic fonts do you have? Did you install something special? I've standard Windows and Word fonts which should be more than enough. I'll check what font is used in Word if I enter Cyrillic there...
    I just installed C::B (this nightly) from your installer on a Wondows 10 default install (updated from 8->8.1).
    No special fonts, no crash and chyrillic characters.
    detected as "WINDOWS-1251"! I only get "WINDOWS-1252" if I set it as default encoding (overriding detection).