Release of the KDevelop 5.6 application development environment

After six months of development submitted release of the integrated programming environment KDevelop 5.6, which fully supports the development process for KDE 5, including using Clang as a compiler. The project code is distributed under the GPL license and uses the KDE Frameworks 5 and Qt 5 libraries.

Release of the KDevelop 5.6 application development environment

In the new release:

  • Improved support for CMake projects. Added the ability to group cmake build targets into different subdirectories. When importing projects, cmake-file-api is involved. Improved error handling.
  • Improved tools for C++ development. Added the ability to pass arbitrary compilation flags when calling clang.
  • Improved PHP language support. Updated phpfunctions.php file. Added PHP 7.1 syntax handling to catch a few exceptions.
  • Added support for Python 3.9.
  • Implemented support for building with MSVC++ 19.24.
  • Optimized environment variable expansion and added the ability to escape the dollar symbol with a backslash in environment variables.

Source: opennet.ru

Add a comment