• Login
Community
  • Login

Need some help getting started.

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
3 Posts 3 Posters 397 Views
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.
  • Z
    Zigy WasTaken
    last edited by Sep 24, 2023, 7:40 AM

    Hello there!
    I want to make a plugin that reads the lines of a specific file format and then highlights it a specific color based on some checks.
    I don’t really like C++ and I was wondering if there is an up to date template for a language like C#/Java/Python
    There is a C# template listed in the plugin development section but that is out of date.

    M 1 Reply Last reply Sep 24, 2023, 3:05 PM Reply Quote 0
    • M
      Mark Olson @Zigy WasTaken
      last edited by Sep 24, 2023, 3:05 PM

      @Zigy-WasTaken said in Need some help getting started.:

      There is a C# template listed in the plugin development section but that is out of date

      If you’re referring to NotepadPlusPlusPluginPack.Net , it’s not “out of date”! It still works fine, and I have multiple plugins based on it that work fine, not to mention several others by other developers. I would use that one.

      R 1 Reply Last reply Sep 24, 2023, 4:06 PM Reply Quote 3
      • R
        rdipardo @Mark Olson
        last edited by Sep 24, 2023, 4:06 PM

        If you’re referring to NotepadPlusPlusPluginPack.Net , it’s not “out of date”!

        Maybe @Zigy-WasTaken meant the age of the last stable release (0.94.00), from 2018 . Even the 2021 “beta” release is now 40 commits behind the trunk, and there is still an unpatched issue affecting the binary compatibility of the ScNotification structure, whereby the Updated field seems to be getting clobbered by an out-of-bounds write.

        All things that capable .NET developers can fix on their own, of course, if they’re not turned off by the “some assembly required” caveat. But what is an absolute beginner supposed to do?

        1 Reply Last reply Reply Quote 1
        1 out of 3
        • First post
          1/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors