Skip to content

Releases: ffes/nppsnippets

v1.7.1

04 Oct 20:33
Compare
Choose a tag to compare
  • ARM64 build (#37).
  • Keep using the plugins dark mode to workaround bug introduced in Notepad++ 8.4.3 (#45).

v1.7.0

25 Nov 22:14
Compare
Choose a tag to compare
  • Add box above the list of snippets to filter that list (issue #32).
  • Add options dialog
  • Modernize some snippets in the Template database (issue #35).
  • Upgrade to SQLite version 3.36.0

v1.6.0

23 Aug 15:02
Compare
Choose a tag to compare
  • Indent the snippet when it is inserted. Since this is a new feature and I can’t test it for all possible programming languages indenting may not always works as indented, so you can disable it in the Options.
  • Make the plugin more keyboard friendly (issue #31). It adds two menu items to the Plugins menu to set the focus to the lists of libraries and the lists snippets. In Settings, Shortcut Mapper... you can assign your own keyboard shortcuts to these actions. Apart from these menu items the plugin is generally more keyboard friendly.
  • Add more images to the page How to use.
  • Upgrade to SQLite version 3.33.0

v1.5.1

13 Jan 19:18
Compare
Choose a tag to compare
  • Fix crash when Before Selection was left empty and a snippet was saved (#16)
  • Make the Edit Snippet dialog bigger and add scrollbars (#25)
  • Make sure to use the proper line endings when creating a snippet from selection or clipboard (#27)
  • Upgrade to SQLite version 3.30.1

v1.5.0

15 May 18:51
Compare
Choose a tag to compare
  • Adapt to Notepad++ 7.6.x (issue #20)
  • Fixed "Creating Snippet from Selection crashes Notepad++" (issue #14)
  • Add entry to the plugin menu to open the online manual
  • Upgrade to SQLite version 3.27.1

v1.4.0

24 May 11:31
Compare
Choose a tag to compare
  • Provide a 64-bit version of the plug-in.
  • Added the possibility to export a library for easier sharing.
  • The color of the plug-in match the current Notepad++ theme.
  • Converted the documentation from DocBook to reStructuredText. The documentation is now hosted at Read The Docs.
  • Fixed bug 6 at Google Code and its GitHub duplicate issue #8. When a snippet had an empty first line it could not be saved.
  • Removed all references to Google Code because that service has retired. All things that were still on Google Code have been moved to GitHub.
  • Internally use my SqliteDB-class to communicate with the database.
  • Added option ToolbarIcon to hide the icon from the toolbar.
  • Update icon on toolbar. It is now a puzzle piece.
  • Fixed issue that sometimes new libraries and/or new snippets could not be added.
  • Upgrade to SQLite version 3.19.0

v1.3.0

13 Mar 13:33
Compare
Choose a tag to compare

Version 1.3.0, 2013-06-30

  • 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. Because of that an on-line version of the documentation is available as well.
  • Upgrade to SQLite version 3.7.17

v1.2.0

13 Mar 12:43
Compare
Choose a tag to compare

Version 1.2.0, 2013-01-08

  • 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