Summary: | Wish: option for auto-replace to be case-sensitive | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | yhonay |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
yhonay
2008-04-17 00:28:27 UTC
Simple word matching auto-replace is case-insensitive by design. We could enable case-sensitity for regular expression mode, which can be activated on a case-by-case basis. I'd prefer that to adding yet another option. Would that satisfy your request? > Would that satisfy your request?
Yes. :)
SVN commit 798059 by hein: Make auto-replace case-sensitive in regular expression mode. BUG:160922 M +3 -0 ChangeLog M +1 -1 src/konversationapplication.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=798059 |