summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Avoid running hover handlers for same requestNikolai Kosjar2018-01-221-0/+10
* TextEditor: Let BaseHoverHandler handle help id callbacksNikolai Kosjar2018-01-193-9/+27
* TextEditor: Return hover handler priority by callbackNikolai Kosjar2018-01-195-40/+19
* Core: Return context help id by callbackNikolai Kosjar2018-01-182-6/+6
* Editor: show text mark icon while draggingDavid Schulz2018-01-121-21/+37
* Editor: initialize block count after duplicateDavid Schulz2018-01-081-0/+1
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-2/+3
* TextEditor: Allow direct color styling for function definitionsHugo Holgersson2017-12-191-2/+1
* TextEditor: Implement color overriding mixinsHugo Holgersson2017-12-191-8/+12
* TextEditor: Split the global QuickFixFactory listhjk2017-12-182-42/+0
* TextEditor: Dissolve QuickFixAssistProcessorhjk2017-12-156-127/+26
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-158-86/+4
* TextEditor: Use more direct access to quick fix factorieshjk2017-12-154-16/+8
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-1510-28/+65
* Refactor HighlightScrollBarJarek Kobus2017-12-122-24/+36
* Move line/column label functionality into single placeEike Ziller2017-12-072-25/+47
* 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: Implement highlighting of function definitionsHugo Holgersson2017-11-284-5/+18
* | TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-272-47/+19
* | TextEditor: Add option to display annotation between linesDavid Schulz2017-11-226-18/+68
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-161-1/+1
|\ \ | |/
| * Editor: Fix indenting on the very first position of a documentDavid Schulz2017-11-151-1/+1
* | TextEditor: Fix missing includeChristian Stenger2017-11-131-0/+2
* | Add function for getting DiffServiceEike Ziller2017-11-131-1/+1
* | Project tree: Make code for diff against current file reusableEike Ziller2017-11-132-0/+23
* | Rename CamelHumpMatcher -> FuzzyMatcherOrgad Shaneh2017-11-022-8/+8
* | TextEditor: Clarify the UI hint of the "Declaration" style optionHugo Holgersson2017-11-021-2/+2
* | Add folding to Side-by-side diff editorJarek Kobus2017-11-012-0/+8
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-10-301-1/+1
|\ \ | |/
| * TextEditor: Fix proposals matchingOrgad Shaneh2017-10-261-1/+1
* | TextEditor: Restructure TextEditorWidget::extraAreaPaintEventDavid Schulz2017-10-261-143/+185
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-252-4/+9
|\ \ | |/
| * TextEditor: Work around linguist issuesEike Ziller2017-10-251-3/+8
| * TextEditor: Fix translation issueEike Ziller2017-10-231-1/+1
* | 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
* | Merge remote-tracking branch 'origin/4.5' into masterOrgad Shaneh2017-10-171-8/+9
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-10-151-0/+2
|\ \ | |/
| * TextEditor: Do not create proposals for functions without argumentsChristian Stenger2017-10-131-0/+2
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-125-10/+59
|\ \ | |/
| * 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-093-0/+20