-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final preperations for v1.3.0 release
- Loading branch information
Showing
6 changed files
with
164 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
NppSnippets | ||
=========== | ||
|
||
NppSnippets is an easy to use snippet / template plug-in: Similarity with the TextPad Clip Library is no accident. To insert a snippet simply double click on the item in the list and the snippet is inserted at the current cursor position. To edit right-click on that item. | ||
NppSnippets is an easy to use snippet / template plug-in. Similarity with the TextPad Clip Library is no accident. To insert a snippet simply double click on the item in the list and the snippet is inserted at the current cursor position. To edit right-click on that item. | ||
|
||
The project page, with downloads and issue tracker, is at https://code.google.com/p/nppsnippets/ | ||
|
||
Version 1.2.0 (8 January 2013) | ||
* There was an inconsistency between the documentation and code about the name of the option to specify your custom path for the database. Use DBFile from now on. For backwards compatibility the DBPath entry will still be recognized. | ||
* When a snippets creates a new document and the current document is empty, it reuses the current one and does not start a new. | ||
* Added Duplicate snippet function to context menu. | ||
* New (simple) templates library. | ||
* Upgrade to SQLite version 3.7.15.1 | ||
Version 1.3.0 (30 June 2013) | ||
* Fixed problem with inserting UTF snippets. | ||
* Fixed wrong title of Import Library dialog. | ||
* Fixed some potential bugs found when trying to fix GCC compilation. | ||
* Converted the documentation from ODT to DocBook. | ||
* Upgrade to SQLite version 3.7.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.