summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Markdown: Add option for hiding previewEike Ziller2023-04-251-20/+50
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-244-3/+12
|\
| * Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-04-242-3/+3
| |\
| | * Fix dangling references, found by GCC 13Thiago Macieira2023-04-202-3/+3
| * | Editor: skip painting selection path out of clip rectDavid Schulz2023-04-181-0/+4
| * | Editor: fix selection path for empty selectionsDavid Schulz2023-04-181-0/+2
| * | ClangFormat: Fix preview updatingArtem Sokolovskii2023-04-181-0/+3
* | | TextEditor: Use IOptionPage::setWidgetCreator() for higlighter settingshjk2023-04-212-115/+66
* | | TextEditor: Use IOptionPage::setWidgetCreator() for snippets settingshjk2023-04-213-137/+83
* | | Editor: add option to switch markdown viewer panesDavid Schulz2023-04-211-3/+35
* | | Markdown: Fix that text editing actions were not availableEike Ziller2023-04-202-11/+37
* | | C++ editor: Make generated Q_PROPERTYs FINAL by defaultUlf Hermann2023-04-201-2/+2
* | | Markdown: Reuse Markdown highlighter from change log viewerEike Ziller2023-04-191-1/+3
* | | LineNumberFilter: Use Acceptor for LocatorFilterEntryJarek Kobus2023-04-192-39/+12
* | | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-136-5/+23
|\ \ \ | |/ /
| * | TextEditor: remove redundant semicolonDavid Schulz2023-04-131-1/+1
| * | ClangFormat: Grey out Clang-Format Style config when not overriddenArtem Sokolovskii2023-04-065-4/+22
* | | TextEditor: reuse resetReloadMarks in documentReloadedDavid Schulz2023-04-131-3/+3
* | | TextEditor: fix leaking TextSuggestionDavid Schulz2023-04-131-1/+1
* | | TextEditor: fix crash on reloadDavid Schulz2023-04-135-6/+33
* | | Copilot: Add insert next word actionMarcus Tillmanns2023-04-062-6/+18
* | | LocatorFilterEntry: Discourage the use of internalDataJarek Kobus2023-04-051-1/+3
* | | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-311-4/+7
|\ \ \ | |/ /
| * | Editor: ensure that the outline is the left most toolbar widgetDavid Schulz2023-03-311-4/+7
* | | TextEditor: add a virtual destructor to TextSuggestionDavid Schulz2023-03-312-0/+3
* | | TextEditor: Use QtColorButton in ColorSchemeEditAlessandro Portale2023-03-312-43/+25
* | | TextEditor: use QScopeGuard instead of ExecuteOnDestructionDavid Schulz2023-03-301-3/+2
* | | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-292-2/+58
|\ \ \ | |/ /
| * | TextEditor: Fix build for real build systemsChristian Stenger2023-03-231-1/+1
| * | formattexteditor: fix broken formattingSemih Yavuz2023-03-222-2/+58
* | | Copilot: add copilot suggestion tooltipsDavid Schulz2023-03-294-6/+17
* | | TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-296-139/+133
* | | Replace a few \returns by Returnshjk2023-03-241-4/+2
* | | TextEditor: ensure block is layoutedDavid Schulz2023-03-241-1/+5
* | | LanguageClient: add action to open call hierarchyDavid Schulz2023-03-225-1/+20
* | | Qbs build system: Add a component for test files groupsAlessandro Portale2023-03-211-3/+1
* | | TextEditor: only paint selections in the first block of a suggestionDavid Schulz2023-03-211-1/+7
* | | TextEditor: Adjust extra selections when suggestions are visibleDavid Schulz2023-03-171-1/+40
* | | TextEditor: set the cursor to the widget before closing the edit blockDavid Schulz2023-03-171-2/+2
* | | TextEditor: avoid showing suggestion and completion simultaneouslyDavid Schulz2023-03-161-0/+8
* | | TextEditor: skip auto completion while suggestion is visibleDavid Schulz2023-03-163-0/+7
* | | TextEditor: avoid painting annotations over suggestionsDavid Schulz2023-03-161-1/+7
* | | TextEditor: support inline suggestionsDavid Schulz2023-03-155-41/+132
* | | TextEditor: Use QtConcurrent invocation for async runJarek Kobus2023-03-102-4/+4
* | | Editor: ensure block is layouted when painting itDavid Schulz2023-03-021-0/+1
* | | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-271-1/+1
|\ \ \ | |/ /
| * | Text editor: Fix typo in UI text: temporary > temporarilyLeena Miettinen2023-02-241-1/+1
* | | ProjectExplorer: Do not expand the current entry in the issues paneChristian Kandeler2023-02-231-1/+10
* | | Markdown: Fix keeping scroll position when text is editedEike Ziller2023-02-231-1/+1
* | | Markdown: Remove unneeded contextEike Ziller2023-02-231-6/+0