ffes / nppsnippets

Code Snippets plugin for Notepad++
https://www.fesevur.com/nppsnippets
GNU General Public License v2.0
71 stars 12 forks source link

Instructions for manual installtion #50

Closed kiwichick888 closed 1 year ago

kiwichick888 commented 1 year ago

The instructions on the Snippets homepage say: To install manually copy NppSnippets.dll to the plugins/NppSnippets directory, copy NppSnippets.sqlite to the plugins/Config directory.

However: 1) you don't say what to do with the other files - Languages.sql and Template.sqlite. 2) there is no such file as NppSnippets.sqlite in the zip archive, so do you actually mean NppSnippets.sql?

ffes commented 1 year ago

You're right, that is not complete. I saw as well that instructions in the docs is also not accurate enough. I will fix both.

To answer your questions

  1. The *.sql files are there as a reference.
  2. It should be Template.sqlite and it should be in the plugins/NppSnippets directory as well.