• [New Plugin] Random Values plug-in

    1
    3 Votes
    1 Posts
    1k Views
    No one has replied
  • Session Manager settings storing on relative path

    2
    0 Votes
    2 Posts
    251 Views
    PeterJonesP

    @gjf ,

    As far as I know, the author of Session Manager plugin doesn’t frequent this forum.

    Further, I followed the link to the session manager homepage, and the author says that he no longer maintains the Session Manager plugin.

    Apparently, @chcg forked the original code and made the 1.4.3 release, but my guess is that was just to get the plugin to install properly in modern Notepad++, and I doubt is actively supporting feature requests on the plugin.

    (My point being: it appears to be abandonware, so you aren’t likely to get code changes to that plugin, unfortunately)

  • Version 5.0 of Customize Toolbar has been released.

    2
    7 Votes
    2 Posts
    2k Views
    No one has replied
  • Plugins and money

    10
    0 Votes
    10 Posts
    750 Views
    dailD

    @artie-finkelstein said in Plugins and money:

    that do not make the source code available and have not for years

    Good point. Might be something to consider for sure. Ultimately it would be up to the user of the plugin to pursue their right to gain access to the code if it is deemed to fall under GPL

  • JavaScript ES6 for NPP 64-bit.

    10
    0 Votes
    10 Posts
    1k Views
    webketjeW

    @H-R-30 Sorry I forgot to follow up on this topic, but the conclusion is incorrect. I’ve used the solution I proposed extensively, it is tested and working and certainly not half. .eslintrc is the ESlint configuration file, which a Google Search would have given you as a first result. Here is an example. Naturally, if you don’t define any options, eslint won’t know what to look for.

    If eslint is not recognized, it means you haven’t told Windows to look in node_modules\.bin to find executables. So change the command to cmd /k node_modules\.bin\eslint --fix-dry-run $(FULL_CURRENT_PATH). Or edit the Windows PATH variable and add node_modules\.bin\eslint to it if it is not there. For globally installed npm executables add %AppData%\npm\node_modules\.bin too. Restart Notepad++ to be sure the changes are in effect.

  • npp.connections crashing NPP

    2
    0 Votes
    2 Posts
    352 Views
    PeterJonesP

    @Louis-Gattis ,

    If you look at the thread that was linked, it appeared the 64-bit version of the plugin may have been causing errors, even three years ago.

    I tried the 64-bit plugin DLL with both Notepad++ v8.1-64bit (the most recent) and v7.5.4-64bit (which was the active version at the time of the previous discussion). Both crashed when I tried to Plugins > npp.Connections > Show Result Panel (or click the tree icon on the toolbar, which calls the same action).

    I then tried the 32-bit plugin DLL with both Notepad++ v8.1-32bit and v7.5.4-32bit. Both were able to show the result panel. So the 32-bit version of the plugin doesn’t crash. But since I don’t have any MS SQL, Oracle, or OBDC databases hanging around, I couldn’t tell if it was working beyond that.

    It looks like you’ll have to use 32-bit Notepad++ and the 32-bit version of the plugin to avoid crashing.

    As far as whether or not it works – there have been changes under the hood in Notepad++ over the last three years, so some features of the plugin may or may not be compatible with the modern Notepad++ (like your v7.9.5). You may have to go back to an earlier version of Notepad++ (like the v7.5.4 from the old post) in order to get full functionality. But, since it’s not doing much interaction with the editor itself (which is where most of the plugin incompatibilities come in), I don’t see a reason why it wouldn’t work with recent Notepad++.

  • is not compatible with the current version n++

    7
    0 Votes
    7 Posts
    2k Views
    Michael VincentM

    @Робин-ГуД said in is not compatible with the current version n++:

    Created a project and compiled it.
    and I get this error:

    I’m not a C# expert, but compiling others’ C# code for Notepad++ plugins is hit or miss for me. If it’s a newer plugin it usually works, if it’s older - not so much. My guess is that the C# plugin template you reference is out of date or has some other issue. I suggest opening a bug report on that Github site as I’m fairly certain this is not a Notepad++ issue as all my other plugins work / compile - I only have issues compiling C# plugins using that template.

    Cheers.

  • 0 Votes
    28 Posts
    4k Views
    TroshinDVT

    @PeterJones said in I want (to make) a JS IntelliSense Plugin:

    Это понятно. Но я же не могу перевести посты, которые уже не смогу отредактировать.
    It’s clear. But I can’t translate posts that can no longer edit.

  • notepad++ exception on wm_create bad allocation

    3
    0 Votes
    3 Posts
    513 Views
    sxbugS

    8.0 , It may be caused by Hex Editor plugins.

  • Notepad++ Discord Rich Presence

    7
    1 Votes
    7 Posts
    5k Views
    MikeCoder96M

    @PeterJones yeah, I forgot to explain what this plugin does and your suggestion on choosing whether to show a file or not is useful, i will implement it.
    @Alan-Kilborn Thanks for your explanation.

  • 0 Votes
    4 Posts
    325 Views
    Alan KilbornA

    @Bas-de-Reuver said in Weird issues with multiple C# plugin projects, debugging goes to different project:

    why can’t I edit my post after three minutes?

    Because those are the rules here.

  • Multi monitor border click issue

    3
    0 Votes
    3 Posts
    386 Views
    Alan KilbornA

    @stumper66

    There are many “issues” (bug reports) on this.
    Here’s one: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8660

  • WebEdit for 64-bit Notepad++ is in development!

    2
    0 Votes
    2 Posts
    468 Views
    alex-ilinA

    The forum doesn’t allow me to post the link to the project page, so I have to mangle it.

    https://www. notion. so/alexilin/ WebEdit-a-Plugin-for-Notepad-abb42c4224f245a9a678f983c30d258c

    Just paste those lines into the browser URL bar, it will work.

  • Plugin Wiki

    2
  • Autocomplete to properly recognize keywords with dash

    2
    0 Votes
    2 Posts
    428 Views
    gusztavjG

    In addition, if I have a keyword with a last tag that does not match a full keyword, I get no calltip. For example, I defined the keyword adjust-cross-section-to-ground and I don’t have a keyword ground, therefore I don’t get any calltip for adjust-cross-section-to-ground (however it appears in the autocomplete list).

  • How Notepad++ selects autocomplete?

    17
    0 Votes
    17 Posts
    3k Views
    gusztavjG

    @PeterJones and @Michael-Vincent, would you mind if I summon you to see a new post of mine to see if you have an idea for another autocomplete issue? It’s different from this one and I did not want to mess up this thread with a different issue.

  • files match

    2
    0 Votes
    2 Posts
    180 Views
    Alan KilbornA

    @Алексей-Белов

    What exactly do you want to “fix”?

  • Markdown Literary Programming with live preview using Preview HTML plugin

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • XML plugin error

    2
    0 Votes
    2 Posts
    373 Views
    Michael VincentM

    @Dave-Cain said in XML plugin error:

    When I try to get the Current XML Path I get the error message “current node cannot be resolved”.

    What’s up with that?

    Perhaps better asked - with MUCH MORE clarity and description here.

    Cheers.

  • [Request] Drag/drop manual sorting in doc switcher

    9
    0 Votes
    9 Posts
    539 Views
    R JR

    For reference, I found this… Sublime Text has that feature. Unfortunately it’s not free, and it has other drawbacks so I still prefer NP++.
    Here’s a short clip showing exactly what I was talking about.
    https://www.youtube.com/watch?v=F7k9nryIbaA