News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

AStyle template < typename T > question

Started by Tsurumaru, June 28, 2006, 11:11:55 PM

Previous topic - Next topic

Tsurumaru

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) Select
template < typename T > and
Code (cpp) Select
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

Ceniza

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) we're also restricted by what it can do.

Tsurumaru