aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-191-2/+2
|\|
| * Markdown: Fix the Show Editor/Preview buttonsEike Ziller2024-02-191-2/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-152-21/+9
|\|
| * TextEditor: Simplify settings initializationOrgad Shaneh2024-02-151-13/+4
| * TextEditor: Drop TextEditorSettings::m_instancehjk2024-02-151-7/+2
| * TextEditor: Fix initial loading of settingshjk2024-02-151-1/+3
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-148-51/+30
|\|
| * TextEditor: Fix a leak of CompletionAssistProviderJarek Kobus2024-02-131-6/+5
| * TextEditor: Fix capitalizationChristian Stenger2024-02-091-1/+1
| * TextEditor: simplify SyntaxHighlighterRunner interfaceDavid Schulz2024-02-093-22/+12
| * TextEditor: remove unused function of syntax highlighterDavid Schulz2024-02-082-18/+5
| * TextEditor: fix double delete in synchronous syntax highlighterDavid Schulz2024-02-081-7/+9
| * TextEditor: fix applying empty list of format changesDavid Schulz2024-02-081-1/+1
| * QbsProjectManager: Support completion via qbs' LSP serverChristian Kandeler2024-02-081-0/+1
* | TextEditor: fix multi text cursor unindent via backspaceDavid Schulz2024-02-091-1/+1
|/
* TextEditor: Use more ActionBuilderhjk2024-02-071-30/+34
* Merge remote-tracking branch 'origin/12.0' into 13.0Eike Ziller2024-02-051-1/+2
|\
| * TextEditor: Assert on nullptr bookmarks passed to gotoBookmarkDavid Schulz2024-02-051-0/+1
| * TextEditor: fix crash on activating bookmark in deleted fileDavid Schulz2024-02-051-3/+4
* | TextEditor: replace iterator loop with algorithmDavid Schulz2024-02-051-6/+5
* | CircularClipboard: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-054-17/+15
* | TextEditor: Move access to smaller settings chunkshjk2024-02-017-34/+11
* | TextEditor: Start moving settings pieces to standard patternshjk2024-02-0110-67/+145
* | Core: Remove Menuhjk2024-02-012-6/+5
* | GlslEditor: Fix crash in GlslHighlighterDavid Schulz2024-01-315-7/+30
* | TextEditor: remove unused includeDavid Schulz2024-01-311-2/+0
* | TextEditor: move struct to implementation fileDavid Schulz2024-01-312-6/+7
* | TextEditor: Merge Base- and ThreadedSyntaxHighlighterRunnerDavid Schulz2024-01-317-132/+108
* | TextEditor: Insert clang-format removal blocker at the endChristian Kandeler2024-01-301-2/+6
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-10/+38
|\|
| * TextEditor: Add case sensitivity checks in optimizationDavid Schulz2024-01-261-10/+38
* | Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-2/+1
* | TextEditor: Use new setup pattern for markdown and json editorhjk2024-01-295-57/+53
* | TextEditor: Use new setup pattern for the findershjk2024-01-297-75/+81
* | Utils: Rename ParameterAction into Actionhjk2024-01-291-7/+7
* | TextEditor: Use new setup pattern for PlainTextEditorFactoryhjk2024-01-293-38/+37
* | TextEditor: Use new setup pattern for TextEditorSettings classhjk2024-01-293-4/+21
* | TextEditor: Move BookmarkFilter class definition to .cpphjk2024-01-263-21/+25
* | TextEditor: Move some functions from the plugin pimpl to the pluginhjk2024-01-261-26/+16
* | Remove CommandButtonEike Ziller2024-01-261-17/+13
* | Use ActionBuilder for Markdown editorEike Ziller2024-01-262-59/+78
* | ClangFormat: Replace checks widget with editorArtem Sokolovskii2024-01-264-0/+8
* | CodecSelector: Hide dialog class behind functionEike Ziller2024-01-241-9/+9
* | TextEditor: Fix quickfix formattingChristian Kandeler2024-01-242-13/+25
* | Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-2/+4
* | Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* | TextEditor: Move test creation closer to tested codehjk2024-01-225-54/+70
* | Show color previews for QML functionsXavier BESSON2024-01-221-3/+11
* | TextEditor: reduce complexity of bookmark requestsDavid Schulz2024-01-192-53/+10
* | ClangFormat: Separate ClangFormat and Standard Indenter UIArtem Sokolovskii2024-01-192-7/+7