Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 3.69 KB

README.zh-cn.md

File metadata and controls

96 lines (71 loc) · 3.69 KB

Banner

CI GitHub license Maven Central
Telegram QQ

sora-editor是一款高效的安卓代码编辑器

阅读其他语言的文档: English, 简体中文, Español, 日本語.

这个项目仍在缓慢开发中,欢迎提交问题和合并请求

特色

  • 增量语法高亮
  • 自动补全 (包含对代码块(Code Snippets)的支持)
  • 自动缩进
  • 代码块辅助线
  • 手势缩放
  • 撤销/重做
  • 搜索和替换文本
  • 自动换行
  • 显示不可打印的字符
  • 诊断信息标记
  • 文本放大镜
  • 粘性滚动
  • 高亮显示括号对
  • 事件系统
  • TextMate 和 TreeSitter 支持

文档

请阅读 快速开始 来快速上手使用此编辑器。也可以在项目文档站点 查看所有的使用文档。

编辑器预览图

GeneralAppearance ProblemIndicator

讨论

贡献者

许可证

sora-editor - the awesome code editor for Android
https://github.com/Rosemoe/sora-editor
Copyright (C) 2020-2024  Rosemoe

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
USA

Please contact Rosemoe by email 2073412493@qq.com if you need
additional information or have any questions

鸣谢

感谢JetBrains为本项目 提供的IntelliJ IDEA等IDE的免费许可证。