• Can't run without <!DOCTYPE html>

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • If I want to close </form>, it prints everything after the >

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 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

  • Changement could impact plugins for Javascript

    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++.

  • Change the Tab caption from code

    Locked
    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

  • NPP claims plugin is ANSI

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    georgeb-githubG

    Thanks
    I’ll look into that.
    Regards
    George

  • Folder navigation for files

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Support for multi upload and multi delete

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [New Plugin] Notepad++ XML Treeview plugin

    Locked
    1
    0 Votes
    1 Posts
    26k Views
    No one has replied
  • [new plugin] How to get the changed text by the user

    4
    0 Votes
    4 Posts
    4k Views
    João RosaJ

    Hi,
    Sort out with file listeners.
    Thanks

  • threads / background processing

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Custom context menu - C#

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Sublime Syntax and Theme Package Reader

    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.

  • How to publish a plugin ?

    5
    0 Votes
    5 Posts
    6k Views
    dailD

    I feel the same way; I have my own plugin listed on it.

    The way it works, is that the author of the Plugin Manager has to release the updated list of plugins. It is honestly up to him and his schedule how often he does it. Sometimes it’s a few weeks, other times its several months. I believe part of the issue is that every time the list is updated, it is redownloaded alot since everyone running Notepad++ has to get the new list. This file has to be hosted somewhere, and since it is downloaded so much, not many services want to host it for free. I would strongly agree that it is very important to make sure those lists are refreshed as often as possible. I think I recall he posted on the forum a little while back he is looking into working with some service to host the updated list for him, but not sure how much that has progressed. This list has been downloaded over 77million times this year alone. There is also an md5sum that the plugin manager downloads first to see if the list has been updated. This file has been downloaded over 198million times this year. So it is easy to see the bandwidth really adds up, even with small file sizes

    Side note: I’ve seen alot of other “plugin managers” for other software (e.g. games, etc) host the list on Github, which I think is a beautiful idea. Just simply create a pull request to add your plugin’s information to the list. But again this goes back to the issue of this single file being downloaded so much. :(

  • Connecting to folders on other PCs in LAN

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Constant Highlighting based on code blocks

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • GoToFile

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • NppAStyle-0.2.0-20151006 is out

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • 0 Votes
    2 Posts
    3k Views
    John WalkerJ

    Ok having hassled someone who actually knows VS and turned up the MS Build verbosity I have worked out the issue was the same as described in: http://stackoverflow.com/questions/23497591/notepad-plugin-build-error-vs-2013

    Changing sdk path as follows: SdkPath=“$(SDK40ToolsPath)”
    fixed it

  • [update] ActiveX plugin (1.1.7.3)

    Locked
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied