aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* TextEditor: Add Uppercase/Lowercase Selection to Edit -> Advanced menuOrgad Shaneh2014-05-191-6/+8
* Improve Copy/CutLine actions usabilityFrantisek Vacek2014-02-261-6/+8
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Give TextEditorActionHandler an explicit parent and unify usage.Eike Ziller2013-12-121-2/+3
* | Remove the need to register editors in the action handlerEike Ziller2013-12-121-75/+48
* | TextEditor: Remove "actionHack" and utilize contexts instead.Eike Ziller2013-12-111-10/+8
|/
* Fix registering shortcut for text editor actionsEike Ziller2013-11-041-1/+1
* TextEditor: Update actions after toggling read only mode.David Schulz2013-10-301-0/+1
* Qnx: Fixing Bar Descriptor XML file editor to provide editor actionsDavid Kaspar2013-10-211-1/+6
* Editor: Make "Visualize Whitespace" checkable again.David Schulz2013-09-161-0/+1
* Locator: Clean up LocatorManager interfacehjk2013-09-061-3/+1
* Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-1/+1
* TextEditorActionHandler: Simplify codeDaniel Teske2013-08-091-325/+224
* TextEditorActionHandler: Remove virtual keywordsDaniel Teske2013-05-151-8/+0
* Correct some default shortcuts for MacEike Ziller2013-04-261-2/+7
* Allow jumping to column with Locator filter.Eike Ziller2013-04-081-1/+1