Summary: | Simplification of multi-line paste warning dialog | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Maarten ter Huurne <maarten> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maarten ter Huurne
2007-04-05 02:39:34 UTC
We actually implemented this once in the development version after this report was made (sadly the tracker wasn't put in the loop on this), but ended up not liking it and decided that showing a standard dialog box by default is less jarring. Plus it's actually possible to check "Do not show this message again" and then click Edit, and subsequent pastes will always do so, unless the choice is reverted in the "Warning Dialogs" settings in the application configuration dialog. Retaining that behavior would involve reimplementing kdelibs standard dialog box code to put the checkbox in the paste editor dialog, which would clutter it, which is worrysome especially since we already consider making that UI more complex (button to replace newlines, perhaps integration with web pastebins). Thus, closing WONTFIX. Sorry it took so long to reply. Ah, I was under the impression that "Do not ask again" would always pick the default option (Paste) rather than the option I pick on the dialog (Edit). I just tried it and "Do not ask again" + Edit is exactly what I want. If other people are also confused by "Do not ask again", maybe it would be clearer to rephrase it to something like "Always perform this action". Although that would have to be done KDE-wide, I guess. Yep, the "Do not ask again" string is in the message box class in kdelibs. |