Author Topic: Matching template brackets  (Read 13192 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Matching template brackets
« Reply #15 on: October 28, 2011, 10:02:07 am »
From where this assurance comes from?
Simple: After years you are the first asking for this feature and I don't see many people agree.

However, even if we agree that such an option is useful, there are plenty of others that have higher priority. You can help at most by providing a patch. This would be a real time-saver.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline smallB

  • Almost regular
  • **
  • Posts: 193
Re: Matching template brackets
« Reply #16 on: October 28, 2011, 05:50:25 pm »
@Morgen as I've already explained to a obfuscated "I'm not there yet" to work on patches, but you can surely count on me when my time come.
Regards

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Matching template brackets
« Reply #17 on: October 28, 2011, 11:13:19 pm »
Because it is a waste of time to implement something which will not work 100% and will be useful to very few people.
Thanks for the logic; I had lost sight of the big picture.

Offline chameleon

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: Matching template brackets
« Reply #18 on: April 06, 2013, 05:42:40 pm »
I come here from a search in google.
Yes.
It is very helpful to highlight template braces.

Especially with C++11

Code
typename std::iterator_traits<typename std::remove_reference<C1>::type::iterator>::value_type();
« Last Edit: April 06, 2013, 05:47:08 pm by chameleon »

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Matching template brackets
« Reply #19 on: April 07, 2013, 12:57:50 am »
It is very helpful to highlight template braces.
Useful, yes, but very hard to implement.  Do you have ideas of how this could be done?