• Notepad++ VERY slow to open

    Help wanted · · · – – – · · ·
    22
    0 Votes
    22 Posts
    16k Views
    Boku YamiB
    @Jeff-Esposito said in Notepad++ VERY slow to open: e gotten my new computer Notepad++ takes 40-50 seconds to launch. I have removed all plugins and don’t check recent file history at launch is checked. There are no open unsaved tabs, even though that is how I want to use it and use it on my old pc and my work laptop. the install It becomes slow when using “Show Folder As Workspace” (which displays the workspace folder on the left side). It starts quickly when this option is turned off.
  • About ( Ctrl + F ) ...

    General Discussion
    2
    1
    -2 Votes
    2 Posts
    305 Views
    PeterJonesP
    @ioc2e3 , This is a copy of your GitHub issue. But I don’t think anyone has any clue what you actually want or are asking about. Could you please clarify what you’re asking about? Is it something that only happens if you use that specific localization, or does it happen in English as well?
  • Invisible spaces

    Help wanted · · · – – – · · ·
    11
    0 Votes
    11 Posts
    10k Views
    Lucas BrunoL
    Yeah, this usually happens with non-breaking spaces (U+00A0) or other Unicode space characters that look invisible but behave differently from normal spaces. Using \xA0 in regex was the right fix 👍 If you face this again, you can: Use \x{00A0} or \s to detect space variants Check in hex editor to identify exact character Then replace all in one go Also, if you’re unsure which invisible character it is, you can test different ones using tools like espaço invisível before applying them in your editor.
  • 0 Votes
    3 Posts
    469 Views
    donhoD
    @metaad Please try this one: https://github.com/donho/notepad-plus-plus/releases/tag/TEST
  • 8.9.4 installation shows error for AppX call

    General Discussion
    2
    0 Votes
    2 Posts
    229 Views
    xomxX
    @Bodenseematze said in 8.9.4 installation shows error for AppX call: I don’t know the exact message Probably(?) the same as in the https://community.notepad-plus-plus.org/post/105358
  • changing the font

    Help wanted · · · – – – · · ·
    5
    1
    0 Votes
    5 Posts
    2k Views
    H
    Honestly, this cleared up a big confusion for me. I used to think fonts were saved with the file itself, but it makes sense now that it’s just the editor displaying it differently. Also didn’t realize enabling global font overrides can mess with syntax highlighting—good catch. I’ve been tweaking text styles a lot lately while testing name formats on font generator, so this helps keep things consistent
  • Very small problem

    General Discussion
    5
    3
    0 Votes
    5 Posts
    391 Views
    U
    @Uwo222777 Of course, the program itself should return the encoding to its original form, but… it doesn’t do this.
  • Enhancement of the COLUMN EDITOR feature

    General Discussion
    5
    0 Votes
    5 Posts
    505 Views
    guy038G
    Hi, @alan-kilborn and All, Of course, I could use your method to achieve my goal but that is just the reason why I wanted this enhancement which should avoid any further operation !! BTW, this idea occured to me while I was writing this other post : https://community.notepad-plus-plus.org/topic/27511/surprising-regular-expression In the meanwhile, I’ve found out a nice work-around to realize that goal ! Let’s imagine that you want to do a list of 743 empty lines exactly ( I chose that number as it’s a prime number ). Then : Open a new tab Within N++ Hit the Enter key just once Open the Replace dialog ( Ctrl + H ) Uncheck all box options Check the Wrap around option ONLY Select the Regular expression search mode FIND \R REPLACE $0$0 Click 10 times on the Replace All button => You should get a total of 1,025 lines ( Note that, after each replacement N, the number of lines increases to the value 2 × N + 1 ) The trick is to repeat the process up to the first number which is greater than 743 ! Now, open the Search > Go to... option ( Ctrl + G ) Search for the line 744 ( so 743 + 1 ) Then, select to the very end of file with the Ctrl + Shift + End shortcut And finally, hit the Delete key => It should remain the expected 743 lines ! I readily admit that all the different tasks of my work-around do not take long. However, I still think that a new field Total insertion number, in the Column Editor dialog, filled with the value 743, would have been more elegant and straightforward ! Best Regards, guy038
  • Surprising regular expression !

    Blogs
    1
    1 Votes
    1 Posts
    423 Views
    No one has replied
  • 0 Votes
    2 Posts
    298 Views
    EkopalypseE
    @Rex-Theodore You can always use the Run menu to call up the formatters with the current buffer. However, since you mentioned that you use Python, you can use the PythonScript plugin and trigger an action whenever you receive a NOTIFICATION.FILESAVED. If you want more features, you might want to check out Kereds or my LSP client for Notepad++. However, this means that the languages you use must have an LSP server.
  • 傻逼软件,傻逼作者,傻逼呆湾人

    Boycott Notepad++
    6
    -1 Votes
    6 Posts
    2k Views
    Lycan ThropeL
    @Fii-Ert said in 傻逼软件,傻逼作者,傻逼呆湾人: 美国干涉台湾,又怎么说? 台湾的绿圾执政党,自甘堕落化为纳粹,由不得别人不干涉! 347 你这种逻辑,正是共产主义灌输教育的典型特征——试图将共产主义的侵略行径粉饰为某种“好事”,而事实绝非如此。这本质上不过是一种混淆视听的企图。你将美国的援助视为“干涉”,这纯粹是你基于自身偏见所构建的一种妄想式解读,而非客观现实。中国必须远离台湾,这一点毫无商量余地。
  • All the off-topic go here

    Pinned Boycott Notepad++
    9
    3 Votes
    9 Posts
    7k Views
    guy038G
    Hello, @peterjones and All, Peter, in one of your posts, that I cannot seem to find, you mentioned a new feature in Windows 11 Notepad that, by default, allows you to close the application, even if there are unsaved files, similar to Notepad++ Just in case you have not figured out, on your own, how to change this default behavior ( witch would really surprise me ! ), here is the method : Open Microsoft Notepad Click on the gear icon, on far right of the Menu bar Look for the line When Notepad starts Click on the arrow on the far right of this option Select the Start new session and discard unsaved changes option Close and re-start Notepad => The old Notepad behavior should be back with just an untitled tab when starting Microsoft Notepad ! Best Regards, guy038
  • 0 Votes
    7 Posts
    519 Views
    xomxX
    @Olyfant22 There really are substantial differences in between the Win10 & Win11 in this area. I know about 2: SMB signing enforcement in 24H2+ and stricter token isolation (the later one should be solvable by that mentioned “EnableLinkedConnections”)
  • 0 Votes
    10 Posts
    914 Views
    guy038G
    ello, @ricardo-barroso, @peterjones, @terry-r and All, An other S/R could be : FIND (?-i)RequiredItem.+, \K\d+ REPLACE 0 The search regex means : First, find a string RequiredItem, with that exact case because of the leading part (?-i) Then find any NON-zero number of chars ( .+ ) till a comma followed with a space char Now, forget anything matched so far, due to the \K syntax And just match a non-zero list of digits ( \d+ ), which come next Finally, replace that number by 0 Remark : You must do a global S/R, using the Replace All button. Due to the \K syntax a step by step replacement, with the Replace button, would not work ! Best Regards, guy038
  • Notepad++ v8.9.4 Release Candidate

    Announcements
    3
    4 Votes
    3 Posts
    4k Views
    schnurlosS
    @donho, thanks for your work. Just a small text issue in change.log: [image: 1776927252471-201ed2b9-32b0-4e6b-87e8-053029c2feca-grafik.png] versus [image: 1776927304555-cbe0c0b0-b7d2-4cf4-8aef-4fbb24ae565c-grafik.png]
  • 0 Votes
    3 Posts
    495 Views
    xomxX
    @PeterJones That “Stopped working” is a common overall expression there for the app crashes, hungs etc. So @mapsonx should open that “details” you mentioned or simply launch the Windows EventViewer, i.e.: press WinKey+R to invoke the Windows Run-dialog copy & paste there: eventvwr.msc /c:"Application" and click OK wait for the Event Viewer launching and attaching to OS logs search/filter there for “Error” Level records (or simply follow the ReliabilityMonitor published date/time of the N++ problem), with “notepad++.exe” within app crashes usually have as log Source “Application Error”, frozen apps “Application Hang” Then publish here what the content of such a record tell us, e.g.: Faulting application name: notepad++.exe, version: 8.9.3.0, time stamp: 0x69bc8a94 Faulting module name: USER32.dll, version: 10.0.19041.6926, time stamp: 0xcd1afcbd Exception code: 0xc0000005 Fault offset: 0x00000000000467cd Faulting process id: 0x296c Faulting application start time: 0x01dcce3ba0a16cb7 Faulting application path: ...\npp.8.9.3.portable.x64\notepad++.exe Faulting module path: C:\Windows\System32\USER32.dll
  • Line number issues

    Help wanted · · · – – – · · · line number
    7
    0 Votes
    7 Posts
    490 Views
    Ronald BesdanskyR
    @Ronald-Besdansky Hi Terry Deleting that plugin fixed the issue. Thanks.
  • The Column count of Zenkaku chr. is 1?

    General Discussion
    2
    0 Votes
    2 Posts
    168 Views
    CoisesC
    @Hiroki-H1974 said in The Column count of Zenkaku chr. is 1?: So, the position is not the same even if Col: count is same because the line contains some Zenkaku chrs. I don’t know Japanese; please forgive me if I’ve missed the point in some way. The column (“col:”) in the status bar is just a count of characters from the beginning of the line, starting at one. (That’s not even always what you might expect; combining characters that form a single visible character are still counted separately.) Aside from a few things like cursor positioning, line wrapping and selection with the mouse, Notepad++ (like the Scintilla control it uses for editing) doesn’t concern itself with the physical space occupied by characters. In English, we can use a proportional font, and a line of twelve characters will show the next “column” as 13, whether they are IIIIIIIIIIII or WWWWWWWWWWWW. So (though I haven’t attempted to test it), regardless of font, I would expect that there would be no recognition of the difference between half-width and full-width characters.
  • Virtual Key Codes Update

    General Discussion
    4
    1 Votes
    4 Posts
    470 Views
    pbarneyP
    @PeterJones Thanks for the quick update to the manual! Maintaining technical documentation across versions is a major undertaking when there’s an integrated development team within major corporations; I can’t imagine how herculean that job must be when you’re not side-by-side with a lone developer, so thank you for the excellent work on it. I really do appreciate your speedy response and update. I tried to post the second part of my list yesterday, but I was delayed by the “time between posts” counter, and unfortunately had to leave before it reset. However, you might want to double check your list against the FAQ, to let us know if the FAQ is missing any. I’ll go ahead and do that. Thanks again!
  • 0 Votes
    3 Posts
    256 Views
    Alan KilbornA
    @Lars-Hesselberg said: the Find dialog seems to pop up where it left at last Find. This seems very reasonable to me. …sometimes a “Seek & find”! Shouldn’t be…it’s where you “left (it) at last Find”. Summary: Put it where you want it to appear always, and it will always appear in that same spot.