Bug 430619 - Autocomplete issue
Summary: Autocomplete issue
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (show other bugs)
Version: 5.6.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-20 12:37 UTC by abin
Modified: 2021-07-28 09:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abin 2020-12-20 12:37:37 UTC
SUMMARY
Autocomplete pop up  disappear after showing the options 

STEPS TO REPRODUCE
1.declare a varible eg 'identity' and  call the variable inside a function eg print(identity).
2. start typing print(identity), the system shows autocomplete options 'print',select print and start typing identity, after typing 'i' and then 'd' system shows autocomplete options for begining with i and id  
3. when 3rd chara is typed the autocomplete option disappears ,happens for keywords and functions

OBSERVED RESULT
autocomplete option disappears on typing the 3rd chara

EXPECTED RESULT
autocomplete option should remain until the option is selected or word is completed

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: linux 5.9.41/plasma5.20.4
(available in About System)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Sven Brauch 2021-07-28 09:06:03 UTC
Which version of KDevelop and KTextEditor is this? I have seen some new weird behaviour very recently.