• Plugins and money

    10
    0 Votes
    10 Posts
    553 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
    279 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
    459 Views
    sxbugS

    8.0 , It may be caused by Hex Editor plugins.

  • Notepad++ Discord Rich Presence

    7
    1 Votes
    7 Posts
    4k 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
    262 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
    312 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
    404 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
    368 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
    141 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
    323 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
    380 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

  • RestApiToText Version 1.3.1.0 Available

    1
    2 Votes
    1 Posts
    269 Views
    No one has replied
  • Extra feature/button Toolbar

    5
    0 Votes
    5 Posts
    423 Views
    Bob LoeffenB

    @ArkadiuszMichalski
    Ok, I have to see if I can find out how to do that, thanks!

  • Error on installation v 7.9.5

    5
    0 Votes
    5 Posts
    248 Views
    mere-humanM

    @Vasile-Caraus Ensure you have enough permissions to write to the D: volume. Maybe, running installer as administrator could help. I don’t know whether it will have other consequences or not.