Summary: | QtEditor is recording replace as two undo steps instead of one | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | QEditor | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2003-07-10 18:40:08 UTC
One step for the copy action, and another for the replace action? Sounds normal to me... Err wait. on second thought, the copy action should be handled by kde, so it shouldn't actually be an undo step... The replace is being split into two pieces - delete and insert. Try it, it is very easy to reproduce. QEditor has been removed for KDevelop 4 and none of these bugs will be fixed between now and then. |