aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-13155-2198/+2025
* Remove grid from highlight definitions table viewLeandro Melo2011-04-061-0/+6
* Remove grid from snippets table viewLeandro Melo2011-04-061-0/+6
* clean up DEPENDPATH insanityOswald Buddenhagen2011-03-091-3/+0
* texteditor: give priorities to mark to ensure z-order when drawinghjk2011-03-025-6/+30
* MIME types: Introduce user extensions featureLeandro Melo2011-03-021-17/+34
* Snippets: Remove unnecessary headerLeandro Melo2011-03-011-2/+0
* Gen. highlighter: Fix spellingLeandro Melo2011-03-017-26/+26
* Toolchains: Header cleanup.Friedemann Kleint2011-02-281-0/+1
* Fix case of tool replacing selection but no selection existing.con2011-02-281-2/+2
* Still changes to our options dialogLeandro Melo2011-02-281-0/+16
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-283-102/+25
* Revert "More options dialog UI changes"Leandro Melo2011-02-282-24/+0
* More options dialog UI changesLeandro Melo2011-02-252-0/+24
* Make our options dialog a bit more uniformLeandro Melo2011-02-253-25/+102
* Stop line number label from resizing too oftenThorbjørn Lindeijer2011-02-251-1/+1
* Fixed layout issues in some editor toolbarsThorbjørn Lindeijer2011-02-252-9/+25
* Add uppercase and lowercase selection actions to the text editor.Steffen Imhof2011-02-255-0/+76
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-253-4/+4
* texteditor: directly call completion instead using ITextEditor interfacehjk2011-02-224-21/+3
* texteditor: don't crash when trying to open too large fileshjk2011-02-221-1/+6
* PathChooser: rename Directory to ExistingDirectory, introduce Directorydt2011-02-221-2/+2
* basetextdocument.h: code cosmeticshjk2011-02-221-8/+3
* texteditor, designerxmleditor: code cosmetics (editable->editor)hjk2011-02-221-19/+16
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-2243-523/+470
* License headersLeandro Melo2011-02-214-28/+44
* Text editor: Introduce per project settingsLeandro Melo2011-02-2127-789/+1343
* Debugger: Make tooltips use standard text editor tooltips.Friedemann Kleint2011-02-219-33/+259
* completion: call directly from base text editorhjk2011-02-212-8/+6
* completion: enable multiple completors for different use cases.hjk2011-02-218-43/+47
* texteditor: pimpl completionsupport.hhjk2011-02-212-66/+71
* Add a generic variable chooser widget.con2011-02-181-7/+22
* Continue on fancy open-vi-in-Terminal AppleScript.con2011-02-184-7/+60
* Start implementing "edit in vi" for mac.con2011-02-181-2/+2
* Implement ReplaceSelection output handling.con2011-02-182-1/+22
* Make the "sort selection" tool do something.con2011-02-182-0/+20
* More copyright fixesTobias Hunger2011-02-183-0/+99
* Code cosmeticsThorbjørn Lindeijer2011-02-161-4/+4
* L10n: First round of tr()-Fixes for 2.2Friedemann Kleint2011-02-141-11/+7
* Fix revisions when loading with multiple chunksmae2011-02-101-0/+3
* Tooltips: Prevent cluttering when showing with effectsLeandro Melo2011-02-091-2/+10
* Removed the completion item relevanceThorbjørn Lindeijer2011-02-093-29/+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: Disable undo when loading chunksLeandro Melo2011-02-081-1/+2
* Text editor: Clear undo/redo stack after loading chunksLeandro Melo2011-02-071-0/+1
* Text editor: Clear buffer when no longer neededLeandro Melo2011-02-071-0/+1
* Text editor: Make it easier for some compilersLeandro Melo2011-02-071-1/+3
* Text editor: Remove unused memberLeandro Melo2011-02-042-29/+16
* Text editor: Progress bar for large filesLeandro Melo2011-02-042-3/+15