• For information : "Automatic" update from v8.7.6 may eventually fail

    Pinned until 3/14/25, 9:04 PM
    4
  • FORUM: Posting Queue

    Pinned
    9
    12 Votes
    9 Posts
    487 Views
    PeterJonesP

    @donho ,

    Makes sense.

    Since deleting posts was tedious for me, I had recently been looking into whether I could use the API that the forum offers to write a script to automate some of the cleanup (like with purging the deleted posts/topics), but that will take some time to develop.

    update: As of Nov 9, the purge automation is working, and it will run once a week. (Along with purging deleted posts/topics, it will also delete user accounts that are more than a year old where the user never posted and never logged in after the first day – nearly half of the 30000 accounts were in this category)

  • Please Read This Before Posting

    Pinned Locked
    1
    5 Votes
    1 Posts
    3k Views
    No one has replied
  • Lost session

    5
    0 Votes
    5 Posts
    87 Views
    Alan KilbornA

    @Vieri-Di-Paola said:

    …or maybe not

    It seems like a common sense new way of working for you would be to not keep working with “unsaved” data. But hey, do what you think is best!

  • How to run Java applications in Notebook++ version 7.9

    8
    0 Votes
    8 Posts
    960 Views
    dominikcebulaD

    You can also consider using “Java Plugin for Notepad++”:
    https://dominikcebula.github.io/npp-java-plugin/

  • UserListGotoLine to goto lines of interest

    7
    5 Votes
    7 Posts
    160 Views
    Alan KilbornA

    @mpheath

    editor.hideLines()

    As has been discussed in the Community many times, the “hide lines” feature of Notepad++ has problems, so much so that I (at least) have deemed it unusable. If you have success in using it, then good for you.

  • It's time for UI update!

    99
    18 Votes
    99 Posts
    195k Views
    Lycan ThropeL

    @Alex-De-Lara ,
    Agreed. I use the Open-Shell UI, because I like the older Windows layout and menus, and I hate when people change things for everyone just for the sake of change.

    Google is just as bad for this, as are supermarket marketing idiots that think changing where things are placed will make a shopper cover more sales area they want them to see things at, to spur impulse shopping…when in reality, they are alienating their customers and making them buy less out of frustration for not being able to find their favorite items where they their favorite items used to be. It’s human nature to categorize and memorize where things are at, and by doing things like this, they are just losing their customers business.

  • Random crashes began 1-2 months ago

    15
    0 Votes
    15 Posts
    287 Views
    Lycan ThropeL

    @irahsu ,
    Glad to hear you’re running good now, and that it was a simple fix.

    Funny, I was just re-reading my text and can’t believe I wrote Regex instead of registry. Being involved with NPP has gotten me Regex on the brain. :-)

  • New N++ feature to show/hide Non-Printing characters

    3
    5 Votes
    3 Posts
    3k Views
    C

    @guy038 I’m wondering why IDSP (“Ideographic Space”) has been included in this list. It is not a zero width character, so it is a printable (albeit whitespace) character.

  • Notepad++ closing automatically just after opening

    17
    0 Votes
    17 Posts
    5k Views
    Maris NovozilovsM

    @PeterJones The issue is still happening from time to time even now (in 2025), but Your solution still works. Big Thanks!

  • [suggestion] View > Tab > Move up/down

    2
    0 Votes
    2 Posts
    55 Views
    PeterJonesP

    @Shohreh ,

    You are not showing the View > Tab menu, despite what you said.

    This is View > Tab:
    380cd7f9-04b1-43c7-8a0d-0b53b934ae19-image.png

    The Move Tab Forward Ctrl+Shift+Page down and Move Tab Backward Ctrl+Shift+Page up are exactly the feature you are asking for, in the menu you claim you want them in.

    The View > Tab menu is described here in the Online User Manual.

    What you have actually shown in your screenshot is the menu that pops up when you right-click on the tab’s title on the tab bar, which is described here.

    If you don’t like the actions that are available by default in that tab-bar right-click context menu, you can customize it using tabContextMenu.xml, as described here. (Essentially, you copy the example to the main name, customize the entries to include the extra commands you want, and then save and exit Notepad++ and re-run, and from then on, the new commands you asked for will be available in the context menu).

  • Multiple File Search & Replace?

    8
    0 Votes
    8 Posts
    4k Views
    D

    Wonderful! This was simple way to update AdventureWorks2016 to 2022 for all the tutorials I am using. I have used Notepad++ for many years since a colleague showed me.

  • chinese character problem

    3
    0 Votes
    3 Posts
    66 Views
    PeterJonesP

    @tony-he said in chinese character problem:

    what are default Chinese font library in notepad++ 8.7.7?

    Notepad++ doesn’t have its own font library. It uses whatever fonts are installed on your computer, and will try to use your chosen Settings > Style Configurator > Language: Global styles > Style: Default Style’s chosen font (which you’ve indicated is Consolas for you).

    If that chosen font (Consolas) doesn’t have a glyph for a given codepoint, Notepad++ can ask the OS to recommend a different font which will have a glyph for that codepoint; the Settings > Preferences > MISC > Use DirectWrite option affects how Notepad++ interacts with the OS for choosing/displaying those glyphs. If you don’t like the results, you can try changing that setting, restarting Notepad++, and seeing if the other option works better for you. (It is looking like there will hopefully be more options for the DirectWrite setting in the future – whether in the GUI or in a power-user setting – which might give more choices to influence such results.)

    As @Alan-Kilborn recommends, picking a font that you like that has all the glyphs you want will help Notepad++ display it the way you like.

    Also, there are other posts in the Forum dealing with the CompositeFont concept, which is the way that Windows handles this, so you might be able to learn some more about what the operating system does for Notepad++ behind-the-scenes. But basically, windows has some tables about what fonts it looks for when it doesn’t find a glyph in a certain range of codepoints; doing more searching about the web on CompositeFont may help you learn how to encourage Windows to pick from a “better” font for a given glyph, if you can understand the results (I have only a surface-level understanding of such things, since mathy glyphs are the only “extra” glyphs that I tend to look for when using Notepad++ for my purposes)

  • Captcha on homepage breaks auto update feature

    5
    0 Votes
    5 Posts
    384 Views
    T

    @PeterJones this issue is back in a slightly different form: this time there’s no captcha, but a JavaScript check, which always fails when called from notepad++.exe

    I have also commented on the GitHub issue.

    I do understand the need for the ISP/host to combat DDOS. Maybe there is a way to get them to help?

  • Installing notepad++ for HTML/CSS work

    6
    0 Votes
    6 Posts
    130 Views
    Lycan ThropeL

    @rdipardo ,
    Never mind, it was my fault. I labeled the directory as WebEdit27, and it couldn’t be found. changed the name of the directory to just WebEdit and it popped up. Doh!.. :-)
    Got it working and thanks, and hope this licensing issue gets resolved. I like this type of system for html. It reminds me of my first program HoT MetaL Pro, that I learned with when creating my first websites HTML pages. :-)

  • Disable Auto Update checking and update

    7
    0 Votes
    7 Posts
    22k Views
    mkupperM

    @St-P It seems safer, easier, and more supported to turn off or disable Enable Notepad++ auto-updater that’s available on the Settings / Preferences / MISC. page.

    Also, for your script to work on a standard installed copy of Notepad++ you need to be in administrative mode.

  • Unsaved Files Recovery Script

    28
    1 Votes
    28 Posts
    926 Views
    mathlete2M

    @Lycan-Thrope said in Unsaved Files Recovery Script:

    No one, that makes their way here, can claim to be a computer neophyte. Period. If they have done any computer work previously, they will have learned the major rule. Save and save often. That NPP has an additional edge of protection, should not make them abandon their common sense computer behavior that should have been ingrained in them before they got here.
    Because it’s suddenly fashionable to jump off a cliff, does that mean everyone should go jump off a cliff? Certainly not
    (…)
    the prudent way to mitigate data loss, is to purposely save the document, originally and often.

    Once again, we agree on these points. However, they aren’t as relevant to the points we are making as you seem to think:

    I have already acknowledged that most NP++ likely discover the Session feature by accident, but perhaps I wasn’t clear about linking this discovery to the independent usage that I also mentioned. Personally, I discovered this feature as I was using NP++ on my own, and I’m guessing that this is true for most of the other users who make use of this feature as well. So, your “fashionable to jump off a cliff” argument isn’t likely relevant here (at least not for the majority of users).

    Either way, users who do make use of it learn that it is (surprisingly?) reliable - content is preserved in the vast majority of use cases. However, despite this high degree of reliability, I don’t think users are relying on it for important data, regardless of how they discovered it in the first place. Personally, I simply use it for things like scrap notes - content that isn’t important enough to warrant a new file in any of the various directories that I work out of, but important enough to be (potentially) useful again in the future, yet would not be significantly missed if lost.

    Obviously, I can’t speak for other users, but I’d imagine that they use this feature for the same sort of thing. Either way, I certainly agree that anyone who relies on it for more important content is doing so unwisely. In fact, this principle would still apply if the feature were to be reinforced: the goal of the proposed reinforcement is not, as you seem to fear (and rightfully so), to make users comfortable with expanding the importance of the content within their preserved files, it is simply to mitigate inconveniences. So, it’s not crucial to reinforce any limitations that this feature might have, but it is undeniably preferable.

  • Why is a \n appended at the end of my .txt file

    7
    0 Votes
    7 Posts
    125 Views
    Alan KilbornA

    @Robert-Leduc

    Suggestion: If you don’t know what a plugin is doing, perhaps uninstall it.

  • NOTEPAD++ crashes

    2
    0 Votes
    2 Posts
    86 Views
    PeterJonesP

    @External-Usage ,

    Unfortunately, your question was severely lacking in details, which, as it currently stands, makes it impossible to meaningfully debug. You will have to provide more details if you want help.

    Could you share your ?-menu’s Debug Info? if the Debug Info doesn’t say, also share what version of NppFTP you are using (Plugins > NppFTP > About NppFTP, Alt+PrintScreen, paste in your reply) Could you show screenshots of each page of your NppFTP Profile Settings for the profile that’s crashing feel free to use mspaint or other screenshot-editing tool to delete private information, like the URL of your server, or your username on Connection page, Connection Type, Porty, and Timeout are probably the most importrant the transfers and FTP Misc might have useful data but share each page, just in case Before the crash, does NppFTP show progress in its progress panel; does it show anything that you can copy or screenshot from the NppFTP Output window?

    Are there any other hints you can give us?

    The official release (v0.29.13, available in Plugins Admin) hasn’t been updated since 2023… but the github releases page does let you manually download “pre-release” versions. It may be that v0.30.19 will work better for you.

  • Nested CSS

    2
    0 Votes
    2 Posts
    56 Views
    PeterJonesP

    @External-Usage ,

    Notepad++ uses a library called “Lexilla” for doing the lexing. Lexilla has a “testbed” editor called SciTE which shows they have the same problem

    a51ce8b6-9c94-43aa-8498-356479d7781f-image.png

    Per this recent discussion here, there is an open request with the Lexilla team to allow nested CSS (and the & selector). Until Lexilla is able to fix their library to handle nested CSS properly, Notepad++ will not be able to; once they release a version with that fix, and once Notepad++ updates to that version, then it will be fixed in Notepad++… but since the request has been active since 2023, I am doubtful it will happen any time soon. Sorry.