Summary: | Shortcut to expand outgoing replacements | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Christian (Fuchs) <kde> |
Component: | inputline | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/konversation/f4cef9a31d44f8e763ef2315128106754bbe4ede | Version Fixed In: | |
Sentry Crash Report: |
Description
Christian (Fuchs)
2012-10-07 00:09:47 UTC
Git commit f4cef9a31d44f8e763ef2315128106754bbe4ede by Eike Hein. Committed on 17/10/2012 at 20:50. Pushed by hein into branch 'master'. Add an action to, rather ironically, manually apply auto-replace. Use case: Review and customize before send-out. Given this, the code preserves the relative cursor position to ease editing; if the cursor is inside a needle during action invocation it's moved to the end of the replacement. M +36 -4 src/application.cpp M +1 -1 src/application.h M +2 -2 src/irc/inputfilter.cpp M +6 -0 src/mainwindow.cpp M +17 -1 src/viewer/ircinput.cpp M +1 -0 src/viewer/ircinput.h M +13 -0 src/viewer/viewcontainer.cpp M +1 -0 src/viewer/viewcontainer.h http://commits.kde.org/konversation/f4cef9a31d44f8e763ef2315128106754bbe4ede |