aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor
Commit message (Expand)AuthorAgeFilesLines
* Find: fix crash on search in current file without fileDavid Schulz2021-12-081-4/+2
* TextEditor: Fix compile with Qt 5Christian Stenger2021-12-062-11/+12
* Fix crash when removing built-in snippetsEike Ziller2021-12-062-21/+27
* TextEditor: fix delete(Start/End)OfWord without camelcaseDavid Schulz2021-12-061-2/+2
* TextEditor: always replace cursorDavid Schulz2021-12-021-3/+3
* TextEditor: Fix crash in hover handlerv6.0.0Christian Stenger2021-12-011-0/+2
* TextEditor: fix crash after removing hover handlerDavid Schulz2021-11-191-10/+29
* ClangCodeModel: Clean file paths resulting from "follow symbol"Christian Kandeler2021-11-121-1/+1
* Editor: Allow creating block selections with alt+shift againDavid Schulz2021-11-083-2/+113
* Editor: Fix drop location markerDavid Schulz2021-11-052-10/+47
* Editor: Fix drop position of drag and drop operationDavid Schulz2021-11-051-12/+16
* Editor: unselect text on mouse release eventDavid Schulz2021-11-041-0/+8
* Make TextDocument::cleanWhitespace super fastBogDan Vatra2021-10-291-2/+2
* Editor: Collect keyboard selections to the clipboardDavid Schulz2021-10-291-2/+1
* TextEditor: Add highlighting category for namespacesChristian Kandeler2021-10-294-0/+8
* Editor: hide old proposal if new proposal is emptyDavid Schulz2021-10-281-0/+1
* TextEditor: Allow special highlighting for static membersChristian Kandeler2021-10-284-2/+14
* Editor: fix clipboard collecting via mouse selectionsDavid Schulz2021-10-271-1/+21
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-204-5/+6
* Editor: fix unindentDavid Schulz2021-10-201-1/+1
* Editor: Fix crash when select last snippetDavid Schulz2021-10-141-4/+4
* Fix that tabs where replaced with ? in search resultsEike Ziller2021-10-061-1/+1
* Follow symbols with Ctrl+LMB and Ctrl+Alt+LMBPetar Perisin2021-09-291-1/+1
* TextEditor: Use FilePath in HighlighterSettingshjk2021-09-285-108/+99
* Editor: multi cursor supportDavid Schulz2021-09-279-2308/+1064
* TextEditor: Provide a function for inserting a parenthesisChristian Kandeler2021-09-242-2/+9
* TextEditor: update matching parenthesis in the editorDavid Schulz2021-09-243-8/+31
* Various FilePath::fromString -> fromUserInput changesAlessandro Portale2021-09-232-2/+2
* Core: FilePath-ify DocumentManagerhjk2021-09-222-5/+5
* Delete unnecessary class instancesLi Xi2021-09-222-4/+0
* Clangd: Create correct code assist processor in providerDavid Schulz2021-09-172-13/+0
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-168-8/+9
* TextEditor: Handle context help requests like tooltip requestsChristian Kandeler2021-09-151-20/+31
* Font settings: Add import and export functionsArtem Sokolovskii2021-09-132-15/+94
* TextEditor: Fix clearing of semantic highlightsChristian Kandeler2021-09-131-14/+7
* Find: Do not try to show weird control characters in resultsEike Ziller2021-09-091-1/+12
* ClangCodeModel: Force clangd restart on external changesChristian Kandeler2021-09-072-0/+20
* TextEditor: use cursor to comment selectionDavid Schulz2021-09-071-2/+5
* Editor: fix marking proposal entries as explicitly selectedDavid Schulz2021-09-021-1/+1
* Editor: reuse generic proposal widgetDavid Schulz2021-09-0211-12/+83
* TextEditor: remove Function from the declaration format UI textDavid Schulz2021-09-021-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-012-4/+4
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-233-2/+15
* TextEditor: Modernize SnippetsCollectionhjk2021-08-192-47/+36
* TextEditor: Optionally auto-save refactored filesChristian Kandeler2021-08-191-0/+3
* Use more FileUtils based file dialogshjk2021-08-191-9/+11
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-172-3/+3
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-121-2/+3
|\
| * Editor: Fix completion tooltip width calculationDavid Schulz2021-08-111-2/+3
* | Utils: Use FilePath in DropSupporthjk2021-08-021-1/+1
|/