aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* TextEditorActionHandler: Use configuration instead of inheritanceEike Ziller2017-05-181-3/+10
* Fix text based Android manifest editor actionsEike Ziller2017-05-181-28/+34
* TextEditor: Disable "duplicate selection" actions for read-only editorsEike Ziller2017-05-181-0/+2
* TextEditor: Sort list of modifying actionsEike Ziller2017-05-181-13/+13
* TextEditor: Add delete(Start/End)OfLine actionsDavid Schulz2017-04-261-0/+8
* use direct member initializationTim Jenssen2017-01-251-119/+62
* TextEditor: Duplicate selection (Duplicate selection and comment)Michal Steller2016-10-211-0/+12
* Editor: Add action to select word under cursorDavid Schulz2016-08-021-0/+3
* TextEditor: Add missing messageTakumi ASAKI2016-04-291-1/+1
* C++: Implement context-aware expand / shrink selection actions.Alexandru Croitor2016-02-291-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Editor: Use internal zoom functions.David Schulz2016-01-141-2/+2
* Text editor: fix UI text capitalizationLeena Miettinen2015-10-231-1/+1
* TextEditor: Pass menuGroup as Core::Id around, not as char *.hjk2015-07-011-5/+5
* Fix missing of some translationsSergey Belyashov2015-03-241-0/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-8/+9
|\
| * License updateEike Ziller2014-10-091-7/+8
| * Re-add Label for action JumpToFileUnderCursorInNextSplit.marcel2014-09-291-1/+1
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-83/+83
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | TextEditor: Compile fix with MSVC 2012hjk2014-08-271-74/+73
* | TextEditor: C++-ify texteditoractionhandlerhjk2014-08-271-318/+170
|/
* TextEditor: Pimpl TextEditorActionHandlerhjk2014-07-031-41/+218
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* TextEditor: static-ify plugin classhjk2014-06-271-1/+1
* Editor: Fix "Clean Whitespace" action.David Schulz2014-06-191-1/+1
* Editor: Add actions for view page/line up/down.David Schulz2014-06-021-0/+21