• Lost session

    5
    0 Votes
    5 Posts
    191 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
    1k Views
    dominikcebulaD

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

  • Random crashes began 1-2 months ago

    15
    0 Votes
    15 Posts
    437 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
    4k 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
    94 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
    5k 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
    172 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
    456 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
    239 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
    24k 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
    2k 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
    205 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
    117 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
    106 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.

  • Build boost::regex with ICU support

    19
    1 Votes
    19 Posts
    1k Views
    EkopalypseE

    @guy038

    To be honest, no, I didn’t look further into boost::regex and Unicode after the problems, probably only caused by my ignorance, occurred with Nim. I admit that an implementation for the EnhanceAnyLexer plugin would be beneficial, but the interaction with cpp code still gives me a stomach ache.

  • Just updated to 8.7.7 , my session is lost

    8
    0 Votes
    8 Posts
    331 Views
    S

    @PeterJones

    Ok, I have another suggestion then

    How about a script that auto-replies to queued post

    something like

    “Your post $title has been received and is in moderation queue”

    The notification bell at the top upper right corner is very hard to ignore, it’s probably the best way to stop users thinking their post got lost somehow.

    Lastly, I logged in from a long lasting, good standing github account.

    I would have much preferred login in from my usual disposable single use email account, but ok you guys are legit and you can have a little bit of my identity. But I would suggest that login for accounts with a long history oauth identifiers could then be given leniency with the modding queue ?

    Well, anyway, this isn’t that big of a deal ! Hopefully you don’t have to have this conversation with every tourist like me that stops by ah ha !

    good bye !

  • Deleted posts in POST-QUEUE

    2
    0 Votes
    2 Posts
    78 Views
    PeterJonesP

    @guy038 ,

    When I look at the event history, it shows that you approved the @R0binBl00d post and two copies of essentially the same post by another user (that’s the one that I then deleted two of their three posts, because it was effectively the same post three times, posted due to queue impatience).

    So don’t worry, I don’t think any posts were accidentally lost.

    update: And going forward, @R0binBl00d should have enough reputation to bypass the post queue.

  • Windows XP support being dropped...how do people feel?

    13
    2 Votes
    13 Posts
    734 Views
    mathlete2M

    @Alan-Kilborn said in Windows XP support being dropped...how do people feel?:

    Developers did nothing for Linux; (…) [they] aren’t putting effort into maintaining compatibility with this OS.

    To clarify, I was referring to Wine developers, not NP++ developers. Any XP compatibility would have to come from the XP community; if Linux users can figure out how to adapt Windows software to work on Linux, XP users should be able to figure out how to adapt newer Windows software to XP.

  • Bold text

    2
    0 Votes
    2 Posts
    242 Views
    CoisesC

    @Michael-Fuerst said in Bold text:

    Several web sites can convert plain text to bold, italic, etc. which can be then copied into Facebook. For example https://capitalizemytitle.com/bold-text-generator/ If the NP++ encoding is set to UTF-16, some of the output from these converting web sites will appear as bold or italic when pasted into NP++.
    However, this text will not retain its bold/italic if edited.
    This suggests that bold or italic text could some how be directly typed into NP++

    The way this website works is that it replaces your characters with Unicode characters in peculiar ranges. Thus, if you enter:
    Show me.
    into that website, you get back:
    𝐒𝐡𝐨𝐰 𝐦𝐞.

    But those are not the letters S, h, o, w, etc. rendered in a bold font; they are different characters entirely. If you paste into this web site
    you’ll see the analysis — the letters are actually mathematical symbols.

    So, when you edit and type using the keyboard, you’re typing ordinary letters, not these odd Unicode characters.