What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Emoticon auto-completion

Pages: (2): « First [ 1 ] 2 » Last »
Emoticon auto-completion
Author: Message:
rock3r
Junior Member
**

Avatar
Rat-fan

Posts: 16
– / Male / –
Joined: Jan 2007
O.P. Emoticon auto-completion
Hi guys! This is my first post...
I was thinking: what about an emoticons shortcut auto-completion? It could also have a preview of the emo to be added.. in fact i have lots of emos and it's very hard to remember all shortcuts while writing.. and the emos quick-pane becomes too slow to use, if you know which emo to add but u have to find it between 100's...
01-13-2007 04:43 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Emoticon auto-completion
You haven't explained your post well, but after thinking about it, I think I know what you mean. You want for example, when you type a message similar to an emotion, the panel comes up, narrowing down your results. A bit like modern search tools.

Good idea, but it is very impractical. It would be hard to know how your emoticon shortcuts are formatted. For some it is a word, others start with '(' or ':', thus making it nearly impossible to achieve, unless you have your emotions all organised. Another point is you may find it annoying when type a sentence, and the panel suddenly pops up when you don't want it to :P.
01-13-2007 10:46 PM
Profile PM Find Quote Report
rock3r
Junior Member
**

Avatar
Rat-fan

Posts: 16
– / Male / –
Joined: Jan 2007
O.P. RE: Emoticon auto-completion
yes... i thought every programmer knows what autocomplete (or intellisense, or wathever) is.. my mistake! anyway, it could be something like having a keyboard shortcut and a partial emoticon name search (a kind of search like jump to file dialog in winamp, only smaller and simpler, as emo names are only 7 chars...) i think it's a very useful feature!
01-14-2007 12:22 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Emoticon auto-completion
quote:
Originally posted by absorbation
Good idea, but it is very impractical.
It is very well possible.

Both in the form of a selected text as you type (autocomplete), as in the form of a panel comming up which narrows the images down (intellisense).

Although a panel popping up is almost useless*, since it will only show 1 emoticon anyways, since emoticons shortcuts can not be part of other emoticon shortcuts ( "myemo" and "myemo1" can't both exist since "myemo" will always be shown before you even can type "1" after it), although Messenger allows it that you have such shortcuts, they wont work.

*It would only be able to show a selection of emoticons by the very first character you type (eg: emoticon shortcuts beginning with "(" or beginning with ":", etc)

Normal textual autocomplete/type-ahead is very well possible though.

But here too, there can only be 1 autocompleted shortcut shown, obviously... (unless you also implement a shortcut key (typically it is a press on the TAB key) which cycles and shows the next matching shortcut)

Note, Messenger Plus! provides objects like:
    Messenger::CustomEmoticons
    ChatWnd::EditText
    ChatWnd::EditText_GetCurSelStart
    ChatWnd::EditText_GetCurSelEnd
    ChatWnd::EditText_ReplaceSel
    ChatWnd::EditText_SetCurSel
    OnEvent_ChatWndEditKeyDown

-----------

Though, I'd suspect that if you run such a script, the typing will be slowed down a lot since you constantly need to do a lot of stuff which each keypress (eg: getting all emoticons and their shortcuts each time, since they can change on the fly!), not to mention the constant showing and updating of the panel with each keypress...

Using a timeout and using a time delay will reduce the slowness a bit, but not entirly.

Also, it hugly depends on the amount of emoticons you have. But since you have so much emoticons you can't remember all the shortcuts, it would also mean this script will slow everything down _a lot_, making it as good as unuseable.

This post was edited on 01-14-2007 at 04:02 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-14-2007 03:12 AM
Profile PM Find Quote Report
rock3r
Junior Member
**

Avatar
Rat-fan

Posts: 16
– / Male / –
Joined: Jan 2007
O.P. RE: Emoticon auto-completion
yes you may be right.. but i was talking about something that you can *explicitly* call, like pressing Ctrl+E (e for emos, of course ;) ), and that can show up an intellisense-like panel that is searched and narrowed while you tipe *a part* of the emo name, that can or not be the beginning of its name; that way, you don't have to care about "(" and other chars at the beginning of your emo name. Another useful feature could be a small preview of currently highlighted emo in the panel, to see if it's the one you want. To speed up it all you could also implement this feature, maybe as an optional one, into Plus!...
01-14-2007 10:12 PM
Profile E-Mail PM Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
RE: Emoticon auto-completion
quote:
Originally posted by rock3r
tipe *a part* of the emo name
By the time you get emoticon you want, you be finished. Why not just printing out a list of default emoticons instead?

Thats why there are shortcuts for each emoticon. And you can always use the Plus! ( thing.
[Image: unled1uo.png]
Joined this forum 6572 days, 23 hours, 39 minutes, 47 seconds ago.



01-14-2007 11:44 PM
Profile PM Web Find Quote Report
rock3r
Junior Member
**

Avatar
Rat-fan

Posts: 16
– / Male / –
Joined: Jan 2007
O.P. RE: Emoticon auto-completion
yes but "the Plus! ( thing" is *very* slow because it has to prepare previews of all emos, and is also very messy because if you have several "large" emos, like i do (even organized in categories) you can't find them very easily

This post was edited on 01-15-2007 at 04:30 PM by rock3r.
01-15-2007 04:30 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: Emoticon auto-completion
Your idea is good, however creating a script for it will take some time and effort. Because the demand for something like this is not high enough, people simply don't want to develop this. It may be best if this was part of Messenger Plus! itself :).
01-15-2007 05:17 PM
Profile PM Find Quote Report
rock3r
Junior Member
**

Avatar
Rat-fan

Posts: 16
– / Male / –
Joined: Jan 2007
O.P. RE: RE: Emoticon auto-completion
quote:
To speed up it all you could also implement this feature, maybe as an optional one, into Plus!...

just what i was thinking (H)
01-15-2007 10:25 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: RE: Emoticon auto-completion
quote:
Originally posted by rock3r
yes you may be right.. but i was talking about something that you can *explicitly* call, like pressing Ctrl+E (e for emos, of course ;) ), and that can show up an intellisense-like panel that is searched and narrowed while you tipe *a part* of the emo name, that can or not be the beginning of its name; that way, you don't have to care about "(" and other chars at the beginning of your emo name. Another useful feature could be a small preview of currently highlighted emo in the panel, to see if it's the one you want. To speed up it all you could also implement this feature, maybe as an optional one, into Plus!...

tbh, something like this will never be faster than the current implemented way. Something like a intellisense-like panel, and certainly when you consider parts of shortcuts*, needs a lot more processing than simply showing a complete panel

*Which means your panel will always be showing up and slowing everything down since whatever you type you will always have one or more emoticons which apply to those keystrokes.

quote:
Originally posted by rock3r
yes but "the Plus! ( thing" is *very* slow because it has to prepare previews of all emos
It simply takes the previews already on your hard disk, the ones from Messenger itself. Hence, this is done in a split second...

What you probably mean by slow is the time between typing "(" and the panels showing up, which is by default 500ms. But that can be tweaked by setting a registry setting:
http://www.msgpluslive.net/help/registry/ > QuickIconsParenthesisDelay

quote:
QuickIconsParenthesisDelay
default: REG_DWORD 500

Delay, in milliseconds, used to display the Quick Icons panel when a parenthesis ('(' character) is typed in a message. The range of acceptable values is 1 to 10,000 inclusive.

So either add/change it manually:
HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\your_msn_account\Preferences\QuickIconsParenthesisDelay
or either use Choli's Plus! Live Registry Tweaker.

This post was edited on 01-27-2007 at 04:00 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-27-2007 03:55 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On