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
    • Jerry CusterJ

      Registry Files

      Watching Ignoring Scheduled Pinned Locked Moved lanugage registry
      2
      0 Votes
      2 Posts
      3k Views
      dailD

      You mean syntax highlighting?

    • Regina GrammR

      Feature request: an additional "Replace only" Button

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Regina GrammR

      Thanks Scott for your assistance - maybe it helps.
      I have such feature in Sigil - a ebook-editor and use it, when I am testing a RegEx-statment.

    • mohamadreza vilaniM

      hello , Key Word

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      3k Views
      Claudia FrankC

      Hello mohamadreza vilani,

      can you give us a little bit more information?
      What exactly do you do?
      Which version of NPP and OS do you use?

      Cheers
      Claudia

    • Cem KaderogluC

      How are being auto-runing http://localhost/file/file.php or for localhost:8080/file/file.html ..?

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      9k Views
      Cem KaderogluC

      useless
      thank you Cloudia
      i love you…

    • 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
      3k 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
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors