diff options
author | Andre Hartmann <aha_1980@gmx.de> | 2019-02-02 21:14:07 +0100 |
---|---|---|
committer | André Hartmann <aha_1980@gmx.de> | 2019-02-08 08:02:22 +0000 |
commit | 05bb8e9e30169f160bc9159ed9d0945f78298e4d (patch) | |
tree | d5d44400b483ea804d1c961c2114f30dd800eeed /src/plugins/clangrefactoring/clangrefactoring_dependencies.pri | |
parent | 55f4c288893754b8640b058d479aa582201cfc6a (diff) | |
download | qt-creator-05bb8e9e30169f160bc9159ed9d0945f78298e4d.tar.gz |
DocumentContentCompletion: Don't propose word under cursor
... unless it is already contained in the text.
For the following text:
Lorem ipsum dolor sit amet,
consetetur sadipscing elitr.
Typing "con|" now should only provide "consetetur"
as proposal, as "con" is just currently typed and
therefore no valid completion.
This avoids pressing line down before the first
valid proposal is available.
The exception is, if "con" would already be used
elsewhere in the text.
Change-Id: I7034f4b2b2ebe70e98acc616fb7590118faac0af
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/clangrefactoring/clangrefactoring_dependencies.pri')
0 files changed, 0 insertions, 0 deletions