Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Wally WilsonW

      DSpellCheck not underlining misspelled words

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      10
      0 Votes
      10 Posts
      1k Views
      Six PS

      @PeterJones said in DSpellCheck not underlining misspelled words:

      current

      Downloading a library was only half the fix for me.
      I also had to switch to ‘Current User’ (was ‘All Users’).
      Otherwise I got a Windows error message ‘Can’t create directory .\plugins\config\Hunspell’
      Hope it’s helpful.

    • donhoD

      Upcoming Migration & Possible Interruptions

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      4 Votes
      1 Posts
      207 Views
      No one has replied
    • waskomaW

      strings starting with ";" ignored when given in codeblock start/end string definition

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      12
      0 Votes
      12 Posts
      3k Views
      PeterJonesP

      @waskoma said in Cant change cursor color, and latest version shortcut to start batch file claims it cant find it:

      while we’re at it, some years ago probably it was you helping me to get code folding working I want to use:

      ;blockbegin
      ;blockend

      but that doesnt work again, looking at it at 8.9.2 it seems to recognize it only when there are like above right in the next row to eachother.

      allow folding of comments is checked. comment line is set to “,”

      line comment position is allow preceding white space

      I am quoting and replying to this here, because this is where it belongs:

      It still works for me in v8.9.2, using the same color descriptions as I used three years ago:

      1ad97c38-63dc-49e1-8e73-4cd67f843f79-image.png

      60c23da2-7e57-428c-a3dc-bdcbb8861f3f-image.png

      If you think you have text that doesn’t work with that, click the </> button in the forum, and paste that text between the ``` lines

      update: note that 8.9.2 actually has some bugs with regards to entering keywords: it would crash on long keywords. And, if my experiences just now were any indication, it also doesn’t necessarily save the edits to other fields, like the open/close for the folding or comment-line fields. But when I tried the bugfix build for my #17520 issue report, it allowed me to enter those other fields, and save them. So if you’re editing UDL, I actually recommend v8.9.1, not v8.9.2 (until the v8.9.3 is released with a fix)

    • Mario KorvaM

      Function list for C++ do not show constructors

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion function list
      14
      0 Votes
      14 Posts
      3k Views
      Mario KorvaM

      @Mario-Korva

      Finally I found some time to try to fix C++ Function List parser regex (cpp.xml) to show all constructors.
      Modification of the mainExpr in the <classRange> element of <parser>:

      Original expression:

      mainExpr="(?x) # use inline comments ... )? \s* # trailing whitespace \{ # class/struct body "

      Modified expression:

      mainExpr="(?x) # use inline comments ... )? \s*(:[^:]*)? #<- trailing whitespace and initializers \{ # class/struct body "

      I did equivalent modification of the mainExpr in the <function> element of <parser>. This modification enable that function list shows constructors with initializers.
      I found also that functions defined with the call convention keyword, for example:

      void __fastcall function(parameter) { ...

      are also missing in the function list. This is solved with the addition of the

      (__[\d\l]+\s+)? #<- call convention __fastcall, __stdcall, etc.

      immediately after second “# type pointer/reference” part of mainExpr in the same two elements.

      After this modificatoins the Function List of my C++ source files appears complete! I hope that I didn’t break something.
      I tried to include modified cpp.xml here, but the post becomes too long.
      I hope this will be useful for someone.

    • Thomas KnoefelT

      [New Plugin] MultiReplace

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      77
      3 Votes
      77 Posts
      56k Views
      Thomas KnoefelT

      A new version of MultiReplace (v5.0.0.35) is ready and will be available with the next Notepad++ release. For early testing, it can already be downloaded here.

      The focus of this release is on a new Settings Panel, improved Search Results visualization, and overall usability enhancements.

      Key Features & Improvements Settings Panel: A comprehensive configuration dialog replaces manual INI file editing. All options are now organized into clear categories: Search & Replace, List View, CSV Options, Export, and Appearance. Refined Toolbar Icon: The icon has been updated to improve clarity. List Search Bar: Press Ctrl+F while focused on the replacement list to open a search bar. Quickly find entries in large lists by searching through the ‘Find’ and ‘Replace’ columns. Search Results Window Enhancements: Color-coded matches (up to 28 colors) for easy visual distinction per list entry. Double-click the Matches count to jump directly to the results. Duplicate Line Detection: Identify and mark duplicate CSV rows. Delete or inspect duplicates with optional bookmark navigation. Binary Escape Sequence: Extended mode now supports \bNNNNNNNN for binary values. tonum() Function: New helper to convert strings to numbers, supporting both dot and comma as decimal separators. MATCH and CAP Variables: Now always return strings. Use tonum(CAP1) for calculations. Selection Mode: The ‘In Selection’ radio button no longer disables itself, enabling smoother repeated searches. Document Filtering for Open Docs: Find and Replace in Open Documents now supports wildcard-based filename filtering. Unified Filter Syntax: Filters now use semicolons (;) as separators in both ‘Open Documents’ and ‘Find in Files’ modes. This enables filtering for filenames containing spaces. Performance: Various optimizations for Replace All, Find All, and FlowTabs alignment on large files.

      New Settings Panel with organized categories
      17ec400c-8dde-4b03-94ec-c2f2a25bc600-image.png
       
      Double-click the Matches count to quickly navigate through results
      ba478eec-321e-42f3-ad63-d2c9239eca42-image.png

      Enjoy!

    • X

      Admin mode changes

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      506 Views
      X

      @PeterJones Thank you so much for the detailed explanation! 🤗
      I understand now why it behaves differently than before and can totally relate.
      Keep up the great work! 👍

      btw, i am simply using the superbly integrated ‘Read-Only’ functionaility! So I get the the safety AND convenience (no restart required).

      All the best.

    • Daniel CaldwellD

      Disconnect on save with NPPFTP

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · nppftp
      5
      0 Votes
      5 Posts
      2k Views
      Bob SmithB

      @iChal2112 That worked. Thank you :).

      I will add the steps in case anyone finds this post with google.

      Click the settings icon in the notepad ++ ftp plugin, profile settings, click a profile you want to edit, cache, click the … button by add new button, set a local path I chose C:\Users\user_name\Downloads, set a external path I chose /, click the add new button

      An odd thing to note. I am using Windows 11. I also have admin privileges on my computer but still needed to do this. Not sure why I was having trouble. This issue occurred on a red hat server. The red hat server has time out issues all the time.

      I have zero problems on my sunos servers. I did not change my cache settings at all on my sunos servers.

      Someone that is good with copilot pointed out another option is to use winscp with notepad ++. This required no setup. Just use winscp to open your remote file in notepad++. I have notepad ++ setup as my default text editor. Not sure if this is the case for all Linux/Unix servers but scp is more stable on the red hat server I am using.

    • guy038G

      Redact Selection feature

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      167 Views
      No one has replied
    • LukeL

      Bug Report

      Watching Ignoring Scheduled Pinned Locked Moved Boycott Notepad++
      9
      0 Votes
      9 Posts
      2k Views
      C CC

      I have been using Notepad++ for years. I frequently get this message, usually after a Windows 11 restart.
      84e247a1-494a-4e82-8eec-d4fd39f06a65-image.png

      I’ve updated Notepad++ whenever prompted, I’ve reinstalled to try to fix the problem. The problem seems to come with the program. I don’t know why I would get this message or what they want ME to do about it. I don’t even know where to find the extra DLL.

      Help?

    • Mr X.M

      notepad++ loading takes a long time

      Watching Ignoring Scheduled Pinned Locked Moved Boycott Notepad++
      1
      0 Votes
      1 Posts
      97 Views
      No one has replied
    • Fred MorantF

      "In Find, Regex Search in Current File Limited to "Find Next" Downward Direction Only"

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      6
      0 Votes
      6 Posts
      320 Views
      Fred MorantF

      @PeterJones said in "In Find, Regex Search in Current File Limited to "Find Next" Downward Direction Only":

      Perfect, thank you for the explanation about how the config file is managed.

      One point: I was the one who hallucinated, trying to find a reason for this limitation in regex usage.

      Thanks for the clarification!

      Much appreciated!

    • Fred MorantF

      "Search result" are not more stacked,

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      166 Views
      Fred MorantF

      @PeterJones , Perfect, many thanks,

    • donhoD

      v8.9.2 Release Candidate will be available in about 3 days (2026-02-12)

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      3 Votes
      1 Posts
      539 Views
      No one has replied
    • S

      autoupdater and connection temp.sh

      Watching Ignoring Scheduled Pinned Locked Moved Security
      38
      0 Votes
      38 Posts
      22k Views
      Lycan ThropeL

      @donho ,
      Thanks for the verifcation, and sorry for the late reponse, I came down really sick that night for about a 5 day period after posting this, and am just getting back into the swing of things. Just wanted to make sure we didn’t need to be redundant about that process. Thanks again for the clarification.

    • CletosC

      How can you copy or move 2 or more files at once into any folder?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      16
      0 Votes
      16 Posts
      4k Views
      Hugo84-ChitownH

      @Coises This is an excellent solution. Not only did it solve this specific issue for me (as I transition away from my job, and need to save out many learning notes), but this taught me new tricks that I didn’t know Notepad++ was capable of. Thank you so much for sharing your knowledge.