summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* fakevim: support snippets, by doing nothing.hjk2011-04-061-0/+5
* Adjust mark area width to mark width.hjk2011-03-231-1/+2
* texteditor: introduce a widthFactor to enable non-quadratic text markshjk2011-03-211-5/+7
* texteditor: simplify basetextmark architecturehjk2011-03-211-4/+3
* Editors: Change shortcut for copy line operationLeandro Melo2011-03-171-1/+1
* Added "Copy Line" keyboard command and associated actionKostas Karanikolas2011-03-171-0/+9
* Editors: Continue indent behavior change...Leandro Melo2011-03-161-1/+3
* Editors: Change indent behavior for single line selectionYuchen Deng2011-03-161-25/+30
* Stop line number label from resizing too oftenThorbjørn Lindeijer2011-02-251-1/+1
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-251-9/+20
* Add uppercase and lowercase selection actions to the text editor.Steffen Imhof2011-02-251-0/+49
* texteditor: directly call completion instead using ITextEditor interfacehjk2011-02-221-10/+0
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-260/+260
* Text editor: Introduce per project settingsLeandro Melo2011-02-211-1/+7
* Debugger: Make tooltips use standard text editor tooltips.Friedemann Kleint2011-02-211-6/+17
* completion: call directly from base text editorhjk2011-02-211-6/+6
* completion: enable multiple completors for different use cases.hjk2011-02-211-4/+4
* Continue on fancy open-vi-in-Terminal AppleScript.con2011-02-181-1/+23
* Code cosmeticsThorbjørn Lindeijer2011-02-161-4/+4
* Text editor: Fix copying extra line in "Copy Line Up/Down"Leandro Melo2011-02-091-3/+7
* Text editor: Set cursor after finished editingLeandro Melo2011-02-091-7/+6
* Text editor: Redraw cursor when indentingLeandro Melo2011-02-021-0/+1
* It's 2011 now.con2011-01-121-1/+1
* Pressing cursor keys did not clear selectionmae2011-01-051-8/+5
* debugger/basehoverhandler: introduce tooltipOverrideRequested and use ithjk2011-01-041-1/+5
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Don't request a new completion when the completion box is already visible.Roberto Raggi2010-12-141-3/+7
* | Snippets: Track begin of first selectionLeandro Melo2010-12-081-5/+3
* | Snippets: Synchronize editing of equivalent variables inside snippets.Leandro Melo2010-12-081-46/+79
* | Snippets: Feature enhancement start...Leandro Melo2010-12-081-5/+6
* | Editors: Move auto-completion code out of the editorLeandro Melo2010-12-011-273/+14
* | Window title didn't show nice name for e.g. diff views.con2010-11-301-0/+1
* | Surround selected text with matching symbols on (, [, {, " and '.Francois Ferrand2010-11-241-1/+46
* | Fixed visible wrap column on systems with non-fractional fonts sizesThorbjørn Lindeijer2010-11-221-1/+3
* | Git: Add options to diff editorTobias Hunger2010-11-221-1/+1
* | Visible wrap column wrong with fractional font metrics.con2010-11-151-1/+1
* | Editors: Make block highlights go beyond the marginLeandro Melo2010-11-121-5/+14
* | Merge remote branch 'origin/2.1'dt2010-11-101-4/+8
|\ \ | |/
| * Plain text editor: Make sure user setting about folding markers is usedLeandro Melo2010-11-101-4/+8
* | Extend camel-case cursor movementmae2010-11-101-0/+33
* | Extend camel-case cursor movementmae2010-11-101-4/+16
* | Support camel-case for word-wise movementmae2010-11-101-1/+380
* | Editors: Continue refactoring indenters out of the editors.Leandro Melo2010-11-091-19/+10
* | Editors: Refactor auto-complete code out of the editors for better reusability.Leandro Melo2010-11-091-42/+19
* | Editors: Refactor indenters out of the editors for better reusability.Leandro Melo2010-11-051-41/+22
* | Coreplugin: Header cleanup.Friedemann Kleint2010-11-021-0/+1
* | Fix painting ordermae2010-11-021-22/+43
* | Fix exported headers in Core and TextEditor.Friedemann Kleint2010-11-011-2/+2
* | Fix margin drawing when disabled code has a 'transparent' backgroundFrancois Ferrand2010-10-261-1/+2