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"