Version 4.3 of the KDevelop development
environment has been announced.
New features include beginning C++11 support, better version control system
integration, better integration with the projects.kde.org site, improved source
formatting, and a number of performance improvements.
(Log in to post comments)
KDevelop 4.3 released
Posted Mar 20, 2012 14:11 UTC (Tue) by kragil (subscriber, #34373)
[Link]
Posted Mar 21, 2012 1:10 UTC (Wed) by idupree (subscriber, #71169)
[Link]
I rejoice! It also supports range-based for and right angle brackets; it understands my C++11 code well. KDevelop was already pretty good at fault-tolerant parsing. It's even nicer now it can see "for(auto const& foo : container)" as a variable binding... and infer for me the type of foo!