Author Topic: The 24 July 2008 build (5160) is out.  (Read 34826 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 24 July 2008 build (5160) is out.
« on: July 24, 2008, 04:04:55 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.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx288.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 24 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080724_rev5160_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Fixed: Occurrence selection remains active after deselecting the text
  • Fixed: Auto-detection of GCC returns wrong compiler dir (Reproducible in Fedora 9)
  • HexEdit:
    * Fix problems with crashes on windows (potentially)
    * Fix problem with displaying small files

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 24 July 2008 build (5160) is out.
« Reply #1 on: July 24, 2008, 04:28:42 pm »
You know if you have the line highlight on and a opening and close bracket or parenthesis on the same line, those won't show highlighting, the line highlight masks it.

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 24 July 2008 build (5160) is out.
« Reply #2 on: July 24, 2008, 08:50:29 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: July 25, 2008, 03:36:25 am by pasgui »

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 24 July 2008 build (5160) is out.
« Reply #3 on: July 25, 2008, 12:32:26 am »
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 24 July 2008 build (5160) is out.
« Reply #4 on: July 25, 2008, 12:49:05 am »
Build for Slackware 12.1 updated:
http://sr.uz/index.php/packages/?p=127&more=1&c=1

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 24 July 2008 build (5160) is out.
« Reply #5 on: July 25, 2008, 01:12:03 am »
still the double click problem !!! :? :(

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 24 July 2008 build (5160) is out.
« Reply #6 on: July 25, 2008, 05:02:55 am »
When i open a .cpp file, CB can open it, but show a msg: can't find the file position.

[attachment deleted by admin]

Offline rittwik

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 24 July 2008 build (5160) is out.
« Reply #7 on: July 25, 2008, 06:27:08 am »
Same problem here...
Quote
Originally posted by Acki

still the double click problem !!!  :? :(

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 24 July 2008 build (5160) is out.
« Reply #8 on: July 25, 2008, 02:03:37 pm »
Settings->Editor->General Settings->Other options :
uncheck 'Highlight occurrences, when i edit some code, CB will changed to:


[attachment deleted by admin]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 24 July 2008 build (5160) is out.
« Reply #9 on: July 25, 2008, 02:52:07 pm »
I had to work outside the office for the last four days.
So I could not update my repo earlier.
I just uploaded binaries for debian and a tar-ball (svn r5162) to my server.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 24 July 2008 build (5160) is out.
« Reply #10 on: July 25, 2008, 05:28:10 pm »
Same problem here...
When i open a .cpp file, CB can open it, but show a msg: can't find the file position.
pew, at least I'm not the only one !!!  :lol:

Offline matioupi

  • Multiple posting newcomer
  • *
  • Posts: 20
    • Incub'
Re: The 24 July 2008 build (5160) is out.
« Reply #11 on: July 25, 2008, 11:08:04 pm »
Build of SVN 5165 for Mac OS X (Intel only) with Xcode 3.1 (gcc 4.2.1) is available at :

CodeBlocksSVN-5165-OSX-Intel.zip

Build is against (and bundled with) the svn trunk version of wxWidget 2.8 wich do incorporate a requiered patch wich is NOT available in official 2.8.8 tarball (and result in C::B crash if not present)

Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file

Size md5 and sha1 digests are :

Code
mathieu$ openssl dgst -sha1 CodeBlocksSVN-5165-OSX-Intel.zip 
SHA1(CodeBlocksSVN-5165-OSX-Intel.zip)= a47e10f94e069dea9c15c635c479f734de300af2
mathieu$ openssl dgst -md5 CodeBlocksSVN-5165-OSX-Intel.zip
MD5(CodeBlocksSVN-5165-OSX-Intel.zip)= 70ce04ef3f7982ce2a46c62234e578e7
mathieu$ ls -l CodeBlocksSVN-5165-OSX-Intel.zip
-rw-r--r--  1 mathieu  staff  12198803 25 jul 22:48 CodeBlocksSVN-5165-OSX-Intel.zip

[attachment deleted by admin]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 24 July 2008 build (5160) is out.
« Reply #12 on: July 25, 2008, 11:21:51 pm »
Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file

You should either edit your patches before posting, or tell your diff program to ignore changes in whitespace (option "-w" on linux) .
The greatest part of your patch-file shows differences in line-endings, but not in code.
That makes it a little hard to figure out what is really changed.

LaneMcNair

  • Guest
Re: The 24 July 2008 build (5160) is out.
« Reply #13 on: July 29, 2008, 01:51:13 am »
I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

For an example, paste this into the editor:

class TestClass
{
     public:
          TestClass();
          ~TestClass();
     private:
          int TestData;
};


Then, change it to this:

class TestClass
{
     public:
          /*
          */
          TestClass();
          ~TestClass();
     private:
          int TestData;
};

Note that you must actually type the change, or the bug will not appear. Also, the error seems to self-correct after several minutes. This bug is not due to Code::Blocks being run on a slow computer (my computer is quite fast).

Thank you.

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 24 July 2008 build (5160) is out.
« Reply #14 on: July 29, 2008, 10:48:40 am »
I am experiencing a syntax highlighting bug on Code::Blocks svn 5160. It is reproducible on Windows XP SP2 and Windows Vista. I have not tried to reproduce it on another OS.

what happens if you set/unset 'Highlight occurrences'?
(see the post #9 above from Loaden)

denk_mal