Bug 74011 - no autorepeat for undo/redo
Summary: no autorepeat for undo/redo
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 15:20 UTC by Michal Ceresna
Modified: 2004-02-02 20:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Ceresna 2004-02-02 15:20:43 UTC
Version:           3.0.0RC1 (using KDE KDE 3.1.4)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc version 3.3.3 20040125 (prerelease) (Debian) 
OS:          Linux

When you click undo/redo button in toolbar and keep it pressed only one undo/redo action is executed.
Instead rather e.g. every half second one undo/redo action could be executed until the button is pressed.
Comment 1 Jens Dagerbo 2004-02-02 15:34:22 UTC
No.. I can't see this happening. It would take low-level trickery to pull off (creating a timer to trigger if mousedown isn't followed by mouseup within a timeout period, this is kdelibs- or even qt-level stuff) and is hardly worth the hassle. It's also strictly speaking a editorpart feature, it's not handled directly by KDevelop.

Just use the keyboard shortcut instead - it does repeat. :)
Comment 2 Jens Dagerbo 2004-02-02 20:03:15 UTC
Closing as WONTFIX.