• 'fi' should be bold and blue in SH files

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Claudia FrankC
    @Claudia-Frank sorry, needs to be modified to this is normal behavior as the lexer needs … Cheers Claudia
  • Have "Find in Files" search through ZIP and TGZ

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    Claudia FrankC
    @fruv I think you get a better chance to get this done if you follow what @PeterJones wrote here. Cheers Claudia
  • Find All In Current Doc reports dup lines when dup occurence

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS
    @fruv This almost qualifies as a FAQ…or a FAFF (Frequently Asked-For Feature)…see here.
  • Code jumps position after switching windows

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    WuddelchenW
    Hi, I also have the same issue, and I just updated to the newest version. The problem was “gone” right away, because the AutoSave plug-in https://sites.google.com/site/fstellari/nppplugins wasn’t compatible and thus disabled (I downloaded 32-bit NPP by mistake). So, for me at least, it seems that plugin causes the jumps whenever the program loses focus.
  • Support of arbitrary font sizes

    3
    0 Votes
    3 Posts
    2k Views
    Mikhail VM
    @Anton-Shepelev said: I find this limitation rather artificial and annoying It is not artificial. This is how Windows’ native font API works, and for a good reason - many fonts are manually hinted to raster grid, so trying to show them up at arbitrary size (especially by small sizes) - you’ll just get some blurry crappy quality. Of course this depends on rasterizer, but it seems Scintilla is dependent on Windows’ APIs. Manually hinted fonts (e.g. Times New Roman, Verdana) give significantly better quality so this makes sense. especially with raster- and raster-based fonts, which work only at certain sizes. This is quite self-contradictive: raster fonts are by nature non-scalable and are created initially in specific fixed sizes - each size is a separate image stack.
  • Feature Request: .Txt Formatting and File Pinning

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS
    @Suanne-Minden being able to make text bold would be great. These files need to be in .txt format not html. There is no such thing as basic formatting (e.g. bold) in .txt ! to be able to pin most used files so they are readily available You might try the Explorer plugin as it gives you a Favorites panel which I use as a “pinning” mechanism.
  • Can't edit the wiki and I have a change to make.

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    Scott SumnerS
    @Sam-Drost I think this is a more direct link to what you are referring to. I also think that you are correct, although probably a lot of Regular expression search mode users ignore the . matches newline checkbox and use instead (?s) or (?-s) at the start of their regular expression. Doing this makes unnecessary the need to know the 1024 mask value for the lParam of the 1702 message. BTW: (?s) at the start of Find what means effectively . matches newline checkbox ticked (?-s) at the start of Find what means effectively . matches newline checkbox cleared and: . matches newline checkbox ticked means the 1024 mask value is used . matches newline checkbox cleared means the 1024 mask value is not used
  • 0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    @Mutahar-Jy See https://notepad-plus-plus.org/community/topic/15318/replace-text-with-incremented-counter
  • Moving Style Configurations between computers

    Locked styleconfigurat
    11
    1 Votes
    11 Posts
    12k Views
    PeterJonesP
    @Arthur-Schwarez , For example, if we have a directory with lhsrhs and “lhs rhs” then a command such as “for i *;; do echo $i; done” will return “lhsrhs”, “lsh”, “rhs”, yielding three files instead of two. You’re right, some scripts / syntax won’t work well on linux when there’s spaces in the name [see below for caveat] Then again, the same is true on Windows: for example, the wrong C:\Program Files (x86)\Notepad++\notepad++.exe %1 as your “open” file association in the registry, vs the right "C:\Program Files (x86)\Notepad++\notepad++.exe" "%1". Your linux example is in a slightly different syntax than I’m used to; which shell is it? On some linux systems I have access to: in an ancient (c. 2004) GNU bash 3.00.15(1), or in my old but more recent (c. 2011) GNU bash 4.2.37(1), the syntax for i in * ; do echo $i ; done worked as expected from the command line when it ran across a filename with a space: it printed that spaced filename on one line. But even if you’re on a shell that doesn’t behave the same as my bashes, and really did split the filename over two lines, there should be a way around the problem. And in fact, it’s the same solution as you use in Windows: add quotes. I am betting that for i *;; do echo "$i"; done would work in that circumstance. But, as @Scott-Sumner pointed out, if the spaces in the themes really bother you, then just rename them. Their name isn’t critical to their functionality.
  • 0 Votes
    9 Posts
    7k Views
    guy038G
    Hi, All, In addition to all the Latin letters, matched by an equivalence class ( [[=X=]] ), in my two previous posts, here are the last tables, about : The digit characters Some currency symbols The Greek letters and some symbols Different characters X found, when using an EQUIVALENCE CLASS [[=X=]] : ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0030 | 0 | | 0035 | 5 | | 2469 | [ ⑩ ] | | 246F | [ ⑯ ] | | 00A2 | ¢ | | 24EA | ⓪ | | 2464 | [ ⑤ ] | | 247D | ⑽ | | 2483 | ⒃ | | FFE0 | ¢ | | FF10 | 0 | | 2478 | [ ⑸ ] | | 2491 | ⒑ | | 2497 | ⒗ | •------•-------• •------•-------• | 248C | ⒌ | •------•-------• •------•-------• | 00A3 | £ | | 0031 | 1 | | FF15 | 5 | | 246A | [ ⑪ ] | | 2470 | [ ⑰ ] | | FFE1 | £ | | 00B9 | ¹ | •------•-------• | 247E | ⑾ | | 2484 | ⒄ | •------•-------• | 2460 | ① | | 0036 | 6 | | 2492 | ⒒ | | 2498 | ⒘ | | 00A5 | ¥ | | 2474 | [ ⑴ ] | | 2465 | [ ⑥ ] | •------•-------• •------•-------• | FFE5 | ¥ | | 2488 | ⒈ | | 2479 | [ ⑹ ] | | 246B | [ ⑫ ] | | 2471 | [ ⑱ ] | •------•-------• | FF11 | 1 | | 248D | ⒍ | | 247F | ⑿ | | 2485 | ⒅ | | 20A9 | ₩ | •------•-------• | FF16 | 6 | | 2493 | ⒓ | | 2499 | ⒙ | | FFE6 | ₩ | | 0032 | 2 | •------•-------• •------•-------• •------•-------• •------•-------• | 00B2 | ² | | 0037 | 7 | | 246C | [ ⑬ ] | | 2472 | [ ⑲ ] | | 01BB | ƻ | | 2466 | [ ⑦ ] | | 2480 | ⒀ | | 2486 | ⒆ | | 2461 | [ ② ] | | 247A | [ ⑺ ] | | 2494 | ⒔ | | 249A | ⒚ | | 2475 | [ ⑵ ] | | 248E | ⒎ | •------•-------• •------•-------• | 2489 | ⒉ | | FF17 | 7 | | 246D | [ ⑭ ] | | 2473 | [ ⑳ ] | | FF12 | 2 | •------•-------• | 2481 | ⒁ | | 2487 | ⒇ | •------•-------• | 0038 | 8 | | 2495 | ⒕ | | 249B | ⒛ | | 0033 | 3 | | 2467 | [ ⑧ ] | •------•-------• •------•-------• | 00B3 | ³ | | 247B | [ ⑻ ] | | 246E | [ ⑮ ] | | 2462 | [ ③ ] | | 248F | ⒏ | | 2482 | ⒂ | | 2476 | [ ⑶ ] | | FF18 | 8 | | 2496 | ⒖ | | 248A | ⒊ | •------•-------• •------•-------• | FF13 | 3 | | 0039 | 9 | •------•-------• | 2468 | [ ⑨ ] | | 0034 | 4 | | 247C | [ ⑼ ] | | 2463 | [ ④ ] | | 2490 | ⒐ | | 2477 | [ ⑷ ] | | FF19 | 9 | | 248B | ⒋ | •------•-------• | FF14 | 4 | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0386 | Ά | | 0389 | Ή | | 039C | Μ | | 03A3 | Σ | | 03A8 | Ψ | | 0391 | Α | | 0397 | Η | | 03BC | μ | | 03C2 | ς | | 03C8 | ψ | | 03AC | ά | | 03AE | ή | •------•-------• | 03C3 | σ | •------•-------• | 03B1 | α | | 03B7 | η | | 039D | Ν | | 03F2 | ϲ | | 038F | Ώ | •------•-------• •------•-------• | 03BD | ν | •------•-------• | 03A9 | Ω | | 0392 | Β | | 0398 | Θ | •------•-------• | 03A4 | Τ | | 03C9 | ω | | 03B2 | β | | 03B8 | θ | | 039E | Ξ | | 03C4 | τ | | 03CE | ώ | | 03D0 | ϐ | | 03D1 | ϑ | | 03BE | ξ | •------•-------• | 2126 | Ω | •------•-------• •------•-------• •------•-------• | 038E | Ύ | | 2127 | ℧ | | 0393 | Γ | | 038A | Ί | | 038C | Ό | | 03A5 | Υ | | 2129 | ℩ | | 03B3 | γ | | 0390 | ΐ | | 039F | Ο | | 03AB | Ϋ | •------•-------• •------•-------• | 0399 | Ι | | 03BF | ο | | 03B0 | ΰ | | 03DA | Ϛ | | 0394 | Δ | | 03AA | Ϊ | | 03CC | ό | | 03C5 | υ | | 03DB | ϛ | | 03B4 | δ | | 03AF | ί | •------•-------• | 03CB | ϋ | •------•-------• •------•-------• | 03B9 | ι | | 03A0 | Π | | 03CD | ύ | | 03DC | Ϝ | | 0388 | Έ | | 03CA | ϊ | | 03C0 | π | | 03D2 | ϒ | | 03DD | ϝ | | 0395 | Ε | •------•-------• | 03D6 | ϖ | | 03D3 | ϓ | •------•-------• | 03AD | έ | | 039A | Κ | •------•-------• | 03D4 | ϔ | | 03DE | Ϟ | | 03B5 | ε | | 03BA | κ | | 03A1 | Ρ | •------•-------• | 03DF | ϟ | •------•-------• | 03F0 | ϰ | | 03C1 | ρ | | 03A6 | Φ | •------•-------• | 0396 | Ζ | •------•-------• | 03F1 | ϱ | | 03C6 | φ | | 03E0 | Ϡ | | 03B6 | ζ | | 039B | Λ | •------•-------• | 03D5 | ϕ | | 03E1 | ϡ | •------•-------• | 03BB | λ | •------•-------• •------•-------• •------•-------• | 03A7 | Χ | | 03C7 | χ | •------•-------• Best Regards, guy038
  • Plugin Manager removal / hosting

    11
    2 Votes
    11 Posts
    7k Views
    chcgC
    Created https://github.com/chcg/NPP_HexEdit/issues/5 therefore, but I don’t expect to work on that in the next few months. If someone want to create a PR I would appreciate it.
  • Random Characters when editing large files

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Cepu LameaC
    Seems to work now, thanks for the solution
  • File opened in a slow server affects other files

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Sundar-Andichamy can you explain in more detail what you did and which npp version (debug-info under ? menu) and os versions you are using? Cheers Claudia
  • Windows 10 virtual desktops support

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    PeterJonesP
    Feature requests have a better chance of being noticed in the official Notepad++ Issues on the GitHub project; the maintainer occasionally reads some threads on these Community Forums, but it’s not guaranteed that a feature request in the Forums will be noticed or followed up on. Requests on GitHub aren’t guaranteed to be implemented, either (it’s a volunteer coding effort, after all), but the chances are better. You can search the existing issues for your idea: for example, I just did a quick search for “virtual desktop” there, and found issue#2755: ‘’[Feature Request] Option for one Notepad++ "mono-instance" per virtual desktop’’ looks like it’s asking for what you want, so you could upvote it (and maybe add additional comments, such as your link to the MSDN “Remarks” section, to help give ideas how to implement it).
  • reading large files

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    Claudia FrankC
    @Murray-Sobol In addition to Peters useful tips, could it be that the sql files are sql dumps containing non-ascii chars and could it be that DSpellCheck is active aka Plugins->DSpellCheck->Spellcheck Document Automatically is checked? If so, I would give it a try with deactivated DSpellCheck. Cheers Claudia
  • no use of "enter"

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @程茜 Which npp version (debug-info under ? menu)? Which operating system version? Which “enter” key did you use? (the one near to the letters or the one from the numberblock? Any additional info which you can provide to help to identify what could have been caused this is very much appreciated Cheers Claudia
  • Supporting autorun of python.py?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Kym-Poxon Yes, can be done - see here. Cheers Claudia
  • 0 Votes
    3 Posts
    2k Views
    Игорь ХудяковИ
    Yeah, that’s not what I need. This mode I had been switched, as suggested to me by Google. But in new Windows only those files that are opened by double-clicking on the file are opened. And I would like the files to be opened in new Windows from the context menu of the program.
  • remove the crlf at the end of lines that end with a specific character

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP
    Find what : \)\R = find literal parenthesis followed by newline sequence Replace with : \)\x20 = replace with literal parenthesis followed by a space (character 0x20) Search Mode : ☑ Regular Expression P.S. : (paraphrasing @guy038, the forum’s regex guru, who compiled these great regex resources, but hasn’t shared them in this thread yet): Here is a good starting point for NPP users unfamiliar with regular expression concepts and syntax: http://docs.notepad-plus-plus.org/index.php/Regular_Expressions Modern Notepad++ (since v6.0) uses the Boost C++ Regex library, v1.55.0 (similar to the Perl Regular Common Expressions (PRCE), v5.8): search syntax: http://www.boost.org/doc/libs/1_55_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html replace syntax: http://www.boost.org/doc/libs/1_55_0/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html Other sites with valuable regular expression information include: http://perldoc.perl.org/perlre.html http://www.regular-expressions.info http://www.rexegg.com
  • PowerShell Syntax Highlighting

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    SalviaSageS
    I have notepad++ 7.5.6 (32-bit) installed and I can see syntax highlighting for .ps1 files. I don’t know why you can’t see them.