• Plugin "DB_RegExp"

    5
    0 Votes
    5 Posts
    288 Views
    AZJIO AZJIOA
    I wanted to make one topic and lay out 5 plugins, but the site said that I was spam, probably because many links. Some things are not good enough to write about them, but the very idea is important. I store regular expressions in another program and I made an automatic insert in NotePad ++ in my program. It would be nice if the program was built into the NotePad++ interface. But for this I need a lot of effort. I need to write in another programming language, the old programming language is not suitable. I can lay out on any site. I do not get money from advertising sites. I have adblock, I hope that you too. I have another “Change” plugin similar “LocationNavigate”, but my option is badly made to show it. The plugin “LocationNavigate” has unnecessary buttons on the toolbar, and I only need to highlight changes. Therefore, I tried to write my plugin.
  • Plugin "Highlight"

    1
    1 Votes
    1 Posts
    196 Views
    No one has replied
  • Plugin "TextA"

    1
    0 Votes
    1 Posts
    179 Views
    No one has replied
  • Takenotes plugin package hash mismatched

    6
    0 Votes
    6 Posts
    657 Views
    KarlstensK

    @Ekopalypse said in Takenotes plugin package hash mismatched:

    @Karlstens

    It seems to work for me.

    a36cf2b5-6702-4709-b8d1-af512ef34c2b-image.png

    What Npp version are you using? (Debug-info from ? menu)

    Ha! Legend, my bad. I was on an older Notepad++ version, and TakeNotes installed instantly on the latest NP++ build.

    And yeah, I did look into the python script too, but also had trouble getting this setup, a little time poor at the moment (I don’t even have time to date/save my text files, hence the need for help!)

    I’ll look into python scripting for notepad++ in future when I have a weekend to spare, cause I can imagine how useful it would be.

  • DSpellingCheck Malaysian

    2
    0 Votes
    2 Posts
    136 Views
    EkopalypseE

    @Nguyễn-N-b-Trân

    Looks like someone made one here.

  • -2 Votes
    3 Posts
    2k Views
    PeterJonesP

    @Michael-Young ,

    You do what’s best for you. If you’re looking for a graphical file-comparison environment, I like the one that comes bundled in TortoiseSVN. And when I’m on linux, or a Windows machine that has gvim installed, gvimdiff is great (if you like the vim-style editing)

    However, I must contradict your factually-incorrect statement: Compare Plugin 2.0.1 runs just fine with Notepad++ v8.1.1 (the most recent): my version that I upgraded the Notepad++ with Compare Plugin already installed continued to work without difficulty; further, I just made a fresh unzip of Notepad++ v8.1.1-64bit portable, and used Plugins > Plugins Admin to install a copy of Compare Plugin v2.0.1, and it installed just fine, and works just fine. So to claim that “the compare plugin which no longer installs” is factually incorrect. There might be some combination of circumstances in which there are difficulties, but since you didn’t provide any version information, or otherwise ask us to help you debug your problem, but instead obviously came here to vent, there’s not much likelihood that you’re willing to ask for help.

    For others reading this, who might not be as annoyed as @Michael-Young, but are still interested in why “nobody tested the compare plugin”: For Notepad++, the Plugin development is a separate process from the Application development, so it is not up to the Notepad++ application developers to test to make sure that all plugins are compatible with the most recent Notepad++. Instead, it is up to the individual Plugin developers to keep up with Notepad++. And for the Compare Plugin, the developer has specifically stated that the plugin as it currently exists will no longer be updated, but that he is working (albeit slowly) on a new ComparePlus plugin, which will have more features and will include everything needed to match with the new toolbar icon requirements for plugins.

  • [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
    229 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
    665 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
    321 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
    497 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
    312 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
    359 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
    441 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