User forums > Nightly builds
The 24 July 2008 build (5160) is out.
Acki:
--- Quote from: rittwik on July 25, 2008, 06:27:08 am ---Same problem here...
--- End quote ---
--- Quote from: Loaden 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.
--- End quote ---
pew, at least I'm not the only one !!! :lol:
matioupi:
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
--- End code ---
[attachment deleted by admin]
Jenna:
--- Quote from: matioupi on July 25, 2008, 11:08:04 pm ---Attached is also a svn diff right after build as i had to apply a very small patch on codesnippetsapp.cpp file
--- End quote ---
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:
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.
denk_mal:
--- Quote from: LaneMcNair 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.
--- End quote ---
what happens if you set/unset 'Highlight occurrences'?
(see the post #9 above from Loaden)
denk_mal
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version