Community
    • Login
    1. Home
    2. Notepad++ & Plugin Development
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Scott McCandlessS

      "Pretty Print" plug-in

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      14k Views
      No one has replied
    • Pavel PravdinP

      Visual Enhancement: cool particles when you enter power mode

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      5k Views
      Cees TimmermanC

      Relax, guys. OP’s only wondering whether such would be possible, perhaps before attempting to implement it himself as an optional plugin.

      The main reason i see lots of people jizzing their pants over Sublime Text is that it looks nice. I prefer the superior feature suite of Notepad++ but agree that ST’s Monokai and tabs look better than Npp’s.

    • Matt CM

      C# plugin template, build post processing and NppPlugin.DllExport.targets file

      Watching Ignoring Scheduled Pinned Locked Moved ildasm c language targets postprocessing
      2
      0 Votes
      2 Posts
      4k Views
      sanastasiouS

      @Matt-C why do you want to process these stuff? Do you want to make a .net based plugin or something different?

    • Martin StehleM

      Wanted: Open/Close PHP blocks at 'case' statements in switch()

      Watching Ignoring Scheduled Pinned Locked Moved open close case switch php
      2
      0 Votes
      2 Posts
      3k Views
      Claudia FrankC

      Hi Martin,
      from my understanding this needs to be handled by the scintilla component
      or you have to define your own user defined language using builtin UDL.

      Cheers
      Claudia

    • sanastasiouS

      File not entirely highlighted after NppMsg.NPPM_DOOPEN

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      5k Views
      sanastasiouS

      @dail Problem is fixed - I believe it had to do with false implementation of folding… In any case I cannot reproduce this anymore, so I think it’s plugin specific.

    • Fred BloggsF

      What is the currently recommended version of VSE to build plugins?

      Watching Ignoring Scheduled Pinned Locked Moved plugin newbie tools
      2
      0 Votes
      2 Posts
      3k Views
      dailD

      Honestly you can probably use whatever you want as long as the user has the correct runtime/redistributable etc installed. Notepad++ is currently built with VS2013 but that doesn’t mean you have to use that in particular.

      As for supporting XP, no idea.

    • Jeff KellyJ

      How can I tell the difference between Save and SaveAll

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      Jeff KellyJ

      Excellent
      Thanks

    • Christian HewittC

      Can't run without <!DOCTYPE html>

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      3k Views
      No one has replied
    • Christian HewittC

      If I want to close </form>, it prints everything after the >

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Westwood FitzgeraldW

      It would be good to have " Stay on top" feature, or am I not seeing it ?Each time I have to Click away and then back again. If anyone know a simple way to get around this problem , please post it here. Thank you

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      10k Views
      guy038G

      Hello Westwood Fitzgerald,

      Are you talking of this Notepad++'s option : View - Always on Top ? It’s seems that it’s the option you’re looking for ! Isn’t it ?

      Best Regards,

      guy038

    • donhoD

      Changement could impact plugins for Javascript

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      6k Views
      donhoD

      @dail said:

      In order to make a plugin backwards compatible, would a plugin have to first check the N++ version with NPPM_GETNPPVERSION and if it is less than v6.8.4 use L_JS and if it is v6.8.4 and greater, use L_JAVASCRIPT?

      Yes, that’s right. L_JS is used for embeded javascript so only internal use in Notepad++.

    • Jeff KellyJ

      Change the Tab caption from code

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      3k Views
      Jeff KellyJ

      I have realised how I can do this.
      In my plugin in C# I create a new file with the file name I need to link to the primary keys of the dDB data.
      Then use
      Win32.SendMessage(PluginBase.nppData._nppHandle, NppMsg.NPPM_DOOPEN, 0, path);
      to open the file with the tab caption set.

      Thanks
      Jeff

    • georgeb-githubG

      NPP claims plugin is ANSI

      Watching Ignoring Scheduled Pinned Locked Moved ansi unicode
      3
      0 Votes
      3 Posts
      4k Views
      georgeb-githubG

      Thanks
      I’ll look into that.
      Regards
      George

    • Fredrik MedinF

      Folder navigation for files

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Fredrik MedinF

      Support for multi upload and multi delete

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • João RosaJ

      [New Plugin] Notepad++ XML Treeview plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      27k Views
      No one has replied
    • João RosaJ

      [new plugin] How to get the changed text by the user

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      4k Views
      João RosaJ

      Hi,
      Sort out with file listeners.
      Thanks

    • Grahame GrieveG

      threads / background processing

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Matt CM

      Custom context menu - C#

      Watching Ignoring Scheduled Pinned Locked Moved context menu
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • dailD

      Sublime Syntax and Theme Package Reader

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      8k Views
      dailD

      @IanD_1090 You are correct; that was the post that got me thinking about it.

      I was going off the Sublime files for now, which carry the same information as the TextMate files, just in a more readable YAML format. The original code I had for this example was horribly coded, I was more just interested to see if it was even possible. I’ve started doing a re-write of it and make it a bit more modular so it isn’t strictly for embedding as a Notepad++ plugin. I’ve made decent progress in my copious (read: limited) free time. I think this has alot of potential since this type of highlighting actually has context with parts of the file, meaning you can easily do things like pull out the functions for the function list (instead of relying on only partially working regexs). Also you can add new languages without ever having to recompile anything, as the Scintilla lexers are now.

      There’s still alot of stuff to do before it is actually ready to be released as a plugin, but glad to see someone is interested.

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors