|
|
indigo0086
Almost regular
 
Posts: 150
|
 |
« 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.
|
|
|
|
|
Logged
|
|
|
|
pasgui
Almost regular
 
Posts: 161
|
 |
« Reply #2 on: July 24, 2008, 08:50:29 pm » |
|
Build for Ubuntu i386/amd64 can be found hereBest regards, pasgui
|
|
|
|
« Last Edit: July 25, 2008, 03:36:25 am by pasgui »
|
Logged
|
|
|
|
Xaviou
Almost regular
 
Posts: 188
|
 |
« 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.
|
|
|
|
|
Logged
|
|
|
|
SR
Advanced newcomer

Posts: 22
|
 |
« Reply #4 on: July 25, 2008, 12:49:05 am » |
|
|
|
|
|
|
Logged
|
|
|
|
Acki
Advanced newcomer

Posts: 100
|
 |
« Reply #5 on: July 25, 2008, 01:12:03 am » |
|
still the double click problem !!! 
|
|
|
|
|
Logged
|
|
|
|
|
Loaden
|
 |
« 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]
|
|
|
|
|
Logged
|
Ubuntu & XP -|- GCC & VC -|- Code::Blocks SVN Latest------------------------------------------ Index for my patches
|
|
|
rittwik
Newcomer

Posts: 7
|
 |
« Reply #7 on: July 25, 2008, 06:27:08 am » |
|
Same problem here... Originally posted by Acki still the double click problem !!! 
|
|
|
|
|
Logged
|
|
|
|
|
Loaden
|
 |
« 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]
|
|
|
|
|
Logged
|
Ubuntu & XP -|- GCC & VC -|- Code::Blocks SVN Latest------------------------------------------ Index for my patches
|
|
|
|
jens
|
 |
« 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.
|
|
|
|
|
Logged
|
|
|
|
Acki
Advanced newcomer

Posts: 100
|
 |
« 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 !!! 
|
|
|
|
|
Logged
|
|
|
|
matioupi
Advanced newcomer

Posts: 20
|
 |
« 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.zipBuild 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 : 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]
|
|
|
|
|
Logged
|
|
|
|
|
jens
|
 |
« 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.
|
|
|
|
|
Logged
|
|
|
|
LaneMcNair
Newcomer

Posts: 2
|
 |
« 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.
|
|
|
|
|
Logged
|
|
|
|
denk_mal
Advanced newcomer

Posts: 35
|
 |
« 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
|
|
|
|
|
Logged
|
|
|
|
|