Release of the integrated development environment Qt Creator 4.10.0

Took place IDE release QtCreator 4.10.0, designed to create cross-platform applications using the Qt library. Both the development of classic C++ programs and the use of the QML language are supported, in which JavaScript is used to define scripts, and the structure and parameters of interface elements are set by CSS-like blocks.

Π’ new version Added the ability to attach files in the code editor, after which these files are displayed at the top of the lists of open documents and remain open when performing bulk file close operations, such as "File > Close All and File > Close All Files".

More complete integration of the client for the LSP protocol (Language Server Protocol) with the search string (Locator), which has new filters: '.' β€” the current document, ':' β€” the document from the workspace, 'c' β€” classes, 'm' β€” functions, as well as displaying hints issued by the server. The flag has been taken down
experimental development with Locator, a plugin for which is now enabled by default. Added the ability to filter the output in panels with matching stock by expression.

For projects built using CMake or Qbs, support for the Android target platform has been added. Support for the "Default" target framework has been dropped for CMake, which only led to confusion for developers. Building individual files with CMake projects can now be done through the Build > Build File menu or through the context menu in the project tree. The ability to select a build system has been added to the Qt Widgets Application and C++ Library wizards. Added support for Boost tests. Added support for deploying all files that were installed during the installation phase in the build system for external Linux-based build targets.

Release of the integrated development environment Qt Creator 4.10.0

Source: opennet.ru

Add a comment