Version: HEAD (using KDE KDE 3.5.1) Installed from: Compiled From Sources OS: Linux PROBLEM: The Edit...Copy and Edit...Paste menu items are always enabled, but instead should be disabled or enabled as appropriate STEPS TO REPRODUCE: Start Kst Select the Edit... menu RESULT: The Copy and Paste menu items are enabled EXPECTED RESULT: The Copy and Paste menu items are disabled.
The only case that won't be a huge performance impact is the case of paste in non-layout mode. This is a trivial fix. The others will require us to do very expensive iteration and rtti operations on every mouse move, key press, or other event.
Later, maybe.