³ò
ÛÅ÷Fc           @   sG   d  Z  d g Z d Z e Z d Z d Z d Z d e f d „  ƒ  YZ	 d S(   s1   Automatic Word Replacement Graphic User Interfaces'   Lateef Alabi-Oki <mystilleef@gmail.com>gš™™™™™¹?t   AutoReplaceGUIPlugins   GUI for automatic replacement.s0  The plug-in implements a graphic user interface that allows users to
add, remove and updates words for automatic replacement. Via a graphic
user interface, a user can map the letter "u" to the word "you". Thus,
anytime the user types "u" followed by the "space" or "Enter" key, "u"
is expanded to "you".
c           B   s#   e  Z d  „  Z d „  Z d „  Z RS(   c         C   s   | |  _  d  |  _ d  S(   N(   t   _AutoReplaceGUIPlugin__editort   Nonet   _AutoReplaceGUIPlugin__trigger(   t   selft   editor(    (    s   plugins/PluginAutoReplaceGUI.pyt   __init__4   s    
	c         C   s&   d d k  l } | |  i ƒ |  _ d  S(   Niÿÿÿÿ(   t   AutoReplaceGUITrigger(   t   AutoReplaceGUI.TriggerR   R   R   (   R   R   (    (    s   plugins/PluginAutoReplaceGUI.pyt   loadA   s    c         C   s   |  i  i d ƒ d  S(   Nt   destroy(   R   t   emit(   R   (    (    s   plugins/PluginAutoReplaceGUI.pyt   unloadL   s    (   t   __name__t
   __module__R   R	   R   (    (    (    s   plugins/PluginAutoReplaceGUI.pyR    .   s   		N(
   t   namet   authorst   versiont   Truet   autoloadt
   class_namet   short_descriptiont   long_descriptiont   objectR    (    (    (    s   plugins/PluginAutoReplaceGUI.pys   <module>    s   	