Changes between Version 1 and Version 2 of InsertSymbols2

Show
Ignore:
Timestamp:
03/12/11 23:05:29 (2 years ago)
Author:
ale (IP: 87.17.171.180)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InsertSymbols2

    v1 v2  
    11= Insert Symbols version Two for Wikidpad = 
    22 
    3 ''by alessandro orsi, version 1.0 - license GPL'' 
     3''by alessandro orsi, version 1.1 - license GPL'' 
    44 
    55 
     
    99[[BR]] 
    1010 
    11 This plugin displays a window with a list of symbols. Double-clicking any of them will close the window and insert the symbol at the current cursor position in the Wikidpad editor. 
     11This plugin displays a window with a list of symbols. Double-clicking any of them will insert the symbol at the current cursor position in the Wikidpad editor. 
    1212 
    13 The first time the plugin is called it creates a standard list of symbols, you can costumize the list by opening Wikidpad Options dialog, and selecting ''Insert Symbols'' under ''Plugins options:'' 
     13The first time the plugin is called it creates a standard list of symbols, the list can be costumized, see ''Options'' below. 
    1414 
    15 In the first field you can add or delete symbols from the the list of symbols. In case the symbols shows too small or too big, you can set the font size for both the field above and the symbols window in the field 'Font size'. 
     15The symbols window can be moved and resized. Wikidpad will remember its size and position every time you close the window. 
    1616 
    17 The symbols window can be moved and resized. Wikidpad will remember its size and position every time you close the window or insert a symbol. 
     17 
     18 
     19[[BR]] 
     20== Options == 
     21 
     22The !InsertSymbols2 plugin options are accessed by opening Wikidpad Options dialog and selecting ''Insert Symbols'' under ''Plugins options''. 
     23 
     24In the first field you can add or delete symbols from the the list of symbols. Separate each symbol with a comma, don't worry about the number of spaces between symbols or if there is a space at all. Next time you open the Options dialogue the symbols list will be displayed with each symbol followed by a comma and one space. 
     25 
     26In case the symbols show too small or too big, you can set the font size for both the Options dialogue and the symbols window in the field 'Font size'. 
     27 
     28If you want to keep the symbols window temporarly open, you can choose a modifier key (Alt, Control, or Shift) to press while double-clicking or together with ENTER. The symbol will be inserted at the current cursor position,  the symbols window will remain open and the focus will switch to Wikidpad editor. To go back to the symbols window if using the keyboard, press the plugin shortcut, default Ctrl-Alt-I. 
     29 
     30If you want the symbols window to close only when closing the window or pressing ESC, check ''Symbols window stays always open''. This option overrides the modifier key above. 
     31 
     32 
    1833 
    1934 
     
    2338 
    2439 
    25 ''Ctrl-Alt-I '' will open the window with the list of symbols 
     40''Ctrl-Alt-I '' will open the window with the list of symbols or switch the focus to it when it's pinned 
    2641 
    27 ''Up'' and ''Down'' arrows will move through the symbols 
     42''Up'' and ''Down arrows'' will move through the symbols 
    2843 
    2944''Enter'' will insert the currently selected symbol in Wikidpad's editor 
    3045 
    31 ''Esc'' will close the window without inserting any symbol, or will close the Edit Symbols window without making any change to the list 
     46''Esc'' will close the window without inserting any symbol 
    3247 
    3348 
     
    4560If you are installing the plugin for the first time, copy the file !InsertSymbols2.py to the ''user_extensions'' folder and restart Wikidpad. 
    4661 
     62If you are upgrading from version 1.0 and above: 
    4763 
    48 If you are upgrading from previous versions of Insert Symbols: 
     64 * make a copy of your custumized list of symbols 
     65 * replace the old !InsertSymbols2.py with the new one 
     66 
     67 
     68If you are upgrading from pre-1.0 versions: 
    4969 
    5070 * make a copy of your custumized list of symbols 
     
    5575 
    5676[[BR]] 
     77== Known bugs == 
     78 
     79On Linux, after inserting a symbol when the symbols window is pinned or is kept open with a modifier key, the focus won't switch to the editor but will stay on the symbols window. 
     80 
     81 
     82[[BR]] 
    5783== Changelog == 
    5884 
     85'''v1.1''' - 12 Mar 2011 
     86 
     87Added: option to make the symbols window stay temporary open while pressing a modifier key 
     88 
     89Added: option to make the symbols window stay always open (pinned)  
     90 
     91Fixed: added a space after each comma in the symbols list of the Options dialogue  to improve readability 
    5992 
    6093'''v1.0''' - 9 Feb 2011 
    6194 
    6295First release 
    63