home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / develop / tools / npp.4.2.2.Installer.exe / plugins / doc / quickText_README.txt < prev   
Text File  |  2007-08-04  |  2KB  |  100 lines

  1. /* QuickText - Quick editing tags for Notepad++
  2.     Copyright (C) 2006  Jo├úo Moreno (alph.pt@gmail.com)
  3.  
  4.     This program is free software; you can redistribute it and/or modify
  5.     it under the terms of the GNU General Public License as published by
  6.     the Free Software Foundation; either version 2 of the License, or
  7.     (at your option) any later version.
  8.  
  9.     This program is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.     GNU General Public License for more details.
  13.  
  14.     You should have received a copy of the GNU General Public License along
  15.     with this program; if not, write to the Free Software Foundation, Inc.,
  16.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  17. */
  18.  
  19. Name: QuickText
  20. Version: 0.2
  21. Link: http://sourceforge.net/projects/quicktext/
  22. Author: Jo├úo Moreno <alph.pt@gmail.com>
  23.  
  24. DESCRIPTION
  25.  
  26. Quicktext is a Notepad++ plugin for quick text substitution, including multi
  27. field inputs. It's similar to Tab Triggers in TextMate.
  28.  
  29. INSTALLATION
  30.  
  31. Just copy the QuickText.dll into Notepad++'s plugin directory
  32. (mine is C:\Program Files\Notepad++\plugins), and the QuickText.ini file into
  33. Notepad++'s directory (C:\Program Files\Notepad++).
  34.  
  35. USAGE
  36.  
  37. Use the key shortcut CTRL+Enter to use QuickText tags.
  38.  
  39. CUSTOMIZATION
  40.  
  41. To make you're own tags:
  42.     - First make sure the tag's Language Section already exists. This is done by
  43.     creating a new section with the code corresponding to the Language.
  44.     (See LANGUAGE CODES).
  45.     - Then, for the key of the tag, use only lower/upper case and numbers.
  46.     - Special chars:
  47.         - $ hotspots
  48.         - \$ for writing actual '$'
  49.         - \n break line.
  50.  
  51. Or just use the Options GUI. (v0.2) :)
  52.  
  53. EXAMPLE
  54.  
  55.  *** (8 is the Language Code for HTML)
  56.  
  57. [8]  
  58. link=<a href="$">$</a>
  59.  
  60. LANGUAGE CODES
  61.  
  62. 00 TXT
  63. 01 PHP
  64. 02 C
  65. 03 CPP
  66. 04 CS
  67. 05 OBJC
  68. 06 JAVA
  69. 07 RC
  70. 08 HTML
  71. 09 XML
  72. 10 MAKEFILE
  73. 11 PASCAL
  74. 12 BATCH
  75. 13 INI
  76. 14 NFO
  77. 15 USER
  78. 16 ASP
  79. 17 SQL
  80. 18 VB
  81. 19 JS
  82. 20 CSS
  83. 21 PERL
  84. 22 PYTHON
  85. 23 LUA
  86. 24 TEX
  87. 25 FORTRAN
  88. 26 BASH
  89. 27 FLASH
  90. 28 NSIS
  91. 29 TCL
  92. 30 LISP
  93. 31 SCHEME
  94. 32 ASM
  95. 33 DIFF
  96. 34 PROPS
  97. 35 PS
  98. 36 RUBY
  99. 37 SMALLTALK
  100. 38 VHDL