Changes between Version 1 and Version 2 of InsertSymbols2
- Timestamp:
- 03/12/11 23:05:29 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InsertSymbols2
v1 v2 1 1 = Insert Symbols version Two for Wikidpad = 2 2 3 ''by alessandro orsi, version 1. 0- license GPL''3 ''by alessandro orsi, version 1.1 - license GPL'' 4 4 5 5 … … 9 9 [[BR]] 10 10 11 This plugin displays a window with a list of symbols. Double-clicking any of them will close the window andinsert the symbol at the current cursor position in the Wikidpad editor.11 This 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. 12 12 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:''13 The first time the plugin is called it creates a standard list of symbols, the list can be costumized, see ''Options'' below. 14 14 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'.15 The symbols window can be moved and resized. Wikidpad will remember its size and position every time you close the window. 16 16 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 22 The !InsertSymbols2 plugin options are accessed by opening Wikidpad Options dialog and selecting ''Insert Symbols'' under ''Plugins options''. 23 24 In 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 26 In 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 28 If 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 30 If 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 18 33 19 34 … … 23 38 24 39 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 26 41 27 ''Up'' and ''Down '' arrowswill move through the symbols42 ''Up'' and ''Down arrows'' will move through the symbols 28 43 29 44 ''Enter'' will insert the currently selected symbol in Wikidpad's editor 30 45 31 ''Esc'' will close the window without inserting any symbol , or will close the Edit Symbols window without making any change to the list46 ''Esc'' will close the window without inserting any symbol 32 47 33 48 … … 45 60 If you are installing the plugin for the first time, copy the file !InsertSymbols2.py to the ''user_extensions'' folder and restart Wikidpad. 46 61 62 If you are upgrading from version 1.0 and above: 47 63 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 68 If you are upgrading from pre-1.0 versions: 49 69 50 70 * make a copy of your custumized list of symbols … … 55 75 56 76 [[BR]] 77 == Known bugs == 78 79 On 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]] 57 83 == Changelog == 58 84 85 '''v1.1''' - 12 Mar 2011 86 87 Added: option to make the symbols window stay temporary open while pressing a modifier key 88 89 Added: option to make the symbols window stay always open (pinned) 90 91 Fixed: added a space after each comma in the symbols list of the Options dialogue to improve readability 59 92 60 93 '''v1.0''' - 9 Feb 2011 61 94 62 95 First release 63
