The Artima Developer Community
Sponsored Link

.NET Buzz Forum
CLion 1.1 released: Improved C++ parser, LLDB on OS X, and code style settings

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
s m

Posts: 2034
Nickname: sashika
Registered: Jul, 2005

sasha maximova works for JetBrains
CLion 1.1 released: Improved C++ parser, LLDB on OS X, and code style settings Posted: Aug 18, 2015 10:09 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by s m.
Original Post: CLion 1.1 released: Improved C++ parser, LLDB on OS X, and code style settings
Feed Title: JetBrains .NET Tools Blog
Feed URL: http://www.jetbrains.com/rss.xml
Feed Description: tips&tricks, news, and how-to's about ReSharper and dotTrace
Latest .NET Buzz Posts
Latest .NET Buzz Posts by s m
Latest Posts From JetBrains .NET Tools Blog

Advertisement

After the 1.0 release excitement, joy and celebrations, we've spent the summer polishing the current feature set and introducing a couple of useful additions. Today we are happy to roll out CLion 1.1, the new version of our cross-platform IDE for C and C++! Download it and try right now! If you have a CLion license, your subscription is still valid and you can get this version absolutely free.

We know you have great expectations of CLion, confirmed by tons of feature requests in our tracker, and we try our best to meet them. With v1.1, we searched for a good balance between stabilization, performance and new features. Here's how it finally looks:

  • Improved C++ parser: After collecting your feedback on v1.0, we performed a massive overhaul of the C++ parser. There are many tricky cases in modern C++ when, despite identical syntax, code constructs differ semantically depending on the context. So now, CLion 1.1 understands your code more accurately.
    The parser overhaul also brings performance improvements.
  • The default debugger on OS X is now LLDB, bundled into the distribution package. GDB is still an option you can select (either the bundled or custom one).
  • Code style settings: CLion 1.1 introduces many new settings that help you stay compliant with your preferred code style guidelines, from indents for class members and visibility keywords to settings for preprocessor directives. Besides C and C++ specific code style settings, the new version also brings you code style settings for CMake.
  • Popular code style schemes: In case you prefer a well-known code style like Google, Qt, GNU, Stroustrup, or a braces-only style, apply them to your own configuration with CLion 1.1 in Editor | Code Style | C/C++ settings.
  • File extensions: .hpp or .hxx? .cpp or .cxx? Whichever you prefer, you can now configure source and header files extensions and use them while creating C++ class, C/C++ source or header files. Reorder the list of possible combinations to have your favorite one on top and to use it as the default.

For a more detailed overview, please visit the What's new in CLion 1.1 page on our website and download CLion for your operating system.

JetBrains Team
http://www.jetbrains.com
"Develop with pleasure!"

Read: CLion 1.1 released: Improved C++ parser, LLDB on OS X, and code style settings

Topic: Training still happening Previous Topic   Next Topic Topic: YouTrack 6.5: Issue Tracker Designed for Development Teams

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use