aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codeassist/codeassistant.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Always destroy old context when displaying new proposalDavid Schulz2020-10-261-12/+5
* Editor: fix completion character completionsDavid Schulz2020-10-191-2/+3
* TextEditor: request assist after trigger char insertedDavid Schulz2020-10-051-11/+21
* Revert "CodeAssist: Avoid pointless completion request after accepting item"David Schulz2020-10-021-17/+0
* TextEditor: Do not invoke auto-completion recursivelyChristian Kandeler2020-09-111-2/+0
* TextEditor: Fix build with Qt6Eike Ziller2020-09-081-2/+2
* TextEditor: Introduce shortcut for forcing a function hint proposalChristian Kandeler2020-08-111-1/+3
* Editor: delete processor after cancelingDavid Schulz2020-05-141-1/+1
* Editor: delete the processor that proposes a resultDavid Schulz2020-05-141-13/+14
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-3/+6
* CodeAssistant: add cancel to asynchronous processorsDavid Schulz2020-02-201-0/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* LanguageClient: add signature help providerDavid Schulz2019-05-211-16/+23
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-281-1/+1
* CodeAssist: Avoid pointless completion request after accepting itemNikolai Kosjar2018-11-061-0/+17
* TextEditor: Fix requesting more proposals than neededNikolai Kosjar2018-10-231-1/+1
* LSP: rerequest completion if contents change while processingDavid Schulz2018-10-191-4/+11
* TextEditor: ModernizeOrgad Shaneh2018-09-201-2/+2
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-2/+5
* TextEditor: sync code completions in snippetsDavid Schulz2018-09-031-0/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-071-1/+1
|\
| * TextEditor: fix crash while request follow symbol and typing on macDavid Schulz2018-08-061-1/+1
* | Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
|/
* CodeAssist: Store processor state in specialized objectsDavid Schulz2018-04-191-1/+1
* CodeAssist: move destroy context condition to functionDavid Schulz2018-03-051-11/+12
* CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-271-2/+1
* TextEditor: modernize codeassistantDavid Schulz2018-02-151-30/+22
* TextEditor: add document content completerDavid Schulz2018-02-141-1/+0
* TextEditor: Remove QuickFixAssistProviderhjk2017-12-151-1/+0
* Clang: Remember selected function signature hintNikolai Kosjar2017-09-081-0/+25
* TextEditor: Remove unneeded codeNikolai Kosjar2017-09-081-2/+0
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Completion: improve complete in the middleIvan Donchevskii2017-07-101-1/+14
* Clang: make correction whithout proposed itemsIvan Donchevskii2017-06-151-1/+4
* CodeAssist: Do not retrigger completion when applying a snippetNikolai Kosjar2017-06-141-1/+2
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-121-1/+3
|\
| * CodeAssist: Fix leaking proposal modelNikolai Kosjar2017-06-081-1/+3
* | Clang: fix completion for incomplete includesIvan Donchevskii2017-05-231-2/+6
|/
* CodeAssist: Fix auto completion if function signature is shownNikolai Kosjar2017-05-021-9/+23
* Clang: Avoid dot-arrow-correction if dot is goneNikolai Kosjar2017-03-231-1/+1
* Editor: Highlight automatically inserted textDavid Schulz2016-06-131-0/+2
* Move completion settings page to TextEditor plugin.David Schulz2016-05-301-5/+1
* CodeAssist: Remove unrelated member from ProcessorRunner.David Schulz2016-05-031-22/+15
* CodeAssist: Replace unneded code branching by a simple assignment.David Schulz2016-04-291-4/+1
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-19/+2
* CodeAssist: Initialize locals and member after early return.David Schulz2016-04-261-5/+4
* CodeAssist: Fragile proposals aren't closed by automatic proposals.David Schulz2016-03-171-4/+3
* Clang: Remove TextEditorWidget from AssistProposalItemInterfaceMarco Bubke2016-02-021-1/+3
* TextEditor: Introduce AssistProposalItemInterfaceMarco Bubke2016-02-011-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12