Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 18, 2014, 08:23:32 pm

Title: The 15 November 2014 build (10035) is out.
Post by: killerbot on November 18, 2014, 08:23:32 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc481-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_gcc481-TDM.7z

The 18 November 2014 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2014/CB_20141118_rev10035_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 15 November 2014 build (10035) is out.
Post by: killerbot on November 18, 2014, 08:32:52 pm
BAD NEWS : upload onto sf doesn't seem to work, meaning the link does not work yet.
Once ok, this comment will be removed.

EDIT : still not possible to upload, webinterface goes to 100% en then press done, but no new file ...

@Jens, Martin : can you just try to upload something into that folder, for me even simple txt file fails.


EDIT : upload finally succeeded.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: Jenna on November 19, 2014, 10:07:45 am
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo (http://apt.jenslody.de/).
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc19, fc20 and rawhide), RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) and RedHat/CentOS 7 packages (only 64-bit at the moment) can be found in my rpm-repo (http://rpm.jenslody.de).
Title: Re: The 15 November 2014 build (10035) is out.
Post by: Alatar on November 20, 2014, 07:30:53 am
Regression:
SpellChecker is broken since r10014 - works incorrectly with non-english text
Title: Re: The 15 November 2014 build (10035) is out.
Post by: oBFusCATed on November 20, 2014, 10:11:09 am
Alatar: Could you send us a sample file and tell us what encoding are you using?
Title: Re: The 15 November 2014 build (10035) is out.
Post by: Alatar on November 20, 2014, 10:03:50 pm
This behaviour is not depend on encoding. Generally I`m use UTF-8, but I`m try cp1251 too.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: Jenna on November 21, 2014, 11:54:20 am
@Jens, Martin : can you just try to upload something into that folder, for me even simple txt file fails.
Sorry, I did nopt see the edit before.

I just tested with a small text-file and it works flawlessly (uploading, downloading, deleting).
I also tested with a large file (C::B 13.12 setup with about 30 MB) and still no issues.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: shurick on November 21, 2014, 05:14:46 pm
Packages for openSUSE (http://codeblocks.esy.es) (binaries and sources) for 32-bit and 64-bit.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: killerbot on November 22, 2014, 09:31:13 am
upload succeeded, happy downloading.
Title: Nightlies not downloading
Post by: WXB on December 02, 2014, 06:21:37 am
BAD NEWS : upload onto sf doesn't seem to work, meaning the link does not work yet.
Once ok, this comment will be removed.

EDIT : still not possible to upload, webinterface goes to 100% en then press done, but no new file ...

@Jens, Martin : can you just try to upload something into that folder, for me even simple txt file fails.

EDIT : upload finally succeeded.

I'm having a problem downloading the nightlies that sounds very similar to the problem you had uploading them.  The download gets to at/near 100% and then fails.  This is happening on just the nightlies; there's no problem downloading the 13.12 Windows binaries.  I've tried this on multiple nightly build files using both Firefox & Chrome using several different mirrors.

I also checked the BerliOS mirror and the nightlies there stop after 2014-05-28.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: ToApolytoXaos on December 02, 2014, 07:09:23 pm
Nice Forum upgrade guys :) well done!
Title: Re: The 15 November 2014 build (10035) is out.
Post by: xawari on December 05, 2014, 04:55:42 pm
Nice Forum upgrade guys :) well done!
Too round... :-/ I switched back to Classic YaBB SE Theme.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: xawari on December 17, 2014, 04:30:29 pm
// BUGBUG
http://pix.academ.org/img/2014/12/17/8261feb9ee9a3796128d6673e930b16f.png
When ALT+selecting block of text, the right border of selection == end of the line where mouse cursor is, thus making impossible selection of blocks with long lines in center.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: MortenMacFly on January 20, 2015, 12:55:03 pm
// BUGBUG
http://pix.academ.org/img/2014/12/17/8261feb9ee9a3796128d6673e930b16f.png
When ALT+selecting block of text, the right border of selection == end of the line where mouse cursor is, thus making impossible selection of blocks with long lines in center.
For this to work you need to enable "virtual space" -> Settings -> Editor -> Margins and caret.
This is by design.
Title: Re: The 15 November 2014 build (10035) is out.
Post by: xawari on January 21, 2015, 09:21:28 am
For this to work you need to enable "virtual space" -> Settings -> Editor -> Margins and caret.
This is by design.
Not quite. Virtual space implies user's ability to click anywhere on the screen and start typing from there (and I personally don't use that because I always click beyond EOL to put cursor to the EOL quickly). But limited selection is actually a completely different thing. It's clearly a bug because no one may benefit from this behavior.

In my humble opinion, of course. 0:-)