aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: Do not jump over invisible blocks in paintEvent sub routineDavid Schulz2018-09-281-6/+5
* Fix wrong color of line/column labelEike Ziller2018-08-091-1/+2
* TextEditor: Fix crashOrgad Shaneh2018-06-261-1/+3
* TextEditor: Do not paint invisible search resultsDavid Schulz2018-06-201-14/+45
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-2/+1
* Editor: fix continuosly repainting partially visible annotationsDavid Schulz2018-05-291-1/+1
* HighlightScrollBar: Always show the current lineJarek Kobus2018-05-171-9/+7
* Refactor the highlight scrollbar paintingJarek Kobus2018-05-041-3/+3
* More improvements of text editor tool barEike Ziller2018-04-251-6/+12
* TextEditor: Fix some static analyzer warningsEike Ziller2018-04-241-15/+15
* Utils: Purge asConstOrgad Shaneh2018-04-091-4/+3
* Add Context Help to text editor context menuEike Ziller2018-03-291-22/+9
* TextEditor: Fix default context menuEike Ziller2018-03-221-15/+23
* CppTools: Remove processEvents call from follow symbolIvan Donchevskii2018-03-191-15/+27
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-0/+8
|\
| * Fix issue with snippet variables not behaving correctly on GnomeEike Ziller2018-03-051-0/+8
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-231-4/+20
|\|
| * TextEditor: update scrollbar after adding annotation between linesDavid Schulz2018-02-221-4/+10
| * Add overlooked Goto Document Start/End shortcut settingsEike Ziller2018-02-131-0/+10
* | Editor: Fix block for offset calculationDavid Schulz2018-02-151-11/+41
* | TextEditor: add document content completerDavid Schulz2018-02-141-2/+2
* | TextEditor: Modernize texteditor.{cpp,h}Nikolai Kosjar2018-02-071-70/+65
|/
* Fix inconsistency between tool tip and context helpEike Ziller2018-01-291-3/+6
* TextEditor: Avoid running hover handlers for same requestNikolai Kosjar2018-01-221-0/+10
* TextEditor: Let BaseHoverHandler handle help id callbacksNikolai Kosjar2018-01-191-2/+3
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-191-4/+2
* Core: Return context help id by callbackNikolai Kosjar2018-01-181-4/+4
* Editor: show text mark icon while draggingDavid Schulz2018-01-121-21/+37
* Editor: initialize block count after duplicateDavid Schulz2018-01-081-0/+1
* Refactor HighlightScrollBarJarek Kobus2017-12-121-24/+30
* Move line/column label functionality into single placeEike Ziller2017-12-071-24/+45
* Rename LineColumnLabelEike Ziller2017-12-071-7/+7
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-071-14/+9
|\
| * TextEditor: fix animate navigation within fileDavid Schulz2017-12-011-14/+9
* | TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-12/+12
* | TextEditor: Add option to display annotation between linesDavid Schulz2017-11-221-15/+41
* | TextEditor: Restructure TextEditorWidget::extraAreaPaintEventDavid Schulz2017-10-261-143/+185
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-251-3/+8
|\|
| * TextEditor: Work around linguist issuesEike Ziller2017-10-251-3/+8
* | TextEditor: Initialize PaintEventData::rightMarginRobert Loehning2017-10-231-1/+1
* | TextEditor: Fix block for visible row calculationDavid Schulz2017-10-231-7/+4
* | TextEditor: Restructure TextEditorWidget::paintEventDavid Schulz2017-10-231-557/+652
* | TextEditor: Add data container for editor widget paint eventDavid Schulz2017-10-201-178/+194
|/
* TextEditor: Update position of annotations outside event rectangleDavid Schulz2017-10-171-7/+7
* TextEditor: Fix determination of maximum widthChristian Stenger2017-10-171-2/+2
* TextEditor: Fix update loop for annotationsDavid Schulz2017-10-161-1/+2
* TextEditor: Use visual whitespace format for line wrap arrowDavid Schulz2017-10-101-1/+1
* TextEditor: Fix annotation rectangle cachingDavid Schulz2017-10-091-1/+20
* TextEditor: cleanup annotation rect cache after mark is removedDavid Schulz2017-10-091-0/+18
* TextEditor: reduce annotation painting artifactsDavid Schulz2017-10-091-4/+9