Skip to content

Commit 168b841

Browse files
committed
feat: 重构 AngelScript 代码预处理器;代码优化调整;
1 parent cff9412 commit 168b841

27 files changed

Lines changed: 1137 additions & 1746 deletions

.github/workflows/qt-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
-3rdparty/fmt/**
9393
-3rdparty/Qt-Advanced-Docking-System/**
9494
-3rdparty/qwindowkit/**
95+
-build/**
9596
input: codeql-results/cpp.sarif
9697
output: codeql-results/cpp.sarif
9798

CMakeLists.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,13 @@ set(ANGEL_SCRIPT_ADDON
145145
${ANGEL_SCRIPT_ADDON_ROOT}/serializer/serializer.cpp
146146
${ANGEL_SCRIPT_ADDON_ROOT}/serializer/serializer.h
147147
${ANGEL_SCRIPT_ADDON_ROOT}/weakref/weakref.cpp
148-
${ANGEL_SCRIPT_ADDON_ROOT}/weakref/weakref.h)
148+
${ANGEL_SCRIPT_ADDON_ROOT}/weakref/weakref.h
149+
${ANGEL_SCRIPT_ADDON_ROOT}/datetime/datetime.cpp
150+
${ANGEL_SCRIPT_ADDON_ROOT}/datetime/datetime.h
151+
${ANGEL_SCRIPT_ADDON_ROOT}/scriptfile/scriptfile.cpp
152+
${ANGEL_SCRIPT_ADDON_ROOT}/scriptfile/scriptfile.h
153+
${ANGEL_SCRIPT_ADDON_ROOT}/scriptfile/scriptfilesystem.cpp
154+
${ANGEL_SCRIPT_ADDON_ROOT}/scriptfile/scriptfilesystem.h)
149155

150156
add_subdirectory(3rdparty/qtsingleapplication)
151157
add_subdirectory(3rdparty/fmt)
@@ -270,9 +276,7 @@ set(CONTROL_SRC
270276
src/control/gotolinewidget.h
271277
src/control/gotolinewidget.cpp
272278
src/control/codeeditcontrolwidget.h
273-
src/control/codeeditcontrolwidget.cpp
274-
src/control/scrollablelabel.h
275-
src/control/scrollablelabel.cpp)
279+
src/control/codeeditcontrolwidget.cpp)
276280

277281
set(CLASS_SRC
278282
src/class/logger.cpp
@@ -422,8 +426,6 @@ set(SCRIPT_ADDON_SRC
422426
src/scriptaddon/scriptcolor.cpp
423427
src/scriptaddon/scriptjson.h
424428
src/scriptaddon/scriptjson.cpp
425-
src/scriptaddon/scriptfile.cpp
426-
src/scriptaddon/scriptfile.h
427429
src/scriptaddon/scriptenv.h
428430
src/scriptaddon/scriptenv.cpp)
429431

lang/zh_CN/winghex_zh_CN.ts

Lines changed: 390 additions & 390 deletions
Large diffs are not rendered by default.

lang/zh_TW/winghex_zh_TW.ts

Lines changed: 390 additions & 390 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)