📄 makefile.am
字号:
noinst_LIBRARIES = libhtml.alibhtml_a_SOURCES = \ htmlparser.cpp htmltoken.cpp htmltokenizer.cpp \ dtd.cpp html_headimpl.cpp html_blockimpl.cpp \ html_elementimpl.cpp html_inlineimpl.cpp html_documentimpl.cpp \ html_baseimpl.cpp html_imageimpl.cpp html_listimpl.cpp \ html_miscimpl.cpp html_formimpl.cpp html_tableimpl.cpp# html_objectimpl.cppnoinst_HEADERS = \ dtd.h html_headimpl.h html_tableimpl.h \ html_baseimpl.h html_imageimpl.h htmlparser.h \ html_blockimpl.h html_inlineimpl.h htmltoken.h \ html_documentimpl.h html_listimpl.h htmltokenizer.h \ html_elementimpl.h html_miscimpl.h html_formimpl.h \ html_objectimpl.hEXTRA_DIST = dtd.dtd html_documentimpl.moc htmltokenizer.mocINCLUDES = -I../mgjs -I../include -I../misc -I../xml -I../html -I../dom -I../mglib -I../css -I../render -I../mghtml
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -