Community
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • pbarneyP

      PHP Linter PythonScript

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      53 Views
      No one has replied
    • Tnega TercesT

      How To Read And Edit ASCII File with HEX Values Inside

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · ascii hex value
      6
      1 Votes
      6 Posts
      403 Views
      Tnega TercesT

      Thank you guys all so very much, now that I know that it’s a GVAS file, I’ll chase down that lead and try to get somewhere!!!

    • G

      Contribution Guidelines Regarding LLMs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      91 Views
      Alan KilbornA

      @rdipardo

      I didn’t mean that I run and hide from anything that AI is touched or influenced by. That wouldn’t be practical.

    • Wes OwensW

      Find results box - F7 to toggle vs. show only

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development feature request
      5
      0 Votes
      5 Posts
      257 Views
      PeterJonesP

      @Wes-Owens

      Here is the procedure, which is 100% reliable for me:

      Ctrl+F, enter search terms, FIND ALL IN CURRENT DOCUMENT Find Dialog closes. Search Results dialog is shown Hitting F7 will toggle between the Search Results and Editor having focus If Search Results has focus, it will have blue title bar If editor has focus, you will be able to type in editor If Search Results has focus, hitting ESC will close it

      See this animated screen grab:

      3ca2bc47-53e2-4871-b24b-80793ab27d1a-SearchResultsF7-ESC.gif

      edit: even if I have the setting that @Terry-R mentioned checkmarked: I see the Search Dialog after hitting the FIND ALL IN CURRENT DOCUMENT button, I still see that the Search Results window is given focus when I do (see the blue title bar for that panel):

      f034944b-732d-455c-a662-8c445c4d0573-image.png

      And when the Search Results have focus, the SINGLE KEY ESC is sufficient to close the panel.

    • donhoD

      FYI: Notepad++ v8.8.8 Release Candidate will be available in 1 week

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      2 Votes
      1 Posts
      205 Views
      No one has replied
    • Pieter HoebenP

      How to replace a "."

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      1 Votes
      2 Posts
      50 Views
      Alan KilbornA

      @Pieter-Hoeben

      You probably have the “Search Mode” set to “Regular expression”. Change it to “Normal”.

    • EkopalypseE

      Strange crash - but I can't believe it's because of Npp

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      1
      0 Votes
      1 Posts
      60 Views
      No one has replied
    • James Burke 0J

      Avoiding Tabbed Spaces

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      86 Views
      CoisesC

      @James-Burke-0 said in Avoiding Tabbed Spaces:

      Is there a toggle for NPP to NOT insert tabbed spaces at the beginning of a line? Somewhere in Preferences, perhaps?

      You probably want Settings | Preferences… | Indentation | Indent using: Space character(s).

    • SuperCPUS

      How to set a different background color for the text before a certain line?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      10
      0 Votes
      10 Posts
      385 Views
      SuperCPUS

      @mpheath

      I had to save the UDL with and it worked very well, thank you very much!

    • PohliP

      Show no-break space

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      8
      1 Votes
      8 Posts
      41k Views
      Laurie StearnL

      Just a heads up for recent N++ users, search for the text no-break space in Windows Character Map, select it at top left and copy/paste into a UTF encoded N++ window with Word wrap and View>Show Non-Printing Characters ticked, it shows up as NBSP highlighted.
      Or, the character is pasted here on the next line:
       
      Works at least in the unposted forum edit box - but not in the preview pane it seems.

    • Juan DelgadoJ

      Windows ARM64 25H2 Notepad++ 8.8.7 doesn't start

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · arm64 25h2 8.8.7
      5
      1 Votes
      5 Posts
      264 Views
      xomxX

      @Juan-Delgado said in Windows ARM64 25H2 Notepad++ 8.8.7 doesn't start:

      So, I uninstalled the Notepad

      I think it helped due to completely deleting the N++ settings, namely the config.xml file. There is a N++ Smart Highlighting bug (already fixed for the next N++ version), more here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/17126#issuecomment-3476961976

    • Matthew HabashM

      Seperating words in between dash with a line break

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      1 Votes
      3 Posts
      97 Views
      Matthew HabashM

      @PeterJones Thank you for the explanation and my apologies for the confusion. I meant for both sides of lines to have the same number of dashes. I guess I did not catch that.

      Your regex code worked and that was what I needed. Thank you very much!

    • F

      Default LF and not CRLF

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      5
      0 Votes
      5 Posts
      264 Views
      PeterJonesP

      @flaviozluca said in Default LF and not CRLF:

      Thanks but in short, so I cant change the default always to default LF?

      In short, your statement is 100% wrong.

      Notepad++ does save the default for new files, as I described above, in detail. Since you don’t seem to want to read that, I will shorten it for you: Open exactly one instance of Notepad++ (no more, no less). Set Settings > Preferences > New Document > Format (Line Ending) to Unix (LF). Exit Notepad++. Then the next time you start Notepad++, all new files you create will use that line ending.

      This obviously doesn’t change the line endings on existing files – existing files are saved with the bytes for either CRLF or LF already. If you open a file that’s already saved with CRLF, you can change the line endings with the Edit > EOL Conversion … sub-menu actions, or by right-clicking on the line-ending indicator on the status bar.

    • bofhlusrB

      Looking for dBASE IV (old DOS versions) UDL

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      24
      2 Votes
      24 Posts
      3k Views
      Lycan ThropeL

      @James-Burke-0 ,
      Yeah…okay, whatever. It’s clear now, you don’t know what you’re talking about and pushing a product that isn’t what you say it is.

      Your statement is false, period. It can’t read all known DBF types, as you state because it can’t read level 7 DBF files, which has been the latest official dBASE file type for the past approx 28 years almost since it’s been written to work in Windows, so I’ll consider your postings to be uninformed spam. Have a nice day.

    • Jhorbam Baena OrozcoJ

      Editar formulas de excel en Notepad

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      10
      0 Votes
      10 Posts
      683 Views
      PeterJonesP

      @john-murphy said in Editar formulas de excel en Notepad:

      You can click on the cell so that the formula goes up to the input window (I don’t know what it’s called). Highlight the formula there, not within the cell itself. Then Cntl C in excel and Cntl V in NP++

      You didn’t actually read the question. The people who answered earlier did. Please don’t try to “help” by giving answers that just use keywords, instead of actually understanding the question asked.

      I cannot prove you are using generative AI, but it sure feels like it. That is expressly forbidden in this forum. You’ve had two posts like that. If you make a third post that has the same unhelpful pseudo-replies, you will be banned.

    • Neculai I. FantanaruN

      where exactly can I find the file where the new macro I just saved was saved?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      308 Views
      PeterJonesP

      @john-murphy said in where exactly can I find the file where the new macro I just saved was saved?:

      Also, go to to the search input window and type name:bbb or whatever you named the file if it’s not bbb. Windows will find it. Of course you need to search from a folder that you can reasonable expect to find the file, so that the search doesn’t take too long.

      That has nothing to do with the question asked. You do not name the file that Notepad++ stores macros in. It’s defined internally, and the answers above already explained where to find them.

      I cannot prove you are using generative AI, but it sure feels like it. That is expressly forbidden in this forum. You’ve had two posts like that. If you make a third post that has the same unhelpful pseudo-replies, you will be banned.

    • SuperCPUS

      How to show web links with a different color in Notepad++ ?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      198 Views
      SuperCPUS

      @PeterJones

      Changing only the ink color is much better than nothing, it works very well, thank you!

    • Drake_M__D

      Marking Sing Letters In a Document To Clear

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      5
      0 Votes
      5 Posts
      130 Views
      Drake_M__D

      @Terry-R

      Your second option \sR(\s|$) worked like a charm.

      Thanks so much for the insight - huge help!

    • S

      autoupdater and connection temp.sh

      Watching Ignoring Scheduled Pinned Locked Moved Security
      7
      0 Votes
      7 Posts
      2k Views
      donhoD

      @soft-parsley
      Could you provide your gup.xml file from C:\Program Files\Notepad++\updater\ directory?

    • donhoD

      Notepad++ release 8.8.7 (signed with a legitimate certificate)

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      6
      3 Votes
      6 Posts
      3k Views
      Lycan ThropeL

      @donho ,
      And it updated flawlessly. Thank you for getting that smoothed out. When things like that, act up, it gives users the heebee jeebees. :-)