• Show no-break space

    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.

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

    5
    1 Votes
    5 Posts
    407 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

  • Seperating words in between dash with a line break

    3
    1 Votes
    3 Posts
    185 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!

  • Default LF and not CRLF

    5
    0 Votes
    5 Posts
    329 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.

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

    3
    0 Votes
    3 Posts
    237 Views
    SuperCPUS

    @PeterJones

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

  • Marking Sing Letters In a Document To Clear

    5
    0 Votes
    5 Posts
    196 Views
    Drake_M__D

    @Terry-R

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

    Thanks so much for the insight - huge help!

  • 0 Votes
    3 Posts
    230 Views
    NicholasN

    winget install Notepad++.Notepad++

    I think the sandbox has winget. It has been a while since I have used it. Use -i if you want to select install options.

  • Project files updated

    2
    0 Votes
    2 Posts
    403 Views
    PeterJonesP

    @Ollivier_64_fr said in Project files updated:

    Hello everyone,
    I have a question about project management: would it be possible to update project content without having to delete all the files and recreate the project? I searched the options without finding a solution… it might be more convenient.
    I hope this question hasn’t already been asked. I searched the forum before posting here without finding anything.
    Thank you for your answers.

    What exactly do you mean by “update project content”? The project panels (https://npp-user-manual.org/docs/session/#project-panels) aren’t “live”, in that they don’t automatically add or remove files from a folder (because “projects” are meant to be independent of the underlying folder structure). But you can manually add or remove files from a given project at any time, without deleting and recreating it.

    If you are looking for something that’s directory based, rather than manually adding/removing files, then the closest feature to what you want is Folder as Workspace (https://npp-user-manual.org/docs/session/#folder-as-workspace), though that shows all files in the folder hierarchy, rather than just specific filetypes.

  • Strong Flickering

    6
    0 Votes
    6 Posts
    428 Views
    Harold hoangH

    @BUILMOND-interactive same problem on Snapdragon Windows Laptops - once changed to GDI the flickering across the screen is gone - seems the flickering has to do /w the cursor position flicker

  • How to jump to the other end of selection?

    3
    0 Votes
    3 Posts
    256 Views
    fml2F

    @PeterJones ,

    thank you for the description! A did it and it works like a charm! It is indeed amazing what’s possible with Notepad++! Likewise it’s also amazing what a friendly and helpful community it has!

  • Sorting the pull down list of open files

    2
    0 Votes
    2 Posts
    153 Views
    Terry RT

    @Michael-Fuerst

    As you have probably determined already, the initial list is in terms of “time opened”. However once you use the “Sort By” option it will present the open tabs in the order you want select (using options available). That is then saved as the new order of tabs, even if Notepad++ is closed and re-opened.

    This was asked for recently and the thought is that it’s unlikely to be added as an option, but if you read the FAQ posts you could present a request.

    Terry

  • Separately set the beginning and the end of selection

    4
    0 Votes
    4 Posts
    263 Views
    PeterJonesP

    @fml2 said in Separately set the beginning and the end of selection:

    Goes to study the NP++'s menues

    https://npp-user-manual.org/docs/editing/#edit-menu
    is a good place to start. The other menus are described in appropriate places in the manual

  • Style Configurations Reset After Update

    10
    0 Votes
    10 Posts
    472 Views
    PeterJonesP

    @subodhjaiswar said in Style Configurations Reset After Update:

    @PeterJones

    When my IT admin gave me my laptop with my ID(Domain) configured as part of local administrator group, I just simply install NP++ by downloading from Chrome.

    Being part of the administrator group does not force Notepad++ to run in Admin mode. I have always been part of the administrator group, both on my personal PCs and on my work machines. I do not run Notepad++ as administrator.

    Then I launched from desktop, or Start–>N+±-> Enter

    Did you look at those shortcuts, as I explained?

    Then I pinned NP++ and every time my laptop restart I launch NP++ from taskbar

    Did you look at that shortcut, as I explained?

    Since my TP is a single user and no other user I am not sure how to run NP++ with No Admin

    I gave you detailed instructions on how to look for the “Run this program as an administrator” checkbox, both for shortcuts and for the notepad++.exe executable. You have to find the ones that are checked, and uncheckmark them

    Please advise on how do I retain my style settings.

    The instructions already given told you the first step. If you ignore the first step, you cannot hope to fix your problem.

  • [FORK] after v8.8.2 is slow to launch

    4
    0 Votes
    4 Posts
    315 Views
    PeterJonesP

    UPDATE: With the release of v8.8.7, Notepad++ is once again signed by a GlobalSign-issued certificate, as well as the Notepad++ self-signed certificate.

    So updating to 8.8.7 should eliminate the problem originally described.

  • EV GLOBAL SIGN BROCKEN

    3
    0 Votes
    3 Posts
    283 Views
    PeterJonesP

    UPDATE: With the release of v8.8.7, Notepad++ is once again signed by a GlobalSign-issued certificate, as well as the Notepad++ self-signed certificate.

  • File Open is bugged in versions later than 8.8.2

    12
    0 Votes
    12 Posts
    903 Views
    PeterJonesP

    UPDATE: With the release of v8.8.7, Notepad++ is once again signed by a GlobalSign-issued certificate, as well as the Notepad++ self-signed certificate.

    The certificate instructions (above) are still appropriate for confirming the self-signed certificate, but with the GlobalSign-issued certificate, the procedure is not as critical on v8.8.7 and newer.

  • Setup Notepad++ with cloud syncing?

    16
    0 Votes
    16 Posts
    58k Views
    Edgar RamirezE

    @Vito-Evola I’ve got the simplest workaround and tested it… Download the portable version of Notepad++ and unpack Notepad++ inside a folder in Dropbox.

    Is that simple, both computers found the txt files and since my files are also inside Dropbox then no broken files.

    Hope you find this helpful!

  • Context menu in Windows Explorer

    2
    0 Votes
    2 Posts
    142 Views
    PeterJonesP

    @Mario-Spiru ,

    When Notepad++ is installed normally, it registers the NppShell.dll, which is what adds the normal “Edit with Notepad++” entry in the context menu. The User Manual’s Right Click - Edit with Notepad++ page has a section which explains how to manually unregister or register that DLL. So, to remove that context menu entry, you have to unregister the DLL. (Please note: you may need to be in an Admin command window to get it to unregister; and you may need to log out and back in for the unregister to take effect.)

    If you manually created some other “Edit with Notepad++” entry, unregistering the DLL will do nothing, and you will have to reverse whatever manual steps you took to create the entry in the first place.

  • NP v8.8.6: How to save on lose focus?

    2
    0 Votes
    2 Posts
    174 Views
    C BaccaC

    @C-Bacca Yep, just install the Autosave plugin. Then in the plugin turn on autosave on losing focus.

  • Pasting columns into txt from xlsx

    5
    0 Votes
    5 Posts
    425 Views
    James Burke 0J

    Depending the content, you could open the xls file in LibreOffice (or Open Office) and save it as an html file. It won’t be picture-perfect, but it will be in columns.