• Installation of XML tools failed on a non-admin

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Meta ChuhM

    welcome to the notepad++ community, @Marcus-Östman

    here is an easy guide how to install xml tools on your specific configuration:

    (side note: as i can see in your report, you have a portable notepad++ 7.6.2, x64 in C:\Local Files\Notepad++\ and not in C:\Program Files\Notepad++.
    this is good and makes it easier for you because all files will automatically go inside a sub folder of this same folder)

    guide:

    please get a new portable npp.7.6.2.bin.x64.zip from here,
    extract npp.7.6.2.bin to your desktop,
    copy the contents of npp.7.6.2.bin to C:\Local Files\Notepad++\ replacing your existing files.

    then start notepad++.exe and open plugins admin as shown in this screenshot:

    Imgur

    now enter xml in the search field and hit next until you see xml tools, select it as seen in this screenshot and hit install:

    Imgur

    after the install you will have the full xml tools menu:

    Imgur

    i hope this helps you.

    additional note, if it is of interest: the correct plugin location for xml tools on your setup is: C:\Local Files\Notepad++\plugins\XMLTools\XMLTools.dll and C:\Local Files\Notepad++\plugins\XMLTools\libs\, so you can put them there manually, if you aren’t able to use plugins admin due to the same restrictions that prevent you from using the xml tools installer

  • Zen Coding Plugin

    Locked
    2
    0 Votes
    2 Posts
    865 Views
    Meta ChuhM

    @enamule-pathan

    you can find the guide to install the zen coding plugins for notepad++ 7.6.2 here.

    to find guidelines for perfect zen coding, you can select one of the guides from here.

  • Zen Coding

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    Meta ChuhM

    welcome to the notepad++ community @enamule-pathan
    following guide is for notepad++ 32 bit only, version 7.6.2 and above.
    please make sure you are on notepad++ 7.6.2. 32 bit, or download the updater or a portable version from here.

    to install the Zen Coding - Python plugin, go to plugins > plugin admin.
    then enter zen in the search bar and hit next, ass seen in the screenshot below.
    select zen coding - python and hit install to install it.

    screenshot:
    Imgur

    if you want to install the old 2011 zen coding NppScripting plugin, you have to do it manually:
    download the Zen.Coding-Notepad++.v0.7.zip from the google code archive.
    extract it.
    for the installed version of notepad++, copy the NppScripting folder to %ProgramData%\Notepad++\plugins\
    then copy the NppScripting.dll to %ProgramData%\Notepad++\plugins\ NppScripting
    (for the portable version it should go to npp.7.6.2.bin\plugins\NppScripting)

  • Tab Sorting and Selection and Classification

    Locked
    1
    0 Votes
    1 Posts
    569 Views
    No one has replied
  • gup.exe crashes on some ZIP files and HTTP hosts?

    Locked
    3
    0 Votes
    3 Posts
    890 Views
    Tao KlerksT

    Thanks @dinkumoil - I’ve updated the existing issue and created new Issue #10 for the ZIP file problem. I guess we can consider this thread closed, except insofar as it might help future plugin developers reach the issues if/when appropriate (I, for one, did not know that the relevant GitHub project was https://github.com/notepad-plus-plus/wingup).

  • pythonscript: saying that encoding is not defined.

    24
    0 Votes
    24 Posts
    6k Views
    Alan KilbornA

    @Meta-Chuh said:

    the ? will lead you to this complete manual on how to markup everything

    Yes but quite frankly that sucks. :D

    but you sometimes seem to be too stubborn to read or try to understand what people tell you

    This is a very common problem here; reminds me much of the OP in this thread: https://notepad-plus-plus.org/community/topic/16840/the-strange-behavior-of-the-cursor-in-the-notepad-window

  • Private Plugin-List solution wanted

    Locked
    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

  • Please remove the Snippets plugin from the plugin manager

    7
    0 Votes
    7 Posts
    2k 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

  • AnalysePlugin 1.12-preview available

    1
    0 Votes
    1 Posts
    604 Views
    No one has replied
  • How to Build Plugins?

    Locked
    1
    1 Votes
    1 Posts
    598 Views
    No one has replied
  • NppFTP Host Key Fingerprint

    Locked
    1
    0 Votes
    1 Posts
    600 Views
    No one has replied
  • NPP C# plugin development

    Locked
    2
    1 Votes
    2 Posts
    4k Views
    Eko palypseE

    @lutz

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

  • 0 Votes
    1 Posts
    558 Views
    No one has replied
  • Auto-completion folder's location change

    Locked
    6
    3 Votes
    6 Posts
    2k 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.

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

    Locked
    11
    0 Votes
    11 Posts
    3k 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.

  • Quickstart info for 64 bit

    Locked
    1
    0 Votes
    1 Posts
    609 Views
    No one has replied
  • Notepad ++ Compare Plugin

    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.

  • How can i add FHIR Notepad++ Plugin

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Eliot RobinsonE

    that worked.
    thanks very much.

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

    17
    0 Votes
    17 Posts
    10k 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/

  • 0 Votes
    6 Posts
    2k Views
    Eric WilsonE

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