Author Topic: AStyle template < typename T > question  (Read 3442 times)

Tsurumaru

  • Guest
AStyle template < typename T > question
« 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: AStyle template < typename T > question
« Reply #1 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) we're also restricted by what it can do.

Tsurumaru

  • Guest
Re: AStyle template < typename T > question
« Reply #2 on: June 29, 2006, 12:25:27 am »
No problem thanks for the fast reply!