mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-22 00:40:10 +08:00
[翻译完成] [news] 20221101.4 ⭐️⭐️ Kate Editor is Getting Four New Awesome Features.md
This commit is contained in:
parent
59033b08ae
commit
da04c87856
@ -7,87 +7,87 @@
|
|||||||
[#]: publisher: " "
|
[#]: publisher: " "
|
||||||
[#]: url: " "
|
[#]: url: " "
|
||||||
|
|
||||||
Kate Editor is Getting Four New Awesome Features
|
Kate 文本编辑器获得了四个非常棒的新功能
|
||||||
======
|
======
|
||||||
|
|
||||||
KDE's feature-packed text editor is getting better and more useful!
|
由 KDE 开发的功能丰富的文本编辑器正在变得更好和更有用!
|
||||||
|
|
||||||
![Kate Editor is Getting Four New Awesome Features][1]
|
![Kate 文本编辑器获得了四个非常棒的新功能][1]
|
||||||
|
|
||||||
[Kate Editor][2] is a constantly evolving and powerful open-source text editor that acts as a viable alternative to Microsoft's proprietary Visual Studio Code application.
|
[Kate 文本编辑器][2] 是一个不断发展和强大的开源文本编辑器,它是微软专有的 Visual Studio Code 应用程序的替代品。
|
||||||
|
|
||||||
It is available for Linux, Windows, and macOS.
|
它可以在 Linux、Windows 和 macOS 上使用。
|
||||||
|
|
||||||
The code editor received a significant upgrade in 2021 potentially making it KDE's answer to Microsoft's offering.
|
这个代码编辑器在 2021 年获得了重大升级,这可能使它成为了 KDE 面对微软所提供的产品交出的答卷。
|
||||||
|
|
||||||
With the upcoming Kate and KWrite 22.12 release, they aim to add a number of much-needed features.
|
在即将到来的 Kate 和 KWrite 22.12 版本上,他们的目标是添加许多非常有用的功能。
|
||||||
|
|
||||||
Let's take a brief look at what we can expect from Kate.
|
来简单看看我们可以从 Kate 中期待什么。
|
||||||
|
|
||||||
### 🆕 Kate Editor: New Feature Additions
|
### 🆕 Kate Editor: 新增功能
|
||||||
|
|
||||||
If you have been reading [Nate's blog][3] for KDE improvements, you probably know all about the upgrades coming to KDE Plasma and the applications.
|
如果你读过 [Nate 的博客][3] 来了解 KDE 的改进,你可能已经知道了 KDE Plasma 和应用程序即将获得的升级。
|
||||||
|
|
||||||
However, some exciting additions are coming to Kate 22.12 that I wanted to highlight:
|
但是,我想强调一些 Kate 22.12 将会带来的令人激动的新功能:
|
||||||
|
|
||||||
- **Support for Qt Widgets**
|
- **对 Qt Widgets 的支持**
|
||||||
- **Updated Welcome Page**
|
- **更新的欢迎页面**
|
||||||
- **Git Diff Viewer**
|
- **Git 差异查看器**
|
||||||
- **Configuration Tab**
|
- **配置标签页**
|
||||||
- **Clipboard History**
|
- **剪切板历史**
|
||||||
|
|
||||||
#### Welcome Page
|
#### 欢迎页面
|
||||||
|
|
||||||
![kate 22.12 welcome page][4]
|
![kate 22.12 欢迎页面][4]
|
||||||
|
|
||||||
Image Credits: KDE
|
图片来源:KDE
|
||||||
|
|
||||||
Like many other [KDE apps][5], Kate will now show a welcome page that will greet users with a welcome screen and include options like creating or opening a file, starting a new session, viewing recent documents, and more.
|
和许多其他 [KDE 应用程序][6] 一样,Kate 现在将显示一个欢迎页面,该页面将欢迎用户并显示创建或打开文件、启动新会话、查看最近的文档等选项。
|
||||||
|
|
||||||
For users who might not like this, an option will be provided on the welcome page to disable this behavior for a new window.
|
对于不喜欢这个页面的用户,欢迎页面上将提供一个选项,以在新窗口上禁用欢迎页面。
|
||||||
|
|
||||||
#### Git Diff Viewer
|
#### Git 差异查看器
|
||||||
|
|
||||||
![kate 22.12 git diff support][6]
|
![kate 22.12 git 差异支持][6]
|
||||||
|
|
||||||
Image Credits: KDE
|
图片来源:KDE
|
||||||
|
|
||||||
Kate will finally get support for viewing git-diff; users will be able to compare their code to check for differences and find those pesky bugs that are causing their application not to run correctly.
|
Kate 终于增加了对显示 git-diff 的支持;用户将能够比较他们的代码以检查差异并找到那些令人讨厌的,会导致他们的应用程序无法正常运行 bug。
|
||||||
|
|
||||||
Users will also be able to choose from a variety of views, such as unified, side-by-side, and raw.
|
用户也可以从多种视图中进行选择,例如合并、并排和原始文件。
|
||||||
|
|
||||||
#### New Clipboard History Paste Dialog
|
#### 新的剪贴板历史粘贴对话框
|
||||||
|
|
||||||
![kate 22.12 clipboard history][7]
|
![kate 22.12 剪贴板历史][7]
|
||||||
|
|
||||||
Image Credits: KDE
|
图片来源:KDE
|
||||||
|
|
||||||
A new dialog has been added to Kate, showing users a list of previous clipboard content while pasting.
|
Kate 现在添加了一个新的对话框,在粘贴的时候显示用户剪贴板内容的列表。
|
||||||
|
|
||||||
This can be helpful if you are juggling between multiple lines of code and don't want to lose track of the essential bits.
|
当你在多行代码之间切换时,这可能会很有用,因为你不想丢失重要的内容。
|
||||||
|
|
||||||
#### Configuration Tab
|
#### 配置标签页
|
||||||
|
|
||||||
![kate 22.12 configuration tab][8]
|
![kate 22.12 配置标签页][8]
|
||||||
|
|
||||||
Image Credits: KDE
|
图片来源:KDE
|
||||||
|
|
||||||
Kate will also feature a configuration tab that lets users change significant settings and a search bar to quickly find specific settings.
|
Kate 也将添加一个配置标签页,让用户可以更改重要的设置,并添加一个搜索栏,使用户可以快速查找特定的设置。
|
||||||
|
|
||||||
#### 🛠️ Other Changes and Improvements
|
#### 🛠️ 其他变更和改进
|
||||||
|
|
||||||
Some other notable improvements to be featured on Kate 22.12 are:
|
Kate 22.12 将带来的其他值得注意的改进包括:
|
||||||
|
|
||||||
- **Optimized Status Bar**
|
- **优化的状态栏**
|
||||||
- **Improvements to the Build Plugin**
|
- **对构建插件的改进**
|
||||||
- **Moveable Sidebar Buttons**
|
- **可移动的侧边栏按钮**
|
||||||
- **Improvements to Window Handling**
|
- **对窗口处理的改进**
|
||||||
|
|
||||||
Kate is shaping to be a suitable alternative to Microsoft's [Visual Studio Code][9] and has come a long way since its major revamp in 2021.
|
Kate 正在成为微软的 [Visual Studio Code][9] 的合适替代品,并且自 2021 年大规模重构以来已经取得了很大的进步。
|
||||||
|
|
||||||
In Kate's [official blog post][10], you can learn more about these changes and watch them in action.
|
在 Kate 的 [官方博客文章][10] 中,你可以了解更多关于这些变化的信息,并看看它们实际是怎么工作的。
|
||||||
|
|
||||||
💬 Are you looking forward to the release of Kate 22.12? Or do you prefer VS Code?
|
💬 你期待 Kate 22.12 的发布吗?还是更喜欢 VS Code?
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user