Go to file
sonichy 23cfbe8a23 使用系统主题图标代替Qt内置图标 2018-11-25 11:52:15 +08:00
HTYEdit 使用系统主题图标代替Qt内置图标 2018-11-25 11:52:15 +08:00
HTYEdit.desktop 支持拖放打开多个文件 2018-10-13 17:21:01 +08:00
HTYEdit.pro add compile command 2018-06-01 11:35:27 +08:00
README.md 按照Qt官方CodeEditor范例,增加行号 2018-08-11 13:20:57 +08:00
dialogfind.cpp 新文件: HTYEdit 2017-06-15 12:39:01 +08:00
dialogfind.h 新文件: HTYEdit 2017-06-15 12:39:01 +08:00
dialogfind.ui 按照Qt官方CodeEditor范例,增加行号 2018-08-11 13:20:57 +08:00
font.png 新文件: HTYEdit 2017-06-15 12:39:01 +08:00
highlighter.cpp 修改: HTYEdit 2017-07-11 23:20:50 +08:00
highlighter.h 修改: HTYEdit 2017-06-23 16:22:16 +08:00
icon.png 新文件: HTYEdit 2017-06-15 12:39:01 +08:00
main.cpp 支持拖放打开多个文件 2018-10-13 17:21:01 +08:00
mainwindow.cpp 使用系统主题图标代替Qt内置图标 2018-11-25 11:52:15 +08:00
mainwindow.h add debug window 2018-06-12 11:05:28 +08:00
mainwindow.ui 使用系统主题图标代替Qt内置图标 2018-11-25 11:52:15 +08:00
mdichild.cpp 使用系统主题图标代替Qt内置图标 2018-11-25 11:52:15 +08:00
mdichild.h 使用系统主题图标代替Qt内置图标 2018-11-25 11:52:15 +08:00
preview.png 按照Qt官方CodeEditor范例,增加行号 2018-08-11 13:20:57 +08:00
qtrf.qrc 新文件: HTYEdit 2017-06-15 12:39:01 +08:00
run.png 新文件: HTYEdit 2017-06-15 12:39:01 +08:00

README.md

Qt 海天鹰编辑器

Linux 平台基于 Qt 的文字编辑程序。
已编译好的 HTYEdit 程序适用 64 位 Linux 系统 Qt5 环境,双击运行,其他版本请自行编译。
alt

1.3 新增行号

1.3 新增调试窗口

1.1 新增语法高亮

高亮类具体工作过程没看懂,因为很好用先用着。

参考:

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