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
    • donhoD

      Private Plugin-List solution wanted

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      1 Votes
      5 Posts
      1k Views
      Meta ChuhM

      @donho

      if you wish a simpler solution, that does not compromise your currently implemented security to others than to the concerning enterprises, you could make it possible to use an alternative nppPluginList.json in %PROGRAMDATA%\Notepad++\plugins\Config instead of the default nppPluginList.dll under the following condition.

      this must be accompanied by a clearly perceptible (disclaimer) warning confirm box (cancel, ok) that displays a warning like:
      “Warning: you are about to install/uninstall Plugins from a custom 3rd party source.
      please verify this source before you continue.”

      which should be triggered each time someone starts plugins admin, then also each time someone tries to install a plugin in plugins admin, and each time if someone tries to uninstall a plugin.

      btw: it does not have to be a json, it could also be an unsigned nppPluginList.dll with an embedded 256.
      and now that i mentioned “unsigned dll”:
      currently a tempered nppPluginList.dll will just show an empty plugins list.
      a good idea would be to check for that too, so you have 3 cases:

      nppPluginList.dll is signed by you >
      default behaviour as it is now nppPluginList.dll is unsigned >
      show disclaimer warning nppPluginList.dll is signed by you but tempered (invalid certificate) >
      cease operation, issue an alert window and exit plugins manager

      alternative solutions need more work for each enterprise request.

      pm. me if you like

    • Admin EmailA

      Please remove the Snippets plugin from the plugin manager

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      3k Views
      Admin EmailA

      @Meta-Chuh said:

      C:\Program Files\Notepad++\plugins\

      There was no folder plugins in Notepad++ directory in C:\Program Files\Notepad++\plugins\ So I created one and pasted the folder there and it works fine now. I use 64bit

    • matteshM

      AnalysePlugin 1.12-preview available

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      690 Views
      No one has replied
    • LordNyrioxL

      How to Build Plugins?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      709 Views
      No one has replied
    • Lee JoseL

      NppFTP Host Key Fingerprint

      Watching Ignoring Scheduled Pinned Locked Moved nppftp security ssh
      1
      0 Votes
      1 Posts
      703 Views
      No one has replied
    • lutzL

      NPP C# plugin development

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      4k Views
      Eko palypseE

      @lutz

      afaik this is a newer version/implementation https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net

    • Vismund-CygnusV

      Any way to bypass CURRENTWORD_MAXLENGTH when using NPPM_GETCURRENTWORD to retrieve selected text?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      631 Views
      No one has replied
    • donhoD

      Auto-completion folder's location change

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

      @donho

      The question is: Is Notepad++ able to load autocompletion files from another location than <NPP_INST>\autoCompletion? If not, plugins will not be able to store their own autocompletion files to user’s machines. Thus this location would be wrong.

    • Max SouthM

      NPPExec console disappeared and does not show up (NPP/Exec are up to date)

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      4k Views
      Max SouthM

      @gurikbal-singh RESOLVED: I tried to find out if any of the plug-ins all of sudden started to tamper with anything so I removed them (almost) all from the folder – and yes, after NPP restart, I saw the console and JSLint working. So I started to add all of the plug-ins back by one or two at a time and found out that actually none of the plugins I use tamper with anything and what I had is some obscure glitch that probably had something to do with window position of certain plugins or something like that.

      If this glitch had to do with some weird window positions (not sure, but it is likely), then can we ask the developer(s) to add something alike to “Cascade windows” function from the good old days? Not literally that, of course, as we are dealing not with tabs/windows for files open, but with auxiliary windows/consoles that can just go away to somewhere.

      Thanks for you help.

    • Tod MarT

      Quickstart info for 64 bit

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      665 Views
      No one has replied
    • 412134

      Notepad ++ Compare Plugin

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

      @41213 I think you misunderstood the meaning of PythonScript plugin. It is https://github.com/bruderstein/PythonScript which already contains the required python parts. If you use N++ before version 7.6 installation is done easiest with PluginManager. Current version is https://github.com/bruderstein/PythonScript/releases/tag/v1.3.0.

    • Eliot RobinsonE

      How can i add FHIR Notepad++ Plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      Eliot RobinsonE

      that worked.
      thanks very much.

    • AlessandroA

      NPP C# plugin - How to get the list of Notepad++'s open files.

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      0 Votes
      17 Posts
      11k Views
      rinku singhR

      @Alessandro
      BGuenthner has good answer here for get all open files and current open files include new tab
      https://sourceforge.net/p/notepad-plus/discussion/482781/thread/90ae2b1a/

    • Barbra R. JohnsonB

      Compare Plug-In no longer working properly on Windows 10 using Notepad V7.5.9

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

      I just upgraded to Ver 7.6 and the plug-in is working. Thanks!

    • rinku singhR

      dockable dialog and mouse events

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      4k Views
      rinku singhR

      @Eko-palypse
      dialog is dialog after all
      form can perform as dialog by code this.dialog.show();
      but i’m used this.show();

    • pnedevP

      Compare plugin is back!

      Watching Ignoring Scheduled Pinned Locked Moved
      24
      7 Votes
      24 Posts
      510k Views
      dinkumoilD

      @Pawan-Kumar

      I never noticed that the Compare plugin caused Notepad++ to be unstable. But there are some other plugins doing so, e.g. MenuSearch and LocationNavigate. Especially MenuSearch is weird because wether it causes problems depends on the presence and/or absence of other plugins. At my site it works fine if NppFTP is installed as well.

      You should try to install one plugin after another and perform tests after every installation until you find a plugin which causes problems. Then uninstall all other plugins and test the suspicious one alone. If it works fine start adding other plugins until you are facing problems again. Then remove all plugins except the first and the second suspicious one and repeat the sequence.

      This way you will find combinations of plugins which effect each other in ways that make Notepad++ become unstable.

    • linpengchengL

      New ideas about code snippets and auto-completion

      Watching Ignoring Scheduled Pinned Locked Moved code snippets auto-completion
      1
      0 Votes
      1 Posts
      775 Views
      No one has replied
    • Acdc95731A

      PHP function list and abstract functions

      Watching Ignoring Scheduled Pinned Locked Moved
      19
      0 Votes
      19 Posts
      9k Views
      Acdc95731A

      I join GitHub, but I not sure of what I did for submit this piece of code.

      https://github.com/TutoInformatik/notepad-plus-plus/pulls?q=is%3Apr+is%3Aclosed

    • patrickdrdP

      plugin updates aren't moved to folder?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      939 Views
      chcgC

      Known issue since 7.6. See https://github.com/bruderstein/nppPluginManager/issues/136.
      There is no fix for that yet. Features of builtin plugin admin are still in flow. I will check out if PM could be adapted to the new requirements, if the changes of N++ have been stabilized.

    • EarlessE

      Supoport for SystemC(-AMS)

      Watching Ignoring Scheduled Pinned Locked Moved language plugin systemc-ams systemc
      2
      0 Votes
      2 Posts
      977 Views
      chcgC

      Seems not to be the case, see http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files. You could create a own UDL for your language. See older howto http://docs.notepad-plus-plus.org/index.php/User_Defined_Languages and updated UDL description at https://ivan-radic.github.io/udl-documentation/.

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