Bug 364411 - Back (Ctrl+z) hangs on . or ->
Summary: Back (Ctrl+z) hangs on . or ->
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (other bugs)
Version First Reported In: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 08:10 UTC by SeeLook
Modified: 2022-10-22 07:39 UTC (History)
0 users

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 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.