Qt Creator 14 Beta released
Qt Creator 14测试版发布
June 14, 2024 by Eike Ziller | Comments
2024年6月14日 由艾克·齐勒|评论
We are happy to announce the release of Qt Creator 14 Beta!
我们很高兴地宣布Qt Creator 14测试版的发布!
For a more detailed overview of what is new and improved in Qt Creator 14, please head over to our change log. Here are some examples:
有关Qt Creator 14中新增和改进内容的更详细概述,请转到我们的更改日志。以下是一些例子:
General
通用
- We started work on supporting Lua based plugins (registering language servers, actions, preferences, and wizards).
- 我们开始支持基于Lua的插件(注册语言服务器、操作、首选项和向导)。
Projects / Sessions
项目/会话
- We added File > Open Workspace for opening a directory as a project. A project file .qtcreator/project.json in the directory is used to set a name and file exclusion filters.
- 我们添加了“文件”>“打开工作区”,用于将目录作为项目打开。目录中的项目文件.qtcreator/project.json用于设置名称和文件排除筛选器。
- You can switch between hiding and showing the disabled kits for your project in Projects mode now.
- 现在,可以在项目模式下在隐藏和显示项目的禁用工具包之间切换。
- The options for advanced search and for searching in documents are now saved in the session.
- 高级搜索和在文档中搜索的选项现在保存在会话中。
- We made C++ code model settings and the CMake settings configurable per project.
- 我们为每个项目配置了C++代码模型设置和CMake设置。
- You can configure CMake settings and debuggers directly from CMake Presets now.
- 现在,可以直接从“CMake预设”配置CMake设置和调试器。
Editing
编辑
- We added various C++ refactoring actions, "Convert Function Call to Qt Meta-Method Invocation", "Move Class to a Dedicated Set of Source Files", and "Re-order Member Function Definitions According to Declaration Order", increased the availability of the "Add Curly Braces" refactoring, and fixed issues with C++ macros.
- 我们添加了各种C++重构操作,“将函数调用转换为Qt元方法调用”、“将类移动到专用的源文件集”和“根据声明顺序重新排序成员函数定义”,增加了“添加花括号”重构的可用性,并修复了C++宏的问题。
- We improved support for QML enums.
- 我们改进了对QML枚举的支持。
- The QML language server is now the default backend for the QML code model.
- QML语言服务器现在是QML代码模型的默认后端。
We also improved the performance of C++ debugging, fixed issues with dark system themes on Linux, and made lots of other improvements
我们还改进了C++调试的性能,修复了Linux上暗系统主题的问题,并进行了许多其他改进
Known issue: QTBUG-126275 on Linux/Wayland in some configurations. The workaround is to start Qt Creator with the environment variable QT_QPA_PLATFORM=xcb set.
已知问题:某些配置中的Linux/Wayland上的QTBUG-126275。解决方法是使用环境变量Qt_QPA_PLATFORM=xcb集启动Qt Creator。
Get Qt Creator 14 Beta
获取Qt Creator 14测试版
The opensource version is available on the Qt download page under "Pre-releases", and you find commercially licensed packages on the Qt Account Portal. Qt Creator 14 Beta is also available under Preview > Qt Creator 14.0.0-beta1 in the online installer. Please post issues in our bug tracker. You can also find us on IRC on #qt-creator on irc.libera.chat, and on the Qt Creator mailing list.
开源版本可在Qt下载页面的“预发布”下找到,您可以在Qt帐户门户网站上找到商业许可的软件包。在线安装程序中的预览>Qt Creator 14.0.0-beta1下也提供了Qt Creator14 Beta版。请在我们的bug跟踪器中发布问题。也可以在IRC上的#qt-creator上找到我们,也可以在IRC.libera.chat上的qt creator邮件列表上找到我们。
You can read the Qt Creator Manual in Qt Creator in the Help mode or access it online in the Qt documentation portal.
可以在帮助模式下的Qt Creator中阅读《Qt Creator手册》,也可以在Qt文档门户网站中在线访问。