home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / miranda_hit / files / mtooltip.mir / mToolTip.txt < prev   
Encoding:
Text File  |  2004-02-21  |  5.5 KB  |  185 lines

  1. mToolTip - Show various contact infos as tooltip
  2.  
  3. It requires a Miranda IM v0.3 or later
  4.  
  5. Statusbar tooltip only available when MultiWindow plugin already installed
  6.  
  7. Format:
  8.  
  9. %variable|any_text%%default_text_if_variable_is_empty%%|
  10.  
  11. Examples:
  12.  
  13. %lname|%%%%| = John (if variable exists)
  14. %lname|%%%%| = N/A (if variable not exists and "Variable not available" = "N/A" < plugin options)
  15. %lname|%%%%| = empty space if N/A message not set and no default text given
  16. %lname|%%No name%%| = No name (if variable not exists)
  17.  
  18. %lname|Name: %%%%| = Name: John (if variable exists)
  19. %lname|Name: %%%%| = Name: N/A (if variable not exists and "Variable not available" = "N/A" < plugin options)
  20. %lname|Name: %%%%| = empty space if N/A message not set and no default text given
  21. %lname|Name: %%No name%%| = Name: No name (if variable not exists)
  22.  
  23. if first in line is:
  24. %% - line should be deleted if any variable used in that line is empty
  25. %# - line should be deleted if all variable used in that line are empty
  26.  
  27. Special variables: sicon and photo, whole line with them are deleted, 
  28.                    sicon position is on uper left corner of tooltip, 
  29.                    photo position is on uper right corner of tooltip.
  30.  
  31.  
  32. *** Variables ***
  33.  
  34. tab:        inserts a tab
  35. line:        inserts horizontal line (use: %line%, You can use: text%line% or %line%text)
  36.  
  37. lname:        list name, your custom handle for a contact
  38. first:        first name
  39. last:        last name
  40. city:        city
  41. age:        age
  42. gender:        gender
  43. country:    country
  44. mail:        e-mail adress
  45. iname:        contacts protocol-nickname
  46. lang1:        first spoken language
  47. lang2:        second spoken language
  48. lang3:        third spoken language
  49. ver:        protocol version
  50. mver:        miranda version
  51. id:        ICQ: uin, MSN: e-mail, YAHOO: id, ...
  52. ip:        external IP
  53. realip:        internal IP
  54. bday:        day of birth (format: dd)
  55. bmonth:        month of birth (format as in userinfo dialog)
  56. byear:        year of birth (format: yyyy)
  57. status:        contact status
  58. smsg:        status message of a contact
  59. phone:        phone #
  60. cell:        # of cell phone
  61. notes:        notes (from userinfo dialog)
  62.  
  63. protocol:    protocol
  64. status:        status
  65. lastmsg:    last message
  66. lastmsgdate:    last message date
  67. lastmsgtime:    last message time
  68.  
  69. idletime:    idle time (24h)
  70. idleTime:    idle time (12h)
  71. idledate:    idle date
  72. logontime:    logon time (24h)
  73. logonTime:    logon time (12h)
  74. logondate:    logon date
  75. ticktime:    tick time (24h)
  76. tickTime:    tick time (12h)
  77. tickdate:    tick date
  78. infotime:    info time (24h)
  79. infoTime:    info time (12h)
  80. infodate:    info date
  81.  
  82.  
  83. --- Special variables ---
  84.  
  85. sicon:        status icon
  86. photo:        contact photo (User Information > Photo)
  87.  
  88. --- Weather ---
  89.  
  90. wcon:        current weather condition
  91. wtemp:        current temperature
  92. whigh:        highest temperature
  93. wlow:        lowest temperature
  94. wupdate:    last weather update (24h)
  95. wUpdate:    last weather update (12h)
  96. wfltemp:    heat index
  97. whumidity:    humidity
  98. wpressure:    pressure
  99. wsunrise:    sunrise (24h)
  100. wsunset:    sunset (24h)
  101. wSunrise:    sunrise (12h)
  102. wSunset:    sunset (12h)
  103. wvisibility:    visibility
  104. wwdirection:    wind direction
  105. wwindspeed:    wind speed
  106.  
  107. --- ContactsEx/Last Seen ---
  108.  
  109. lsday:        last seen day
  110. lsmonth:    last seen month
  111. lsyear:        last seen year
  112. lshours:    last seen hour (24h)
  113. lsHours:    last seen hour (12h)
  114. lsp:        PM/AM
  115. lsminutes:    last seen minute
  116. lsseconds:    last seen second
  117. lsstatus:    last seen status
  118.  
  119. --- IRC ---
  120.  
  121. ichannel:    real name of the channel
  122. inetwork:    name of the network the channel is on
  123. ilog:        is logging on or off
  124. itopic:        the topic of the channel
  125. icount:        how many users are in the channel
  126. iuser:        user name
  127. ihost:        hostmask
  128. imode:        channel modes
  129.  
  130.  
  131. *** History ***
  132.  
  133. 0.0.0.9a:
  134. - small fix to statusbar tooltip.
  135.  
  136. 0.0.0.9:
  137. - added tooltip font selection,
  138. - added tooltip per protocol configuration,
  139. - added advanced options (tooltip text), 
  140. - added some look customize options and fixed some things,
  141. - temporary removed support for Plugin Uninstaller plugin.
  142.  
  143. 0.0.0.8:
  144. - added auto-resize tooltip photo option
  145. - added support for Plugin Uninstaller plugin
  146. - added new variables:
  147.   idletime, idleTime, idledate,
  148.   logontime, logonTime, logondate,
  149.   ticktime, tickTime, tickdate,
  150.   infotime, infoTime, infodate
  151. - added imode variable (IRC)
  152. - added partial support for CustomUserInfo (first mToolTip try to get
  153.   info from protocol, next from UserInfo (CustomUserInfo) tab, then from
  154.   other plugin's (like micqBirthday),
  155.   supported for now: nick/first/last name, gender, birthday, age, e-mail,
  156.   home/mobile phone) 
  157. - fixed Photo tab in User Details dialog
  158. - fixed statusbar tooltip (still show fake status message, but now only
  159.   if protocol allow to set a description for current status mode)
  160. - fixed max width
  161. - fixed some other small things
  162. - some new things to translate
  163.  
  164. 0.0.0.7:
  165. - added support for IRC plugin 
  166.   (http://miranda-im.org/download/details.php?action=viewfile&id=550)
  167. - added some new Weather plugin variables:
  168.   wUpdate, wfltemp, whumidity, wpressure, wSunrise, wSunset, wsunrise, 
  169.   wsunset, wvisibility, wwdirection, wwindspeed
  170.   (new Weather Channel plugin: http://www.catsix.net/weatherch.dll
  171.   new Weather Underground http://www.catsix.net/wunderground.dll
  172.   more info: http://forums.miranda-im.org/viewtopic.php?t=13259)
  173. - added new ContactsEx/Last Seen plugin variables:
  174.   lsHours, lsp
  175. - removed small memory leak (with tooltip photo)
  176. - changed tooltip re-creation, now it's more 'flicker free'
  177. - small change to multimonitor support
  178. - now you can change %smsg timeout, but only with use of 'Database Editor'
  179.   (Miranda\Current user\mToolTip > smsgTimeout (DWORD value)).
  180. and more (sorry... don't remember :))
  181.  
  182.  
  183.  
  184. Powered by Delphi 2.x :)
  185.