Go to file
sonichy e9d4149e46 增加导出HTML 2025-06-24 17:01:19 +08:00
HTYEdit 增加导出HTML 2025-06-24 17:01:19 +08:00
HTYEdit.png HTML排版,增加选中文本前后插入<td>、<tr>、<p>的工具 2019-06-08 11:46:43 +08:00
HTYEdit.pro HTML排版,增加选中文本前后插入<td>、<tr>、<p>的工具 2019-06-08 12:12:55 +08:00
README.md 修复file:\协议打不开问题,修改log路径 2025-03-23 17:48:21 +08:00
dialogfind.cpp 查找窗口固定大小 2020-09-03 17:50:33 +08:00
dialogfind.h 新文件: HTYEdit 2017-06-15 12:39:01 +08:00
dialogfind.ui 查找窗口固定大小 2020-09-03 17:50:33 +08:00
highlighter.cpp 修改: HTYEdit 2017-07-11 23:20:50 +08:00
highlighter.h 修改: HTYEdit 2017-06-23 16:22:16 +08:00
install.sh 增加插入a元素,优化插入p元素 2020-09-03 13:22:38 +08:00
main.cpp custom foreground and background color 2022-10-21 12:07:42 +08:00
mainwindow.cpp 增加导出HTML 2025-06-24 17:01:19 +08:00
mainwindow.h 增加导出HTML 2025-06-24 17:01:19 +08:00
mainwindow.ui 增加导出HTML 2025-06-24 17:01:19 +08:00
mdichild.cpp 增加导出HTML 2025-06-24 17:01:19 +08:00
mdichild.h 增加导出HTML 2025-06-24 17:01:19 +08:00
preview.png 按照Qt官方CodeEditor范例,增加行号 2018-08-11 13:20:57 +08:00
res.qrc HTML排版,增加选中文本前后插入<td>、<tr>、<p>的工具 2019-06-08 12:12:55 +08:00

README.md

Qt 海天鹰编辑器

基于 Qt 的文字编辑程序。
已编译好的 HTYEdit 程序适用 64 位 Linux 系统 Qt5.11 环境,双击运行,其他版本请自行编译。
install.sh 可以生成 desktop并发送到系统开始菜单。 alt

已知问题

从打开方式打开文件,文件只读无法保存。

参考:

多文档编辑器: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