Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Tsurumaru on June 28, 2006, 11:11:55 pm

Title: AStyle template < typename T > question
Post by: Tsurumaru on June 28, 2006, 11:11:55 pm
I really love having the source formatting plugin but the one thing I'm either missing how to setup or it is not an option is a space between < and > for things like
Code: cpp
template < typename T > 
and
Code: cpp
std::map< std::string, std::string >
. You get the point. It's a rather small thing and it is my coding style that I prefer. So if I'm missing something obvious I apologize ahead of time. I'm using revision 2509 and downloading the latest later on today(I'm on dial-up so I don't download them as often). So if it's been fixed or added into a later addition thanks again!

Later
Title: Re: AStyle template < typename T > question
Post by: Ceniza on June 28, 2006, 11:34:05 pm
It seems that option is missing in AStyle (or it's just not documented). Since the plugin depends on AStyle (http://www.sf.net/projects/astyle (http://www.sf.net/projects/astyle)) we're also restricted by what it can do.
Title: Re: AStyle template < typename T > question
Post by: Tsurumaru on June 29, 2006, 12:25:27 am
No problem thanks for the fast reply!