QtCreator 4.11

December 12 saw the release of QtCreator with version number 4.11.

Because QtCreator is modular and all functionality is provided by plugins (Core plugin is non-disableable). Below are the new plugins.

Projects

  • Test support for Qt on WebAssembly and microcontrollers.
  • Multiple improvements in the project configuration and build subsystems.
  • Using the file API from CMake 3.14 to configure and run projects. This innovation makes the behavior more reliable and predictable (compared to the previous "server" mode). Especially if CMake is also used externally (eg from the console).

editing

  • Language Server Protocol client now supports protocol extension for semantic highlighting
  • Explicit colors from KSyntaxHighliting are no longer ignored
  • Significantly simplified language server configuration for Python
  • You can change the line ending style also from the toolbar of the editor component
  • Editing QML "bindings" directly from Qt Quick Designer

More information is in change log.

Source: linux.org.ru

Add a comment