aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-5/+4
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-284-4/+4
* Various plugins: Fix remaining C++20 warnings about [=] capturesJarek Kobus2024-02-061-1/+2
* Rename a few more ToolChain items to Toolchainhjk2024-01-233-26/+26
* All: More ToolChain->Toolchain renamingshjk2024-01-191-12/+12
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-0/+5
* Nim: Hide plugin class implementation in .cpphjk2024-01-125-55/+38
* Nim: Move parser test definition closer to the tested codehjk2024-01-124-13/+24
* Nim: Clean up some editor component creationhjk2024-01-106-79/+67
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-123-3/+3
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-1/+1
* ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-042-3/+3
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-273-3/+3
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-242-10/+10
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-243-8/+8
* ProjectExplorer: Rename Tool{C,c}hainConfigWidgethjk2023-11-242-4/+4
* SyntaxHighlighter: Move highlighter creating to TextDocumentArtem Sokolovskii2023-11-201-1/+1
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* TaskTree: Introduce DoneResult, use it for Sync setupJarek Kobus2023-11-071-4/+4
* Plugins: A bit more Keys and Storehjk2023-08-252-5/+5
* Some more Key and Storehjk2023-08-251-2/+2
* Utils: Rename the new Storage to Storehjk2023-08-249-18/+18
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-239-18/+19
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-153-3/+3
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-1/+1
* ProjectExplorer: Change signature to Project::toMap(QVariantMap &)hjk2023-07-273-10/+8
* Nim: Simplify error message creation for missing compilershjk2023-07-271-2/+2
* BuildStep: Some cleanupJarek Kobus2023-07-271-2/+0
* Nim: Merge Toolchain related file pairshjk2023-07-277-182/+149
* Core: Move settings category icon creation closer to its first usehjk2023-07-271-0/+2
* Nim: Use FilePathChooser for working directoryhjk2023-07-261-1/+0
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-41/+41
* ProjectExplorer: Replace the fromMap error return value for toolchainshjk2023-07-242-5/+5
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-244-6/+5
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-214-12/+9
* Nim: Hide most of NimSuggestCache interfacehjk2023-07-214-79/+60
* Nim: Move unusual plugin private ctor content to its only userhjk2023-07-213-19/+10
* Nim: Actually use the static instancehjk2023-07-211-4/+3
* Nim: FilePathify NimSuggesthjk2023-07-217-69/+48
* TextEditor: Push back explicit use of core settingshjk2023-07-191-8/+2
* Nim: Remove Q_OBJECT from NimCompletionAssistProcessorhjk2023-07-181-4/+0
* Nim: Move code style related code to nimcodestylesettingspage.cpphjk2023-07-184-77/+96
* Nim: Convert tool settings to latest stylehjk2023-07-182-7/+31
* NimCompilerCleanStep: Employ task tree for runningJarek Kobus2023-07-141-27/+30
* Nim: Use aspect more directly in NimCompilerCleanStephjk2023-07-131-14/+12
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-133-7/+2
* Tasks: Create a container class for category dataEike Ziller2023-07-121-1/+1
* Utils: Further split StringAspect and FilePathAspecthjk2023-07-111-2/+2
* Nim: Use aspects more directly in NimRunConfigurationhjk2023-07-101-12/+12