From 089a0d6b81e61ae494aa438466ad033e64a7477c Mon Sep 17 00:00:00 2001 From: JackLee <809262979@qq.com> Date: Mon, 3 Mar 2025 19:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- src/ctai_history_textedit.h | 4 ---- version.h | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7c204da..982f4ed 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -100,7 +100,8 @@ "qclipboard": "cpp", "qfiledialog": "cpp", "qtimer": "cpp", - "qstring": "cpp" + "qstring": "cpp", + "qabstracttextdocumentlayout": "cpp" }, "editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition", "editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition", diff --git a/src/ctai_history_textedit.h b/src/ctai_history_textedit.h index d9a64f9..5b7241e 100644 --- a/src/ctai_history_textedit.h +++ b/src/ctai_history_textedit.h @@ -23,10 +23,6 @@ #include "ctai_base.h" #include "ctai_parsestring.h" -#define MD4QT_QT_SUPPORT -#include <3rdparty/md4qt/md4qt/parser.h> -#include <3rdparty/md4qt/md4qt/html.h> - typedef struct tokens_args{ QString prompt_tokens={}; QString completion_tokens={}; diff --git a/version.h b/version.h index ed2d67b..3d24ce8 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H #define VERSION_H -#define PROJECT_NAME "ZGit" +#define PROJECT_NAME "CTAI" #define PROJECT_VERSION "1.0.0" #define PROJECT_MAJOR_VERSION "1" #define PROJECT_MINOR_VERSION "0"