Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

C++0x autocomplete

<< < (3/4) > >>

MortenMacFly:

--- Quote from: Alpha on March 25, 2012, 08:57:28 pm ---Is this something that should be submitted to Code::Block's patch tracker, or to the actual AStyle project?

--- End quote ---
This is astyle, not Code::Blocks. However, you should first look at the astyle code whether this has probably been fixed already. You can integrate later versions of astyle easily into Code::Blocks, just make sure you keep these two methods in the public section:
      void setBlockIndent(bool state);
      void setBracketIndent(bool state);

Alpha:

--- Quote from: MortenMacFly on March 26, 2012, 07:07:33 am ---However, you should first look at the astyle code whether this has probably been fixed already.

--- End quote ---
You were right; I checked the AStyle project, and it appears this problem has already been fixed.  Patch #3268 updates Code::Blocks to this.

MortenMacFly:

--- Quote from: Alpha on March 28, 2012, 12:34:08 am ---Patch #3268 updates Code::Blocks to this.

--- End quote ---
You don't need to provide patches - I am maintaining this already, but thanks anyways.

Alpha:
OK.

Halan:
Just wondering, is this commited upstream now?

I am using the packages from Jens' repository and I still have this formatting issue :/

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version