google-code-export / microblog-purple

Automatically exported from code.google.com/p/microblog-purple
GNU General Public License v3.0
2 stars 0 forks source link

A reply icon (or hyperlink) #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to have a reply link or icon after each message. 

- after clicking the reply link, @"sender" would show in the chat box for
using to reply.

Original issue reported on code.google.com by chanwit on 31 Jul 2008 at 3:28

GoogleCodeExporter commented 9 years ago
I would call this an enhancement, but it seems I'm not allow to change it 
myself.

Original comment by chanwit on 31 Jul 2008 at 3:29

GoogleCodeExporter commented 9 years ago
Looking into Pidgin, I've found that UI interaction will be likely a pidgin 
plugin
more than a libpurple plugin.

An event of clicking a hyperlink is "url_clicked", which could be intercepted by
working around single APIs.

Will be back here after I get some more info.

Original comment by chanwit on 31 Jul 2008 at 11:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Agreed. BTW, I change it to enhancement now. Most likely this might be possible 
with
smiley handler.

Original comment by somsaks on 1 Aug 2008 at 5:34

GoogleCodeExporter commented 9 years ago
Per this discussion on Pidgin dev:

http://www.nabble.com/Overriding-url-handler-td18783281.html

if we are going to use a hyperlink for reply, we can implement it via URI 
scheme by
adding a scheme handler ("twitter:" or maybe "tw:") into libtwitter.

Original comment by chanwit on 3 Aug 2008 at 11:11

GoogleCodeExporter commented 9 years ago
I've managed to get this issue done :) Will be commit a plugin as soon as
re-structing directory is allowed.

Original comment by chanwit on 5 Aug 2008 at 1:41

GoogleCodeExporter commented 9 years ago
Won't commit yet, but uploaded as an attachment.

Original comment by chanwit on 5 Aug 2008 at 2:23

Attachments:

GoogleCodeExporter commented 9 years ago
Ok, I'll create

trunk/ --> microblog/
       --> twitgin/

For this purpose.

Also, I'll add an setting option to turn on/off this feature. 

Original comment by somsaks on 5 Aug 2008 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by somsaks on 3 Oct 2008 at 11:07