Bug 364411

Summary: Back (Ctrl+z) hangs on . or ->
Product: [Applications] kdevelop Reporter: SeeLook <seelook>
Component: Language Support: CPP (old)Assignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description SeeLook 2016-06-17 08:10:11 UTC
When some object and its method was typed:
object()->itsMethod();
and CTRL+z is used to back the changes, it hangs on switching '.' to '->' operators

Similarly, When trying to revert changes with CTRL+SHIFT+z it stops on those operators

Reproducible: Always
Comment 1 Justin Zobel 2022-10-21 23:59:42 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you!
Comment 2 SeeLook 2022-10-22 07:39:30 UTC
It still occurs but it is less annoying than these days when reported.
It looks like when dot key is pressed after some name (pointer usually) it is stored as more actions than one.
So to revert it with ctrl+z requires a few hits more. But it is bearable.

This issue with ctrl+shift+z never happens now.