aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codeassist
Commit message (Expand)AuthorAgeFilesLines
* Editor: hide old proposal if new proposal is emptyDavid Schulz2021-10-281-0/+1
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* Editor: multi cursor supportDavid Schulz2021-09-271-4/+6
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-166-6/+7
* Editor: fix marking proposal entries as explicitly selectedDavid Schulz2021-09-021-1/+1
* Editor: reuse generic proposal widgetDavid Schulz2021-09-0210-12/+82
* Editor: Fix completion tooltip width calculationDavid Schulz2021-08-111-2/+3
* TextEditor: Allow incremental proposalsChristian Kandeler2021-06-183-10/+20
* LanguageClient: filter completion resultsDavid Schulz2021-06-012-1/+2
* ClangCodeModel: Let user choose the overrideChristian Kandeler2021-06-011-0/+2
* Editor: Allow defining custom snippet parser functionDavid Schulz2021-05-254-6/+12
* Editor: Close function hint proposal on destroyContextDavid Schulz2021-05-171-1/+1
* TextEditor: Fix is visible check of function hintDavid Schulz2021-05-054-2/+11
* TextEditor: Prevent UI freeze when generating proposalsChristian Kandeler2021-04-081-15/+34
* TextEditor: Use invokeMethod instead of singleShot timer with 0 delayJarek Kobus2021-02-021-1/+3
* Compile fixes with Qt 6Jarek Kobus2020-11-051-1/+1
* 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 text prefix checkDavid Schulz2020-09-081-1/+1
* TextEditor: Fix build with Qt6Eike Ziller2020-09-083-6/+5
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-043-7/+9
* Prepare for QDesktopWidget removalChristian Stenger2020-08-142-13/+4
* TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-132-2/+7
* Merge "Merge remote-tracking branch 'origin/4.13' into master"The Qt Project2020-08-131-0/+2
|\
| * Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-131-0/+2
| |\
| | * Editor: Update current argument in function hintDavid Schulz2020-08-131-0/+2
| | * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* | | Editor: Propose full trigger match snippetsDavid Schulz2020-08-131-1/+2
|/ /
* | TextEditor: Introduce shortcut for forcing a function hint proposalChristian Kandeler2020-08-112-2/+5
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
|/
* Move Id from Core to UtilsEike Ziller2020-06-181-1/+0
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-151-1/+4
|\
| * TextEditor: fix updating completions after cursor navigationDavid Schulz2020-06-101-1/+4
* | 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-203-4/+13
* Editor: update proposal widget after editor contents changedDavid Schulz2020-02-182-4/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* texteditor: Remove unused forward declarationLaurent Montel2019-10-182-4/+0
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-021-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-022-4/+4
* GenericProposalModel: Rename PrefixMatch to ProposalMatchAndre Hartmann2019-07-252-9/+9
* GenericProposalModel: Remove unneeded conditionAndre Hartmann2019-07-241-2/+1
* Avoid warning on empty expressionshjk2019-07-235-6/+6
* GenericProposalModel: Allow substring matchesAndre Hartmann2019-07-232-4/+10
* GenericProposalModel: Modernize and cleanupAndre Hartmann2019-07-141-6/+5