Qt Creator 12 released with Compiler Explorer integration and screen recording
Qt Creator, a widely used cross-platform integrated development environment, has recently unveiled its 12th version, introducing a host of new features and enhancements.
Among these new features is the integration of Compiler Explorer. As users write code, Qt Creator 12 uses Compiler Explorer to compile the code, generate assembly, and if desired, execute it. The result is then displayed to the user, following the same process as the Compiler Explorer website. This new version allows for multiple editors to be open simultaneously and different compilers to be configured.
Additionally, Qt Creator 12 introduces CMake debugging and profiling. This feature enables users to set breakpoints in their project's CMake files and debug the configuration process of CMake.
Another notable feature of Qt Creator 12 is the ability to create recordings of a portion, or the entirety, of your screen. These recordings can be used for various purposes, such as bug reports, sharing, blog posts, and more.
In addition to the aforementioned features, Qt Creator 12 also includes several other improvements and bug fixes, further enhancing the user experience.
