HTYEdit/README.md

12 lines
683 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Qt 海天鹰编辑器
基于 Qt 的文字编辑程序。
已编译好的 HTYEdit 程序适用 64 位 Linux 系统 Qt5.11 环境,双击运行,其他版本请自行编译。
install.sh 可以生成 desktop并发送到系统开始菜单。
![alt](preview.png)
### 已知问题
从打开方式打开文件,文件只读无法保存,需要新建一个标签再关闭才能够保存。
### 参考:
多文档编辑器http://www.qter.org/portal.php?mod=view&aid=10
编译、运行输出https://github.com/m-iDev-0792/HJ-Editor
行号http://doc.qt.io/qt-5/qtwidgets-widgets-codeeditor-example.html
语法高亮http://www.cnblogs.com/lenxvp/p/5475931.html