summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Disable block selection if file was changed in other editorv4.4.1Serhii Moroz2017-10-021-0/+5
* TextEditor: Fix blockSelection painting in "Text Wrapping" modeSerhii Moroz2017-09-191-1/+0
* TextEditor: Fix painting with frame turned onEike Ziller2017-09-051-1/+5
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* TextEditor: Add punctuation to end of messageLeena Miettinen2017-07-281-1/+1
* TextEditor: Compile fixRobert Loehning2017-07-271-1/+1
* TextEditor: Make text snippets available in all editorsDavid Schulz2017-07-273-3/+43
* TextEditor: Add display settings page link to annotation tool tipsDavid Schulz2017-07-253-23/+45
* TextEditor: Use member initialization in TextEditorFactoryPrivateDavid Schulz2017-07-251-13/+7
* GenericHighlighter: Update supported kate stylesDavid Schulz2017-07-252-0/+15
* Clang: Tool tips for clang query diagnosticsMarco Bubke2017-07-242-0/+7
* C++: Fine-tune auto insertion of '}'Nikolai Kosjar2017-07-212-11/+22
* TextEditor: Make annotation position configurableDavid Schulz2017-07-217-91/+227
* TextEditor: Avoid removing text marks that were not added to hashOrgad Shaneh2017-07-211-1/+2
* TextEditor: Improve readability of text annotationDavid Schulz2017-07-201-16/+14
* TextEditor: Make TabSettings accessible for AutoCompletersNikolai Kosjar2017-07-203-13/+16
* TextEditor: Disconnect highlighting from text editor content changesMarco Bubke2017-07-192-8/+21
* TextEditor: Jump over braces inserted by the TextDocumentManipulatorv4.4.0-beta1David Schulz2017-07-181-1/+4
* TextEditor: Simplify annotation rectangle computationDavid Schulz2017-07-183-22/+40
* Completion: improve complete in the middleIvan Donchevskii2017-07-141-1/+14
* TextEditor: Use a constant offset for the annotationsDavid Schulz2017-07-101-8/+2
* TextEditor: Simplify the overlay selection pathAlessandro Portale2017-07-101-1/+1
* Fix style of whitespace in diff descriptionEike Ziller2017-07-072-1/+9
* Fix namespaced buildJoerg Bornemann2017-07-042-0/+8
* Merge remote-tracking branch 'origin/master' into 4.4Eike Ziller2017-07-042-1/+3
|\
| * TextEditor: Animate automatically completed textDavid Schulz2017-07-031-1/+2
| * TextEditor: Add comment for convertPosition()Nikolai Kosjar2017-07-031-0/+1
* | Editor: Correctly reset cursor for automatically inserted textDavid Schulz2017-07-041-1/+1
* | TextEditor: Fix crash on F1Nikolai Kosjar2017-07-041-1/+1
* | Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-033-7/+0
|/
* TextEditor: Allow asynchronous hover handlersNikolai Kosjar2017-07-033-51/+161
* TextEditor: Use correct format for auto complete highlightDavid Schulz2017-07-031-1/+1
* TextEditor: Reduce BaseHoverHandler::identifyMatch() callsNikolai Kosjar2017-06-305-4/+65
* TextEditor: Add line annotationsDavid Schulz2017-06-3010-46/+262
* TextEditor: Fix jumping over nested auto inserted charactersDavid Schulz2017-06-301-29/+44
* TextEditor: Avoid unneeded calls in BaseHoverHandlerNikolai Kosjar2017-06-293-13/+5
* TextEditor: Remove unneeded functions in BaseHoverHandlerNikolai Kosjar2017-06-292-27/+3
* TextEditor: Clean up BaseHoverHandlerNikolai Kosjar2017-06-292-25/+12
* De-qobjectify BaseHoverHandler and derivativesNikolai Kosjar2017-06-292-8/+5
* TextEditor: Fix updating TextMark priorityDavid Schulz2017-06-273-4/+15
* Editor: Simplify text marksDavid Schulz2017-06-223-128/+39
* Extend default text styleMarco Bubke2017-06-191-2/+11
* Editor: Separate color and id in the highlighter scrollbarDavid Schulz2017-06-151-33/+24
* TextEditor: Animate navigation within fileDavid Schulz2017-06-156-11/+87
* Clang: make correction whithout proposed itemsIvan Donchevskii2017-06-151-1/+4
* CodeAssist: Do not retrigger completion when applying a snippetNikolai Kosjar2017-06-141-1/+2
* ColorSchemaEdit: Make layout of color selection dialog cleanerTobias Hunger2017-06-134-255/+618
* Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-132-2/+7
* Fix text style name for output argumentMarco Bubke2017-06-131-1/+1
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-121-1/+3
|\