Community
    • Login

    SnippetPlus v2.1 released. Snippets, SurroundWith and SurroundWith Multiline plugin

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    2 Posts 2 Posters 74 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      Rajesh Madhra
      last edited by

      I came back to my SnippetPlus plugin development after a long time.
      Get it at: https://sourceforge.net/projects/snippetplus/files/ and please give it a try. I can use your feedback.
      Main, original and simplest version is SnippetPlus_V2.1_X64_Release.zip. Only one DLL. It works with XML database. I also created SQLite and LiteDb versions. In the readme.md file I explain why I created them.

      A Notepad++ plugin with Snippets, SurroundWith and SurroundWith Multiline functionality

      Version: 2.1

      • Fix: Wrong snippet was being selected after rename and duplicate
      • Fix: Textboxes were not showing content on first load
      • Fix: Multiline checkbox settings were not being loaded or saved
      • Change: Database files location moved from Plugin dirctory to Notepad++ config directory (cause of writing permission issues)
      • Change: Database structure changed to follow naming conventions and make it same everywhere. For example surround_with to surroundwiths, ContentEnd to content_end, Languages to languages.
      • Change: Database names changed. For LiteDb changed from SnippetPlus.db to SnippetPlusLiteDb.db. For SQL changed from SnippetPlus.sqlite to SnippetPlusSQLite.db

      Version: 2.0

      Recreated from scratch. Based on NppCSharpPluginPack template. SnippetPlus.xml structure changed.

      1 Reply Last reply Reply Quote 1
      • rdipardoR Offline
        rdipardo
        last edited by

        If I can suggest one small improvement: take a look at this GitHub issue and apply the changes recommended there, mutatis mutandis, of course.

        Very few developers are aware that plugin panels can be automatically restored by the Notepad++ Docking Manager (which still lacks a completely documented API, unfortunately), but there’s always at least one user who notices that it’s not working as expected.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors