News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 15 November 2015 build (10574) is out.

Started by killerbot, November 15, 2015, 09:37:47 AM

Previous topic - Next topic

killerbot

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:




MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ollydbg

Quote from: Khram on November 15, 2015, 01:25:42 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.

Jenna

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.

MortenMacFly

Quote from: Khram on November 15, 2015, 01:25:42 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: Khram on November 15, 2015, 02:18:04 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 .

MortenMacFly

Quote from: Khram on November 15, 2015, 02:18:04 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on November 15, 2015, 05:46:22 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 ?

raynebc

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.

MortenMacFly

Quote from: jens on November 15, 2015, 08:59:25 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on November 16, 2015, 08:42:57 AM
Quote from: jens on November 15, 2015, 08:59:25 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".

MortenMacFly

Quote from: jens on November 16, 2015, 10:35:11 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on November 17, 2015, 08:00:45 PM
Quote from: jens on November 16, 2015, 10:35:11 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
I will test on windows 10 also.
Maybe no cyrillic fonts ?

MortenMacFly

Quote from: jens on November 18, 2015, 06:26:44 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on November 18, 2015, 07:57:45 AM
Quote from: jens on November 18, 2015, 06:26:44 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).