User forums > Nightly builds

The 17 June 2007 build will NOT be out.

(1/2) > >>

killerbot:
just 1 commit, let's keep it for tomorrow ;-)

cacb:
Thanks for the continued great work...

I hope you don't mind me repeating this issue
http://forums.codeblocks.org/index.php/topic,6098.msg46783.html#msg46783

It really makes using 2 different compilers for different build targets very awkward. And using 2 different compilers in a cross platform IDE is not uncommon I think...?

Regards
cacb

Darck:
I found error in code folding:

- editor doesn't ignore commented "}" :
 //}

it corrupts structure, and cause incorrect function folding.

--------------
folded functions should be remembered after closing. the same with bookmarks.

killerbot:

--- Quote from: Darck on June 18, 2007, 01:22:13 am ---I found error in code folding:

- editor doesn't ignore commented "}" :
 //}

it corrupts structure, and cause incorrect function folding.

--------------
folded functions should be remembered after closing. the same with bookmarks.

--- End quote ---

could you please file a bug report for this on berlios ?

eranif:
This was discussed in the past:
http://forums.codeblocks.org/index.php/topic,4318.0.html

It is not a bug but more of a feature:
scintilla lets you insert folding point without creating a function, you can do that by adding:
//{

//}

to your code. if you wish to comment an open brace simple put a space between the comment and the brace character:
//<space>{ <-- this will be ignored

-Eran


Navigation

[0] Message Index

[#] Next page

Go to full version