克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Unlicense

Rust 实现的文本编辑器

编辑器名字叫作 rotide ("editor".reverse()), 设计理念主要借鉴自 Hecto。 我对编辑器感兴趣,所以用该程序来复现一些编辑器中的功能,如果你也如此,可以来看看。 我翻译的教程在 https://paulden.site/posts/hecto/ ,翻译还需进一步校对, 如果你感兴趣可以帮忙!

本程序以 Unlicense 分发,你可以随意传播和使用。

实现的功能:

  • 编辑:增、删、改、撤回和重做;
  • 搜索:前向后向搜索;
  • 语法高亮。

在 Hecto 的基础上,增加了撤回重做功能,并修复了一些小细节。 增加的内容我会在中文教程中更新。

反馈和贡献代码

如果你发现了教程中的错误或者想到了改进代码的好点子可以提交 Issues,共同交流。

This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <https://unlicense.org/>

简介

Rust 实现的一个简易文本编辑器。 展开 收起
Rust
Unlicense
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化