aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basetexteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | TextEditor: Configure code assistant properly in new schemehjk2014-08-201-10/+9
* | TextEditor: Prepare new editor construction schemehjk2014-08-201-35/+97
* | TextEditor: Centralize settings connections setuphjk2014-08-201-23/+51
* | TextEditor: BaseTextEditor code cosmeticshjk2014-08-191-47/+46
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-5/+17
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-7/+11
* | TextEditor: Remove special m_revisionsVisible copyinghjk2014-08-181-1/+0
* | EditorManager: saveEditor -> saveDocumentEike Ziller2014-08-181-1/+1
* | Tweak block highlighting drawingDaniel Teske2014-08-121-1/+1
* | Fix bloc highlighting drawing in scrolled viewsDaniel Teske2014-08-121-1/+3
* | TextEditor: Consolidate document access functions.hjk2014-08-041-37/+32
* | TextEditor: Move toolbar widgets from *Editor to *Widgethjk2014-08-011-68/+58
* | TextEditor: Move Find aggregate from Editor to Widgethjk2014-08-011-61/+61
* | TextEditor: Move private BaseTextEditor slots to the pimplhjk2014-08-011-187/+234
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-7/+0
* | Fix missing initializer of auto completerChristian Stenger2014-08-011-0/+1
* | TextEditor: Start moving data from *EditorWidget to *Editorhjk2014-07-311-17/+27
* | TextEditor: Make completion assist provider a data memberhjk2014-07-311-1/+14
* | TextEditor: Re-work comment definition handlinghjk2014-07-311-17/+21
* | Replace the PMF to certain QString members with a regular functionThiago Macieira2014-07-311-5/+15
* | TextEditor: Merge PlainTextEditor into Basehjk2014-07-301-5/+25
* | TextEditor: Replace PlainTextEditorWidget by Base + a setup functionhjk2014-07-301-0/+20
* | TextEditor: Move remaining PlainTextEditorWidget functions to Basehjk2014-07-301-0/+21
* | TextEditor: Move highlighting support from Plain to Basehjk2014-07-301-6/+63
* | TextEditor: Pimpl BaseTextEditorhjk2014-07-281-55/+81
* | TextEditor: Slim down BaseTextEditorWidget interfacehjk2014-07-281-250/+288
* | TextEditor: Merge BaseTextEditorDocument into BaseTextDocumenthjk2014-07-281-3/+2
* | TextEditor: Remove itexteditor.{h,cpp}hjk2014-07-251-1/+13
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-9/+216
* | TextEditor: Compile fix for MSVC 2010Alessandro Portale2014-07-231-1/+1
* | Merge ITextMark and BaseTextMarkhjk2014-07-231-3/+3
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-2/+2
* Editor: Blockselection rewrite.David Schulz2014-06-201-314/+521
* Editor: Don't show help popups when alt was part of a shortcut.David Schulz2014-06-131-0/+1
* TextEditors: Keep visible position in editor for 'external' changesEike Ziller2014-06-061-2/+11
* Text editors: Do not show tool tip for empty areaEike Ziller2014-06-021-2/+11
* Editor: Add actions for view page/line up/down.David Schulz2014-06-021-18/+20
* Editor: Handle Tab as printable character.David Schulz2014-05-261-5/+10
* TextEditor: Avoid repetitive callsOrgad Shaneh2014-05-211-10/+9
* TextEditor: Pass some const values by referenceOrgad Shaneh2014-05-201-1/+1
* TextEditor: Remove duplicate conditionOrgad Shaneh2014-05-201-2/+0
* Editor: Utilize Current Line Number background colorVicken Simonian2014-05-131-0/+2
* Editor: Set correct title to the print job.David Schulz2014-05-121-1/+1
* Adds option to make editor not scroll on debuggingWiebe Cazemier2014-05-081-2/+6
* Fix a warning about a position out of range.jkobus2014-05-071-2/+2
* Highlight single character search results.Mitch Curtis2014-03-191-7/+2
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-5/+0
|\
| * TextEditors: remove unused variablesEike Ziller2014-03-071-5/+0
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-271-43/+47
|\|
| * Editor: fix upper and lower case on blockselection.David Schulz2014-02-271-38/+41