Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • rodica FR

      Regex: Find those tags that contain a string, but which do not contain other string

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      -1 Votes
      9 Posts
      632 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

    • Rui CaramalhoR

      Plugin site is down ??

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      414 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.

    • Lynda WilsonL

      Copy text complete with syntax highlights and markings

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      Lynda WilsonL

      @PeterJones
      Thank you so much for your speedy reply and helpful suggestions!

    • LookMAAAnohandsL

      Help replacing spaces between wildcards between quotes

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      2k 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).

    • Cyril DélécrazC

      Two similar delimiters : < > and </ >

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      266 Views
      Cyril DélécrazC

      @ekopalypse Thank you very much, it works like a charm.

    • hcchenH

      PythonScript - How to get status of Ctrl , Alt , Shift keys also CapsLock and Scroll lock

      Watching Ignoring Scheduled Pinned Locked Moved pythonscript pythonscript keyboard
      5
      0 Votes
      5 Posts
      1k Views
      hcchenH

      @alan-kilborn Ha, this worked. Thank you very much!

    • phenomenal11P

      How to make the levels collapse and uncollapse with same shortcut?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      donhoD

      @phenomenal11

      Please check my reply here:
      https://community.notepad-plus-plus.org/topic/13146/feature-request-toggle-expand-collapse/14

    • Dumpling DumplingD

      Copy marked text sections

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      8k 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:

      81c96675-f3c0-4f7f-a3e1-6b6f59d98ebf-image.png 2663f6a9-c4cf-4414-a4de-400d84e006d9-image.png

      The Copy Marked Text command button didn’t exist when this thread was created.

    • pwgeersP

      What did Notepad++ interpret to result in an "ESC" character?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      8k 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.

    • CennoxXC

      Move selection horizontally

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      4k 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.

    • Carlos Zhang 0C

      DSpellCheck not working

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      3k 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.

    • NAGARAJGOUDA PATILN

      Find replace with itiration

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      522 Views
      NAGARAJGOUDA PATILN

      @neil-schipper
      thanks for your help

    • orenatolO

      Find dialog font size

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      318 Views
      Neil SchipperN

      @orenatol The only way I’m aware of to influence the appearance of text in the Find dialog input fields is:

      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.

    • cmeriauxC

      python script console hotspot style regression

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      212 Views
      cmeriauxC

      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

    • JillPlaysMCJ

      Text Gone

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      496 Views
      EkopalypseE

      @jillplaysmc

      If this programme was able to display the contents of your file, then recuva should also be able to do so.

    • Alexey IvanovA

      Cant find plugin - textfx characters

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      578 Views
      Alexey IvanovA

      @patrickdrd Спасибо большое, на 32 плагин появился .

    • broutin joelB

      regex in balise html

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      784 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>

    • vahid ghasemiV

      Change text direction for single tab

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      236 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.

    • arel3A

      Copy entire code group?

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      5k Views
      arel3A

      @rdipardo said in Copy entire code group?:

      @arel3,
      Have you heard about the HTML Tag plugin?

      npp_841_x64_htmltag_v123.gif

      This is the solution, thank you!

    • Andrej UdučA

      Notepad++ opening outside of screen

      Watching Ignoring Scheduled Pinned Locked Moved gui multi screen
      7
      0 Votes
      7 Posts
      13k Views
      Jared SchmidtJ

      just wanna say thanks; this fixed the issue for me and I was searching for a solution for a long time, thank you so much!

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors