User forums > Nightly builds

The 12.11 RC2 (23 November 2012 build 8598) is out.

<< < (10/24) > >>

rwxdfbb:
on this version, I can see nothing when I open some exist files. ???

oBFusCATed:
rwxdfbb: examples or it didn't happen!  ;D

huzhongshan:

--- Quote from: rwxdfbb on November 29, 2012, 07:38:09 am ---on this version, I can see nothing when I open some exist files. ???

--- End quote ---
I just met this. It may be caused by file encoding. I use visualstudio to open the .cpp file , it complains some encoding problem ,and convet it . Then I reopen the cbp in codeblocks , the cpp file can be openned. ( the old encode maybe gb3212 (chinese encoding))

ptolomey:

--- Quote from: MortenMacFly on November 27, 2012, 08:01:17 pm ---
--- Quote from: ptolomey on November 27, 2012, 07:45:32 pm ---The Source formatter doesn't work for me on Code::Blocks 12.11 RC2 (23 November 2012 build 8598)
I use Ubuntu 12.04, 32 bit.

--- End quote ---
What exactly does not work? Steps to reproduce? It works fine here.

Just saying that "something does not work" is not really helpful you know...

--- End quote ---

All automatic format functions are disabled.
For example, when I insert braces to define method body I get something like this:


--- Code: --- void method()
{}

--- End code ---

Instead what it has to be

--- Code: ---void method()
{
          
}

--- End code ---

The problem appeared after upgrade of Code::Blocks from RC1 to RC2

Alpha:

--- Quote from: ptolomey on November 29, 2012, 10:23:04 pm ---The problem appeared after upgrade of Code::Blocks from RC1 to RC2

--- End quote ---

--- Quote from: ptolomey on November 27, 2012, 07:45:32 pm ---The Code::Blocks repository for Ubuntu linux is ppa: https://launchpad.net/~pasgui/+archive/ppa/

--- End quote ---
I checked into this ppa, and it appears that the most recent build does not contain the SmartIndent* plugins (lost during packaging??).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version