aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: fix assist actionsDavid Schulz14 days1-47/+25
* Editor: fix action text for switching utf8 bomDavid Schulz2024-04-111-1/+1
* Editor: move setScriptable to context actionsDavid Schulz2024-04-111-146/+34
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-0/+355
* TextEditor: Add type hierarchy infrastructureChristian Kandeler2024-03-121-0/+2
* TextEditor: Fix initial loading of settingshjk2024-02-151-1/+3
* TextEditor: Use more ActionBuilderhjk2024-02-071-30/+34
* TextEditor: Start moving settings pieces to standard patternshjk2024-02-011-0/+8
* TextEditor: Use new setup pattern for markdown and json editorhjk2024-01-291-16/+2
* TextEditor: Use new setup pattern for the findershjk2024-01-291-4/+4
* TextEditor: Use new setup pattern for PlainTextEditorFactoryhjk2024-01-291-1/+2
* TextEditor: Use new setup pattern for TextEditorSettings classhjk2024-01-291-3/+3
* TextEditor: Move BookmarkFilter class definition to .cpphjk2024-01-261-2/+1
* TextEditor: Move some functions from the plugin pimpl to the pluginhjk2024-01-261-26/+16
* TextEditor: Move test creation closer to tested codehjk2024-01-221-2/+2
* TextEditor: reduce complexity of bookmark requestsDavid Schulz2024-01-191-46/+0
* TextEditor: Use new setup pattern for BookmarkViewhjk2024-01-181-9/+1
* TextEditor: Move BookmarkManager instance closer to its codehjk2024-01-181-6/+7
* TextEditor: Move bookmark related action setuphjk2024-01-181-125/+1
* TextEditor: Simplify setup of line number filterhjk2024-01-171-8/+1
* TextEditor: Setup TextMarkFactory more canonicallyhjk2024-01-171-5/+2
* TextEditor: Hide plugin class definition in .cpphjk2024-01-171-14/+29
* TextEditor: Move test setup closer to tested codehjk2024-01-171-0/+9
* TextEditor: Move OutlineFactory setup closer to new patternhjk2024-01-101-1/+2
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-6/+6
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-6/+6
* SyntaxHighlighter: Move static functions to other namespaceArtem Sokolovskii2023-11-201-3/+2
* Core: Replace new "Action" by an "ActionBuilder"hjk2023-11-101-53/+59
* Core: Introduce Menu and Action classeshjk2023-11-091-66/+64
* Revert "TextEditor: Hide LineNumberFilter implementation"Eike Ziller2023-10-171-0/+6
* TextEditor: Hide LineNumberFilter implementationhjk2023-10-091-6/+0
* Bookmarks: Merge plugin into TextEditorhjk2023-09-281-13/+189
* TextEditor: Hide part of OutlineFactory implementationhjk2023-09-041-0/+2
* TextEditor: add json indenterDavid Schulz2023-08-281-0/+2
* TextEditor: Introduce a per-project variant of the comments settingsChristian Kandeler2023-08-081-0/+3
* TextEditor: Add tests for the generic highlighterDavid Schulz2023-06-071-0/+2
* TextEditor: add tests for the code assistantDavid Schulz2023-05-311-0/+8
* MarkdownView: Merge into TextEditorhjk2023-02-211-0/+2
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* TextEditor: Tr::trhjk2023-01-181-30/+27
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TextEditor: Pass context object to lambda connectionsJarek Kobus2022-12-121-9/+7
* TextEditorPlugin: Limit the usage of std::make_pairJarek Kobus2022-09-301-14/+15
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Display parent functions in the Find Usages menuIhor Ivlev2022-05-251-3/+10
* Move File System view to Core pluginEike Ziller2021-10-271-4/+20
* TextEditor: add macro variable containing the word under cursorDavid Schulz2021-01-111-0/+10
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-3/+3
* Core: Allow different highlight colors in search result windowChristian Kandeler2020-09-181-4/+13
* TextEditor: Introduce shortcut for forcing a function hint proposalChristian Kandeler2020-08-111-0/+10