home *** CD-ROM | disk | FTP | other *** search
- mToolTip - Show various contact infos as tooltip
-
- It requires a Miranda IM v0.3 or later
-
- Statusbar tooltip only available when MultiWindow plugin already installed
-
- Format:
-
- %variable|any_text%%default_text_if_variable_is_empty%%|
-
- Examples:
-
- %lname|%%%%| = John (if variable exists)
- %lname|%%%%| = N/A (if variable not exists and "Variable not available" = "N/A" < plugin options)
- %lname|%%%%| = empty space if N/A message not set and no default text given
- %lname|%%No name%%| = No name (if variable not exists)
-
- %lname|Name: %%%%| = Name: John (if variable exists)
- %lname|Name: %%%%| = Name: N/A (if variable not exists and "Variable not available" = "N/A" < plugin options)
- %lname|Name: %%%%| = empty space if N/A message not set and no default text given
- %lname|Name: %%No name%%| = Name: No name (if variable not exists)
-
- if first in line is:
- %% - line should be deleted if any variable used in that line is empty
- %# - line should be deleted if all variable used in that line are empty
-
- Special variables: sicon and photo, whole line with them are deleted,
- sicon position is on uper left corner of tooltip,
- photo position is on uper right corner of tooltip.
-
-
- *** Variables ***
-
- tab: inserts a tab
- line: inserts horizontal line (use: %line%, You can use: text%line% or %line%text)
-
- lname: list name, your custom handle for a contact
- first: first name
- last: last name
- city: city
- age: age
- gender: gender
- country: country
- mail: e-mail adress
- iname: contacts protocol-nickname
- lang1: first spoken language
- lang2: second spoken language
- lang3: third spoken language
- ver: protocol version
- mver: miranda version
- id: ICQ: uin, MSN: e-mail, YAHOO: id, ...
- ip: external IP
- realip: internal IP
- bday: day of birth (format: dd)
- bmonth: month of birth (format as in userinfo dialog)
- byear: year of birth (format: yyyy)
- status: contact status
- smsg: status message of a contact
- phone: phone #
- cell: # of cell phone
- notes: notes (from userinfo dialog)
-
- protocol: protocol
- status: status
- lastmsg: last message
- lastmsgdate: last message date
- lastmsgtime: last message time
-
- idletime: idle time (24h)
- idleTime: idle time (12h)
- idledate: idle date
- logontime: logon time (24h)
- logonTime: logon time (12h)
- logondate: logon date
- ticktime: tick time (24h)
- tickTime: tick time (12h)
- tickdate: tick date
- infotime: info time (24h)
- infoTime: info time (12h)
- infodate: info date
-
-
- --- Special variables ---
-
- sicon: status icon
- photo: contact photo (User Information > Photo)
-
- --- Weather ---
-
- wcon: current weather condition
- wtemp: current temperature
- whigh: highest temperature
- wlow: lowest temperature
- wupdate: last weather update (24h)
- wUpdate: last weather update (12h)
- wfltemp: heat index
- whumidity: humidity
- wpressure: pressure
- wsunrise: sunrise (24h)
- wsunset: sunset (24h)
- wSunrise: sunrise (12h)
- wSunset: sunset (12h)
- wvisibility: visibility
- wwdirection: wind direction
- wwindspeed: wind speed
-
- --- ContactsEx/Last Seen ---
-
- lsday: last seen day
- lsmonth: last seen month
- lsyear: last seen year
- lshours: last seen hour (24h)
- lsHours: last seen hour (12h)
- lsp: PM/AM
- lsminutes: last seen minute
- lsseconds: last seen second
- lsstatus: last seen status
-
- --- IRC ---
-
- ichannel: real name of the channel
- inetwork: name of the network the channel is on
- ilog: is logging on or off
- itopic: the topic of the channel
- icount: how many users are in the channel
- iuser: user name
- ihost: hostmask
- imode: channel modes
-
-
- *** History ***
-
- 0.0.0.9a:
- - small fix to statusbar tooltip.
-
- 0.0.0.9:
- - added tooltip font selection,
- - added tooltip per protocol configuration,
- - added advanced options (tooltip text),
- - added some look customize options and fixed some things,
- - temporary removed support for Plugin Uninstaller plugin.
-
- 0.0.0.8:
- - added auto-resize tooltip photo option
- - added support for Plugin Uninstaller plugin
- - added new variables:
- idletime, idleTime, idledate,
- logontime, logonTime, logondate,
- ticktime, tickTime, tickdate,
- infotime, infoTime, infodate
- - added imode variable (IRC)
- - added partial support for CustomUserInfo (first mToolTip try to get
- info from protocol, next from UserInfo (CustomUserInfo) tab, then from
- other plugin's (like micqBirthday),
- supported for now: nick/first/last name, gender, birthday, age, e-mail,
- home/mobile phone)
- - fixed Photo tab in User Details dialog
- - fixed statusbar tooltip (still show fake status message, but now only
- if protocol allow to set a description for current status mode)
- - fixed max width
- - fixed some other small things
- - some new things to translate
-
- 0.0.0.7:
- - added support for IRC plugin
- (http://miranda-im.org/download/details.php?action=viewfile&id=550)
- - added some new Weather plugin variables:
- wUpdate, wfltemp, whumidity, wpressure, wSunrise, wSunset, wsunrise,
- wsunset, wvisibility, wwdirection, wwindspeed
- (new Weather Channel plugin: http://www.catsix.net/weatherch.dll
- new Weather Underground http://www.catsix.net/wunderground.dll
- more info: http://forums.miranda-im.org/viewtopic.php?t=13259)
- - added new ContactsEx/Last Seen plugin variables:
- lsHours, lsp
- - removed small memory leak (with tooltip photo)
- - changed tooltip re-creation, now it's more 'flicker free'
- - small change to multimonitor support
- - now you can change %smsg timeout, but only with use of 'Database Editor'
- (Miranda\Current user\mToolTip > smsgTimeout (DWORD value)).
- and more (sorry... don't remember :))
-
-
-
- Powered by Delphi 2.x :)
-