From 7ed247da43a71a4957c0466f98eebba24d5b073e Mon Sep 17 00:00:00 2001 From: ic005k Date: Wed, 24 Aug 2022 09:03:14 +0800 Subject: [PATCH] Add files via upload --- Xiasl.pro.user | 266 +++++++++++++++++++++++++++++++++++++++++++++++++ mainwindow.cpp | 11 +- 2 files changed, 275 insertions(+), 2 deletions(-) create mode 100644 Xiasl.pro.user diff --git a/Xiasl.pro.user b/Xiasl.pro.user new file mode 100644 index 0000000..d029ab1 --- /dev/null +++ b/Xiasl.pro.user @@ -0,0 +1,266 @@ + + + + + + EnvironmentId + {d3a9db1f-1e31-4377-8d9d-c9c9287569d2} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + + Nim + + NimGlobal + + + 3 + UTF-8 + false + 4 + false + 80 + true + true + 1 + false + true + false + 0 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop Qt 5.15.2 clang 64bit + Desktop Qt 5.15.2 clang 64bit + qt.qt5.5152.clang_64_kit + 0 + 0 + 0 + + 0 + /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Debug + /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Debug + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + + + /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Release + /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Release + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + + + 0 + /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Profile + /Volumes/DATABAK/qt-test/Xiasl/build-Xiasl-Desktop_Qt_5_15_2_clang_64bit-Profile + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + 0 + + 3 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + true + + 2 + + ProjectExplorer.CustomExecutableRunConfiguration + + false + true + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/mainwindow.cpp b/mainwindow.cpp index ad29e54..1df84b6 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -14,7 +14,7 @@ #endif #include "methods.h" -QString CurVersion = "1.1.65"; +QString CurVersion = "1.1.66"; QString fileName, curFile, dragFileName, findStr, findPath, search_string, curFindFile; @@ -7220,10 +7220,17 @@ void MainWindow::searchInFolders() { << "*.txt" << "*.py" << "*.md" + << "*.xml" + << "*.java" + << "*.kt" + << "*.pro" + << "*.gradle" << "*.plist"; QStringList fmt = - QString("dsl;asl;c;cpp;h;hpp;mm;md;bat;txt;py;plist").split(';'); + QString( + "dsl;asl;c;cpp;h;hpp;mm;bat;txt;py;md;xml;java;kt;pro;gradle;plist") + .split(';'); files.clear(); if (!isIncludeSubDir) {