aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz14 days1-671/+0
* TextEditor: Add type hierarchy infrastructureChristian Kandeler2024-03-121-1/+16
* TextEditor: bound increase and decreaseFontZoom to a 10% gridDavid Schulz2024-02-231-2/+2
* TextEditor: Simplify setup of line number filterhjk2024-01-171-1/+0
* TextEditor: Hide plugin class definition in .cpphjk2024-01-171-1/+1
* TextEditorActionHandler: Reduce noiseEike Ziller2023-11-091-34/+46
* TextEditor: improve sort selected linesDavid Schulz2023-10-241-2/+2
* Revert "TextEditor: Hide LineNumberFilter implementation"Eike Ziller2023-10-171-1/+2
* TextEditor: Hide LineNumberFilter implementationhjk2023-10-091-2/+1
* CompilerExplorer: Fix undoMarcus Tillmanns2023-10-091-25/+53
* LanguageClient: support additional goto targets in symbol supportDavid Schulz2023-09-291-0/+12
* TextEditor: Allow overwriting undo handlingMarcus Tillmanns2023-09-041-3/+35
* TextEditor: add force update current Editor in action handlerDavid Schulz2023-08-301-0/+5
* CppEditor: Let users fold/unfold all comment blocksChristian Kandeler2023-08-081-2/+2
* LanguageClient: add action to open call hierarchyDavid Schulz2023-03-221-0/+5
* TextEditor: Tr::trhjk2023-01-181-129/+128
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* TextEditor: add optional action mask for find usageDavid Schulz2022-09-231-1/+4
* Locator: add and use default shortcut and default search textDavid Schulz2022-09-141-5/+1
* Re-introduction of the feature to adjust the line spacingFlorian Koch2022-09-121-1/+10
* Editor: remove html from default mime dataDavid Schulz2022-09-061-0/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* texteditor: Add Cursors to Line Ends commandMarcus Tillmanns2022-08-041-0/+4
* TextEditor: Fix action textEike Ziller2022-06-081-1/+1
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-1/+1
* texteditor: Add Select Next Match functionMarcus Tillmanns2022-04-131-0/+4
* Fix QKeySequence construction on macOSKnud Dollereder2021-06-041-1/+1
* Text Editor: Fix UI text capitalizationLeena Miettinen2021-03-181-1/+1
* TextEditor: only track actions which are updatedDavid Schulz2021-01-131-125/+50
* TextEditor: add action to paste without autoFormatDavid Schulz2020-11-241-2/+5
* Editor: set deleteStartOfLine default shortcut on macDavid Schulz2020-09-171-1/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-14/+14
* Editor: Allow setting the optional action mask per editorDavid Schulz2020-06-171-3/+7
* Editor: enable optional actions per editorDavid Schulz2020-06-171-7/+12
* Editor: add update optional actions function to action handlerDavid Schulz2020-06-171-9/+24
* TextEditor: move rename symbol action to text editorDavid Schulz2020-05-121-0/+5
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+3
* TextEditor: De-QObject-ify TextEditorActionHandlerhjk2020-02-101-17/+11
* TextEditor: Remove unused TextEditorActionHandlerPrivate::qhjk2020-02-051-9/+5
* Editor: add formatter supportDavid Schulz2020-01-221-4/+11
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-1/+1
* move find usages to TextEditorDavid Schulz2018-11-281-0/+4
* TextEditor: ModernizeOrgad Shaneh2018-09-201-5/+5
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-231-0/+4
|\
| * Add overlooked Goto Document Start/End shortcut settingsEike Ziller2018-02-131-0/+4
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-7/+7
|/
* TextEditor: Fix warning about unused capture in lambdaTobias Hunger2017-09-191-1/+1
* TextEditor: Add sortSelectedLines actionSerhii Moroz2017-09-111-0/+6
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-80/+80