summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Fix highlighting of regexp search results in editorEike Ziller2019-02-071-14/+19
* Allow a bit more configuration range for auto-completion timeoutEike Ziller2019-01-241-1/+1
* Color scheme: Reduce minimum size and add scroll area to detailsEike Ziller2018-12-203-596/+647
* Color schemes: Fix wrong colors for unset valuesEike Ziller2018-12-101-6/+3
* TextEditor: fix painting annotationsDavid Schulz2018-12-101-3/+3
* Do not search our own autosave files by defaultEike Ziller2018-12-102-2/+2
* TextEditor: Chop of multi line proposal item textsDavid Schulz2018-12-051-5/+10
* Clang: Abort hover handlers on ~TextEditorWidgetNikolai Kosjar2018-11-281-6/+10
* TextEditor: Fix possible crashChristian Stenger2018-11-231-3/+7
* Revert "Fix issue with snippet variables not behaving correctly on Gnome"David Schulz2018-11-221-8/+0
* TextEditor: fix crash on setting text cursorDavid Schulz2018-11-161-1/+1
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-145-1/+29
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-5/+6
* Fix infinite recursion in highlight processorDaniel Levin2018-11-083-0/+26
* CodeAssist: Refine perfect match criteriaNikolai Kosjar2018-11-061-15/+43
* CodeAssist: Avoid pointless completion request after accepting itemNikolai Kosjar2018-11-061-0/+17
* TextEditor: Fix requesting more proposals than neededNikolai Kosjar2018-10-233-1/+14
* LSP: rerequest completion if contents change while processingDavid Schulz2018-10-192-4/+12
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-171-0/+2
* Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-10-121-38/+38
|\
| * Editor: Do not access a text document from another threadDavid Schulz2018-10-101-38/+38
* | TextEditor: Remove defaults from FormatMarco Bubke2018-10-112-12/+8
* | TextEditor: Make "Annotation Settings" link smallerNikolai Kosjar2018-10-101-1/+2
* | TextEditor: Support hyperlinks in TextMark tooltipOrgad Shaneh2018-10-081-0/+1
* | Clang: Change the way completion fix-its are shownIvan Donchevskii2018-10-021-0/+49
* | Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-09-281-6/+5
|\ \ | |/
| * Editor: Do not jump over invisible blocks in paintEvent sub routineDavid Schulz2018-09-281-6/+5
* | TextEditor: Handle overloaded operators as functionsMarco Bubke2018-09-261-3/+4
* | Merge remote-tracking branch 'origin/master' into 4.8Eike Ziller2018-09-261-8/+10
|\ \
| * | Get rid of macros by using std functionsEike Ziller2018-09-261-8/+10
* | | Core: Change IEditor::document() to constOrgad Shaneh2018-09-262-2/+2
|/ /
* | TextEditor: Cleanup text stylesMarco Bubke2018-09-253-29/+62
* | Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-09-211-0/+1
|\ \
| * | TextEditor: Add punctuation to nameForStyleOrgad Shaneh2018-09-211-0/+1
* | | TextEditor: ModernizeOrgad Shaneh2018-09-2062-341/+260
* | | TextEditor: Pass dialogParent where neededOrgad Shaneh2018-09-202-10/+14
* | | Avoid accessing global font settings from syntax highlightersEike Ziller2018-09-193-1/+10
|/ /
* | TextEditor: Fix highlighting for mixinsMarco Bubke2018-09-131-8/+10
* | Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-132-5/+9
* | Clang: Use clang-format for indentationIvan Donchevskii2018-09-126-53/+69
* | Introduce a basic client for the language server protocolDavid Schulz2018-09-035-5/+27
* | TextEditor: sync code completions in snippetsDavid Schulz2018-09-031-0/+1
* | Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-306-2/+594
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-303-9/+21
|\ \ | |/
| * Fix painting of current line in generic and python editorsEike Ziller2018-08-242-7/+13
| * Fix handling of read-only editors when applying refactoringsEike Ziller2018-08-221-2/+8
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-152-2/+45
|\ \ | |/
| * TextEditor: Fix compile on macOSChristian Stenger2018-08-151-0/+2
| * GenericHighlighter: check text color against backgroundDavid Schulz2018-08-141-1/+41
| * Fix wrong color of line/column labelEike Ziller2018-08-091-1/+2