summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditor.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+4
* TextEditor: Fix default context menuEike Ziller2018-03-221-0/+1
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-2/+4
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-231-0/+2
|\
| * Add overlooked Goto Document Start/End shortcut settingsEike Ziller2018-02-131-0/+2
* | Editor: Fix block for offset calculationDavid Schulz2018-02-151-4/+5
* | TextEditor: Modernize texteditor.{cpp,h}Nikolai Kosjar2018-02-071-19/+19
|/
* Core: Return context help id by callbackNikolai Kosjar2018-01-181-2/+2
* Refactor HighlightScrollBarJarek Kobus2017-12-121-0/+6
* Move line/column label functionality into single placeEike Ziller2017-12-071-1/+2
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-35/+7
* TextEditor: Clean forward declarationLaurent Montel2017-09-281-2/+0
* TextEditor: Add sortSelectedLines actionSerhii Moroz2017-09-111-0/+2
* Clang: Tool tips for clang query diagnosticsMarco Bubke2017-07-241-0/+2
* Fix namespaced buildJoerg Bornemann2017-07-041-0/+4
* TextEditor: Add line annotationsDavid Schulz2017-06-301-0/+2
* TextEditor: Animate navigation within fileDavid Schulz2017-06-151-1/+2
* Add a ShowContextMenu actionJesus Fernandez2017-06-091-0/+2
* TextEditor: Add delete(Start/End)OfLine actionsDavid Schulz2017-04-261-0/+2
* Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* TextEditor: Complete transition to Qt5-style connectsOrgad Shaneh2017-03-201-3/+1
* TextEditor: Added missing override in createEditor()Filippo Cucchetto2017-02-121-1/+1
* VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-0/+1
* TextEditor: Duplicate selection (Duplicate selection and comment)Michal Steller2016-10-211-0/+2
* CppEditor: Clean up header error indicatorNikolai Kosjar2016-10-141-1/+1
* Remove some ancient, dead, test codeJarek Kobus2016-10-071-2/+0
* Editor: Add action to select word under cursorDavid Schulz2016-08-021-0/+1
* TextEditor: Enable tooltips for textmarkshjk2016-07-191-2/+0
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-211-0/+1
* Editor: Highlight automatically inserted textDavid Schulz2016-06-131-0/+4
* Revert "TextEditorFactory use rvalue refs for creators"Eike Ziller2016-05-311-6/+6
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* C++: Implement context-aware expand / shrink selection actions.Alexandru Croitor2016-02-291-2/+4
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-9/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Move BlockRange out of texteditor.hMarco Bubke2016-01-121-18/+1
* TextEditor: Make TextEditorSettings all staticOrgad Shaneh2015-12-181-2/+0
* Correct CTRL+wheel zoom on touchpadAllan Sandfeld Jensen2015-12-041-2/+1
* TextEditor: Fix code completion and pasting in snippets.Takumi ASAKI2015-07-011-0/+2
* TextEditor: Avoid using Core::Id::uniqueIdentifierhjk2015-06-241-16/+12
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-2/+2
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-35/+35
* Editor: Correctly unset block selection when setting a new text cursor.David Schulz2015-05-211-4/+2
* Editor: Move inFindScope back to exported class.David Schulz2015-05-041-0/+3
* TextEditor: Add methods to query the first, last and center lineTobias Hunger2015-04-201-0/+16
* TextEditorFactory use rvalue refs for creatorsNikita Baryshnikov2015-03-241-6/+6
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-10/+6
* Use new mime databaseEike Ziller2015-02-171-2/+0
* TextEditor: Simplify configuring generic highlighterEike Ziller2015-02-161-5/+3