| Code Snippets for Notepad++ |
IntroductionNppSnippets is a plug-in for Notepad++ . It adds the possibility to add code snippets to the current document by selecting it from a simple list. DownloadTo download version 0.4.0, click here. How to installCopy How to useTo open the Snippets window, click on the “S” button on the toolbar, or via the menu “Plugins” -> “Snippets” -> “Snippets”. The window consist of two parts. A combo where you can select the library and underneath there is the list of snippets in the chosen library. To insert a snippet simply double click on the item in the list and the snippet is inserted at the current cursor position. When you switch to another document with another language the snippets for that new language are read from the database. For more documentation see the ReadMe.pdf that is included in the original archive. LicenseThis plugin is released under the GPL2-license. The source code can be found here. Release historyVersion 0.4.0 (8 April 2010)
Version 0.3.0 (10 February 2010)
Version 0.1.0 (22 January 2010)
|