aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-5/+0
* UI text: fix caps in CPP plugin actionsLeena Miettinen2013-02-151-2/+2
* Editor: Refactor Open Link in Next Split.David Schulz2013-02-141-0/+15
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Mac: Sanitize shortcuts.Eike Ziller2012-06-111-1/+1
* ActionManager API cleanup.Eike Ziller2012-05-251-66/+64