• A mode to show opened files are saved or not?

    5
    0 Votes
    5 Posts
    1k Views
    Alan KilbornA
    @peterjones said in A mode to show opened files are saved or not?: That’s why that feature was added. (Personally, I wish the “alternate” icons were made the primary/default, but at least the option is there.) Don’s philosophy is that new optional behavior is never the default. To me it would be better the other way around: If something better/fresher is made the default, users know about it; those that don’t like it (sometimes people just hate change, even when what has been changed is better) can always change it back. The way it is, I’m sure a lot of good new behavior is unbeknownst to a lot of users.
  • -1 Votes
    9 Posts
    1k Views
    guy038G
    Hi, @robin-cruise, The (?-i) part means that, from thiat point, the search will be sentitive to case. So, it will match the string <p class="sd-23">, but not, for instance, the string <P class="sd-23"> nor the string <p CLASS="sd-23"> ! Then, the \h class character represents any horizontal blank character ( so, either, the \t [ Tabulation ] char or the \x20 [ space] char or the \xa0 character [No-breaking Space] char) Thus, the \h* syntax represents any range of horizontal blank chars, from 0 to n BR guy038
  • Plugin site is down ??

    2
    0 Votes
    2 Posts
    806 Views
    PeterJonesP
    @rui-caramalho The old plugin manager, with its file hosted at that web site, has been deprecated since 2018. You should be using a Notepad++ version 7.6.3 or newer, which come bundled with a built-in Plugins Admin rather than relying on an external plugin for managing plugins.
  • Copy text complete with syntax highlights and markings

    3
    0 Votes
    3 Posts
    4k Views
    Lynda WilsonL
    @PeterJones Thank you so much for your speedy reply and helpful suggestions!
  • Help replacing spaces between wildcards between quotes

    8
    0 Votes
    8 Posts
    4k Views
    Alan KilbornA
    But perhaps it is not reasonable to try to wedge a problem like this into the BSR/ESR solution. It has come up before, I just found THIS and that solution also uses what Peter suggests (change identical delimiter such that both delimiters are no longer identical).
  • Two similar delimiters : < > and </ >

    3
    0 Votes
    3 Posts
    494 Views
    Cyril DélécrazC
    @ekopalypse Thank you very much, it works like a charm.
  • 0 Votes
    5 Posts
    2k Views
    hcchenH
    @alan-kilborn Ha, this worked. Thank you very much!
  • How to make the levels collapse and uncollapse with same shortcut?

    3
    0 Votes
    3 Posts
    4k Views
    donhoD
    @phenomenal11 Please check my reply here: https://community.notepad-plus-plus.org/topic/13146/feature-request-toggle-expand-collapse/14
  • Copy marked text sections

    6
    1 Votes
    6 Posts
    9k Views
    Alan KilbornA
    @nick-tsangaris said in Copy marked text sections: Can confirm this works without modification in May 2022. Thanks @guy038 for the easy copy and paste! Well, now there’s a better way to copy marked text: [image: 1652971452961-81c96675-f3c0-4f7f-a3e1-6b6f59d98ebf-image.png] [image: %5B%5Berror:parse-error%5D%5D] The Copy Marked Text command button didn’t exist when this thread was created.
  • What did Notepad++ interpret to result in an "ESC" character?

    4
    0 Votes
    4 Posts
    10k Views
    pwgeersP
    @peterjones Yep, now that I understand the syntax of the Esc-sequence it was easy for me to remove them using the replace function of Notepad++. The ESC was shown as square in the Replace-dialog but worked fine. To me it was not important to see the formatting just the content (and I wanted to be sure that I did not remove content), luckily there were just 2 or 3 variants of Escape sequences used. And yeah it’s funny how that sometimes related topics become active at the same time.
  • Move selection horizontally

    7
    0 Votes
    7 Posts
    6k Views
    Asger Jørgensen 0A
    @cennoxx If you block select using Alt+Shift+Arrow keys, you can afterwords drag the selection using the left mouse.
  • DSpellCheck not working

    16
    2
    0 Votes
    16 Posts
    4k Views
    nCubedN
    @carlos-zhang-0 said in DSpellCheck not working: @PeterJones Thanks. I do believe it works for you. I think maybe it’s environment issue. E.g. some settings in win10? Not sure if you’re still having issues, but I ran into the same thing today. The resolution was to go into the DSSpellCheck settings and download the dictionary (English - US, for me). After that, spell check worked again.
  • Find replace with itiration

    13
    0 Votes
    13 Posts
    1k Views
    NAGARAJGOUDA PATILN
    @neil-schipper thanks for your help
  • Find dialog font size

    2
    0 Votes
    2 Posts
    540 Views
    Neil SchipperN
    @orenatol The only way I’m aware of to influence the appearance of text in the Find dialog input fields is: [image: 1652768692045-0f6b4443-f9e0-4304-a83d-9849788adf23-image.png] Windows at one size switches from one font, let’s say “MS Sans Serif”, to another, let’s say “Segoe UI”.) I don’t understand what you mean by this in the present context.
  • python script console hotspot style regression

    2
    2
    0 Votes
    2 Posts
    411 Views
    C
    Well I figure out that an issue already exists under Npp Python script github, and it has been fixed 16 day ago. I’ve tested with Nightly build , and defect is fixed (https://github.com/bruderstein/PythonScript/issues/234) . Thank you @chcg Any chance to get this fix in the stable branch 2.0.0 cheers
  • Text Gone

    4
    0 Votes
    4 Posts
    822 Views
    EkopalypseE
    @jillplaysmc If this programme was able to display the contents of your file, then recuva should also be able to do so.
  • Cant find plugin - textfx characters

    4
    0 Votes
    4 Posts
    892 Views
    Alexey IvanovA
    @patrickdrd Спасибо большое, на 32 плагин появился .
  • regex in balise html

    5
    0 Votes
    5 Posts
    2k Views
    Robin CruiseR
    Regex: Select text between two tags/strings: You can try also: FIND: (?s)(<head>).*?(</head>) REPLACE BY: \1\2 OR FIND: (<head>)\K[^>]*(?<!/)(</head>)|\1 REPLACE BY: </head> OR FIND: (<head>)\K[\s\S]*?(</head>)|\1 REPLACE BY: </head>
  • Change text direction for single tab

    2
    0 Votes
    2 Posts
    450 Views
    PeterJonesP
    @vahid-ghasemi , Not yet. It was asked for in the official feature request location last year, but the developer hasn’t made it a priority. You might want to go upvote that request.
  • Copy entire code group?

    11
    0 Votes
    11 Posts
    8k Views
    arel3A
    @rdipardo said in Copy entire code group?: @arel3, Have you heard about the HTML Tag plugin? [image: npp_841_x64_htmltag_v123.gif] This is the solution, thank you!