Bug 326599 - Regexp search and replace via KDE Telepathy Text UI regexp plugin
Summary: Regexp search and replace via KDE Telepathy Text UI regexp plugin
Status: REPORTED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: text-ui-message-filters (show other bugs)
Version: 0.6.80
Platform: unspecified Linux
: NOR wishlist
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-25 06:49 UTC by Murz
Modified: 2013-10-25 10:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Murz 2013-10-25 06:49:57 UTC
Very often I need to search&replace some text in new incoming message, but I can't find the way how to do this in KDE Telepathy Text-UI. Can you create plugin that do plain or regular expression search and replace for each message before display it in window?

Reproducible: Always
Comment 1 David Edmundson 2013-10-25 09:24:53 UTC
Why do you do this? What do you find&replace?
Comment 2 Murz 2013-10-25 10:41:10 UTC
For example, I want to convert links to local files file:///share/public/file.odt from plain text to a-href.

Other is to change shortcuts to full names, for example in our company we use crm/123 link shortcut to http://crm.mydomain.com/task.php?id=123 

Also change phones +79201234567 to IP-telephony link <a href=sip:79201234567>+79201234567</a> and many other automation ideas.

I see that already exists plugin "Bugzilla Information" - it works only for Bugzilla, and "Web Shortcuts", but in world there are many other systems that need same functionality.

So will be good to do this plugins more universal, or as easier solution - create regexp search&replace plugin.