quote:
Originally posted by warmth
1. script menu reachable from MP!L script icon too. Easy way to config.
I'll work on that.
quote:
Originally posted by warmth
2. able to copy all the information, not only the CTRL+ALT+I menu information.
...and that.
quote:
Originally posted by warmth
3. clicking in the tittle should copy a summary of all the info
...and that, although that probably wouldn't apply to all menus.
quote:
Originally posted by warmth
UPDATE 1:
Bug:
code:
Función llamada: OnWndHotkeysEvent_EditTextChanged
Función llamada: OnWndHotkeysEvent_EditTextChanged
La función OnWndHotkeysEvent_EditTextChanged devolvió un error. Código: -2147352567
Función llamada: OnWndHotkeysEvent_CtrlClicked
Función llamada: OnWndSubclassEvent_MessageNotification
-> Building menu (4)...
-> Processing result (6004)...
I've noticed that, it occurs when
OnEvent_Initialize is called and not signed in - it uses the registry functions that use the current user's email address. Fixed now.
quote:
Originally posted by warmth
UPDATE 2:
Bug: Right ALT still giving me problems with ALT+Q to get @!
If you can get into the menu, go to
Manage QuickKey shortcuts... and pick a different one. If not, start up Registry Editor and locate the key at the following path:
HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\QuickKey\Settings\<email>\Hotkeys. A is 65, B is 66, C is 67 and so on.
quote:
Originally posted by warmth
Bug: After install it.. /checkupdates says a new version is available 1.3! you made a mistake somewhere with builds numbers my friend!
I don't see why... it's set as 1.5, but I do get that as well.
quote:
Originally posted by warmth
Suggestion 1: Improve About window adding more stuff like links to here, betatester, congrats, translators, etc...
Will do.
quote:
Originally posted by warmth
Suggestion 2: Update Screenshots of the first post! and the version in your signature!
Will do, when I can find the time.
quote:
Originally posted by warmth
Suggestion 3: Pressing ESC key should hide the menu appeared with the shortcut
Not exactly sure how to do that... would I need a WM_KEYUP notification, or something like that? But how do I close the menu?