• Auto sort tabs (real-time)

    49
    0 Votes
    49 Posts
    15k Views
    Daniel TomberlinD
    @peterjones, sorry… I tried my best to not hijack a thread with another issue, which is why I approached it this way since I had 3 different questions to hash out. I don’t see this happening in the future and will just make a new post with my need and only focus on questions related to other posts without expanding outside of the scope… Btw, I couldn’t update that typo because of the 3 minute rule, but since the shared code was correct, I figured it would be figured out.
  • Notepad++ 8.2.1 incompatible with ComparePlugin 2.0.2

    2
    0 Votes
    2 Posts
    14k Views
    PeterJonesP
    @johnny-stevens , Plugin Manager hasn’t been compatible with Notepad++ for years. I assume you mean the Plugins Admin. A fresh unzip of Notepad++ v8.2.1 shows that Plugins Admin links to Compare Plugin v2.0.1 [image: 1646057536495-b32887c5-11c8-43b5-b997-2474079bef0e-image.png] v8.2.2 was never officially released (there was a RC with that number, but it was released as v8.3). v8.3 Plugins Admin links to Compare Plugin v2.0.2. [image: 1646057638013-b66b0f5d-371c-4783-880a-ca6b0ae8ba5f-image.png] In other words, the actual releases link to the right versions of the Compare Plugin. WooHoo, it does it right!
  • How to remove to separation lines in the menu?

    25
    1
    0 Votes
    25 Posts
    5k Views
    lifehack nerdL
    @michael-vincent Yeah, thank you very much for sharing your story. I also experienced sublime and ultraeditor before and then come back to Notepad++. It’s neat and very light-weight to run. Cheers.
  • With the "replace all" button, replace everything in truth.

    17
    0 Votes
    17 Posts
    9k Views
    Alan KilbornA
    @zylstra said in With the "replace all" button, replace everything in truth.: Are either of you UI designers? Or at least designers for this application? I’m an old-timer here on this site, so I know where this is going… It comes up occasionally. Everyone thinks they have the best idea for how this UI should be designed. And everyone proposing changes gets shot down, because there is no “best idea”. So if you want to continue complaining about this UI, go ahead, but I guarantee that it is pointless and no one will care about your complaints. The answer is to learn how to use the software – it isn’t that difficult. Some of your initial statements show that you have no clue about a traditional text editor’s search and replace functions and the basic workings that have been in place for decades. Tangentially related: Perhaps you will like (i.e., find amusement in) these issues: Find - Replace dialog enhancement and simplification Enhancement of the Search and Replace dialog (S&RD) in N++ and related tools: descriptive Help and new Features explained
  • NppExec v0.8 has been released!

    1
    10 Votes
    1 Posts
    666 Views
    No one has replied
  • Need some extra messages for plugins

    4
    2 Votes
    4 Posts
    785 Views
    PeterJonesP
    @leonardo-silva said in Need some extra messages for plugins: Posted there Specifically, issue #11253
  • Autocomplete over multiple lines

    7
    0 Votes
    7 Posts
    2k Views
    Romain BocquiauR
    Hi all, @guy038 said in Autocomplete over multiple lines: Hi, @romain-bocquiau, @peterjones, @michael-vincent, @alan-kilborn and All, Peter, I think that the BetterMultiSelection plugin, of @dail, allows and keeps the multi or column selection on several lines, together with the auto completion feature ! Just tested ! Best Regards, guy038 It was exactly what i needed. thank you.
  • NppExec - latest development version

    27
    7 Votes
    27 Posts
    6k Views
    Vitalii DovganV
    Continuing to polish the plugin before the release :) Latest dev version NppExec20220215 includes small improvements, such as: new flag 64 for “npe_console c<N>”, “npe_console s<N>” and “npp_exectext” fixed: “npe_console k3” did not work with Alt+key (internal) CNppExecCommandExecutor::ExecuteChildProcessCommand supports multi-line input https://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec Plugin (dev)/
  • XML Tools: Linearize incorrectly removing spaces.

    2
    0 Votes
    2 Posts
    2k Views
    Michael VincentM
    @willy-wombat said in XML Tools: Linearize incorrectly removing spaces.: The XML Tools Thank you, some of the community users use that plugin, but this is the wrong place to report a bug for a specific plugin. You may find better results here - the authors are pretty active - having just release an update for N++ 8.3. Cheers.
  • XBrackets Lite v1.3.1

    1
    1 Votes
    1 Posts
    835 Views
    No one has replied
  • 反馈8.2.1,8.3版本关键字无法回车上屏的BUG

    3
    0 Votes
    3 Posts
    854 Views
    风雪飞扬
    @terry-r [image: HGCaAH.jpg] I see. Thank you very much for the guidance.
  • ElasticTabstops 1.3.1 Triggers Virus Alert in Notepad++ 8.3 64-bit

    2
    0 Votes
    2 Posts
    799 Views
    dailD
    @robert-bratton I’m the developer of the plugin. Unfortunately there isn’t anything I can do. Our corporate security also uses some flavor of CrowdStrike as well. I’m on Notepad++ 8.1.9.3 (64 bit) and I don’t plan on using 8.3 due to the various issues it is causing. I don’t have any issues, though I’m sure each deployment of CrowdStrike is different.
  • [Need Help] npp c++ plugin

    c++ plugin
    12
    0 Votes
    12 Posts
    2k Views
    Alan KilbornA
    @peterjones said in [Need Help] npp c++ plugin: Well, the PythonScript console is a docking panel of sorts, and could be used for outputting such data, as long as the OP just wants a simple text output, and doesn’t care about fancy formatting. All true, but I think the OP is going for something more sophisticated.
  • Disconnect on save with latest NppFTP

    2
    0 Votes
    2 Posts
    591 Views
    Ian PokrandtI
    Did you find a solution to this?
  • Comment Wrap plugin crashes in Notepad++ 8.3

    1
    1 Votes
    1 Posts
    824 Views
    No one has replied
  • Notepad++ plugin group lines

    2
    0 Votes
    2 Posts
    4k Views
    PeterJonesP
    @aldo , In many of the builtin lexers, comment blocks or multiple sequential comment-lines already do have a “fold” button to the left, which can be used for hiding the comments. [image: 1644191063524-1755d37f-efd6-4e22-82eb-8c242287e5e4-image.png] [image: 1644191091745-3b87fdb6-b1fe-4079-be97-2f84832bdb4c-image.png] For User Defined Languages (UDL), it will only fold the comments if you check on the “Allow folding of comments” checkbox: [image: 1644191289740-3885d555-5c27-4e06-8978-40e43bfe94b5-image.png] [image: 1644191347363-85d64c2e-457a-479a-9f53-0230754a3b47-image.png]
  • DSpellCheck crashes on Notepad++ 8.2.2 test builds

    2
    4 Votes
    2 Posts
    480 Views
    PeterJonesP
    @michael-vincent said in DSpellCheck crashes on Notepad++ 8.2.2 test builds: @Predelnik I see you here sometimes Unless he has a second account, or only logs on in hidden mode, his account info: [image: 1643641547375-a0845116-ff85-4297-a6fe-ec6a1c094fd6-image.png] … indicates that he hasn’t been here in over two years… I think the issue on the repo is more likely to catch his attention. ;-)
  • Quick Text and Regex

    2
    0 Votes
    2 Posts
    735 Views
    Michael VincentM
    @manousos-p-koutsoukos said in Quick Text and Regex: im trying to make it recognize a html opening tag and add the closing tag That is the wrong use of that plugin. Notepad++ auto-completes HTML tags automatically. Settings => Preferences => Auto-Complete [image: 1643630948969-5606e962-4630-4aa2-b81a-64fb9405b8e4-image.png] Cheers.
  • Multi menu in my plugins

    7
    0 Votes
    7 Posts
    1k Views
    EkopalypseE
    @john-huang From Npp’s point of view you only provide the main menu via the function item array, everything else has to be handled by your plugin. To do that, ask Npp for the plugin menu handle and once you have it, find the menu item you want to add sub-items to like here. Now, to know when an npp user has clicked on such a menu item, you need to listen to the messageProc and act accordingly. If it is necessary to manipulate the main menu of the plugin at runtime, then you need to ask Npp for a list of pre-assigned menu items. I agree that this part could be described in more detail in the manual, which I will do soon. If there is anything else that you think is not well described or maybe irritating, let us know. @Alan-Kilborn It is the same for any Windows program coding. Creating the menu, yes, but with some Npp-related *quirks that I hope I described clearly above. *can’t find another/better word for it.
  • 1 Votes
    4 Posts
    1k Views
    WinterSilenceW
    Vote to adding Custom/user adapters for autocompletion