Bug 74011

Summary: no autorepeat for undo/redo
Product: [Applications] kdevelop Reporter: Michal Ceresna <michal.ceresna>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED INTENTIONAL    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

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.