aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Optionally use qmlformat for Qt Quick auto format on saveXavier BESSON2022-11-292-0/+6
* LanguageClient: move completion rerequest logicDavid Schulz2022-11-2910-114/+62
* Core: Rename DocumentModel::fileName() to filePath()hjk2022-11-251-1/+1
* TextEditor: Remove unused findFallbackDefinitionsLocation()Jarek Kobus2022-11-253-63/+2
* Editor: do not paint rounded corners in editor overlayDavid Schulz2022-11-252-151/+91
* TextEditor: Replace qAsConst() with std::as_const()Jarek Kobus2022-11-241-1/+1
* Remove unused includes of QBoxLayoutJarek Kobus2022-11-181-2/+0
* Remove unused includes of QGridLayoutJarek Kobus2022-11-184-4/+0
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-184-5/+1
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-1712-66/+92
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-161-2/+13
|\
| * Editor: completely repaint annotations on changed bounding rectsDavid Schulz2022-11-151-2/+13
* | Editor: always configured assistantDavid Schulz2022-11-163-31/+7
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-141-1/+1
|\|
| * Editor: Fix relative line spacingDavid Schulz2022-11-111-1/+1
* | Editor: unify assist processor handlingDavid Schulz2022-11-1417-270/+167
* | TextEditor: Always use the same 'x' char for widthJarek Kobus2022-11-111-21/+20
* | LanguageClient: use internal filtering if we got all completionsDavid Schulz2022-11-113-15/+27
* | Editor: consider all providers with matching activation charsDavid Schulz2022-11-111-6/+7
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-103-2/+3
|\|
| * Editor: delete assist interface in lsp/clangd supportDavid Schulz2022-11-081-1/+1
| * QmlJS: Fix cursor position and breakpoints when reformattingEike Ziller2022-11-082-1/+2
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-072-2/+4
|\|
| * Utils: Allow mimetype deep-scan for remote filesMarcus Tillmanns2022-11-042-2/+4
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-032-19/+7
|\|
| * Texteditor: Fix text with underline black backgroundMarcus Tillmanns2022-10-271-3/+0
| * Editor: fix FontSettings::lineSpacing for zoomed fontsDavid Schulz2022-10-272-16/+7
* | Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-254-13/+24
|\|
| * Editor: Fix find usage position in context menuDavid Schulz2022-10-251-2/+5
| * UnifiedDiffEditor: Fix visible wrap columnJarek Kobus2022-10-241-1/+1
| * Translations: Get some translations for Text Editor settings backEike Ziller2022-10-211-1/+1
| * TextEditor: Fix wrong space in behavior settingsEike Ziller2022-10-211-1/+1
| * Editor: fix extra area width updateDavid Schulz2022-10-211-2/+1
| * UnifiedDiffEditor: Fix indent visualizationJarek Kobus2022-10-212-6/+15
* | Utils: Add sorted() functionChristian Kandeler2022-10-253-7/+6
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-10-182-8/+10
|\|
| * Merge remote-tracking branch 'origin/8.0' into 9.0Eike Ziller2022-10-181-8/+8
| |\
| | * Editor: Fix double click in editor behind contentDavid Schulz2022-10-131-8/+8
| * | Squish: Restore some more object namesChristian Stenger2022-10-171-0/+1
| * | Fix lupdate issuesEike Ziller2022-10-141-0/+1
* | | Editor: ensure cursor is visible after handling backspaceDavid Schulz2022-10-181-2/+3
|/ /
* | Editor: improve visual indent depth for empty blocksDavid Schulz2022-10-102-12/+70
* | Port from qAsConst() to std::as_const()Marc Mutz2022-10-0716-27/+27
* | Editor: fix go to line startDavid Schulz2022-10-071-0/+1
* | Fix logical XORJarek Kobus2022-10-072-3/+4
* | TextEditor: do not replace nbsp with normal spacesDavid Schulz2022-10-044-29/+30
* | TextEditorPlugin: Limit the usage of std::make_pairJarek Kobus2022-09-303-21/+19
* | TextEditor: reorder TextEditorWidgetPrivate member initializationDavid Schulz2022-09-301-4/+4
* | Editor: Fix reassigning a document to an editorDavid Schulz2022-09-301-189/+218