Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • lightning speedL

      regex: add specific lines if detect more than one hexadecimal digit

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      1k Views
      lightning speedL

      @guy038

      The regex you provided works great. Many thanks for your assistance. ChEEr!!!

      Best Regards

    • Sylvester BullittS

      Regex with Negative Lookahead

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      4k Views
      Sylvester BullittS

      Thanks for the lucid explanation, Guy!

      In case anyone is interested, we’re using this in a project to add embedded audio players to the pages at the Web site here.

      The regular expression helps us find the pages which still need to be updated.

    • Peter BrawleyP

      Show document list panel option missing

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      5k Views
      Alan KilbornA

      @Leandro-Casal said in Show document list panel option missing:

      Well, that info didnt help at all

      Hmm, well it has clearly helped @Peter-Brawley and everyone else who has happened to read this thread for over a year.

      Maybe @PeterJones 's answer was TL;DR for some limited set of folks and a picture illustrates better:

      e392db0e-5750-41c2-805e-4dec6219cf35-image.png

    • cisco779kC

      regex: add new empty line after specific line

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      620 Views
      cisco779kC

      oh yes, work great.

      thank you so much

    • Reo ChatwinR

      Macros Somehow Replaced By Whatever Is Copied To The Clipboard

      Watching Ignoring Scheduled Pinned Locked Moved macro macros clipboard broken
      2
      0 Votes
      2 Posts
      249 Views
      PeterJonesP

      @Reo-Chatwin ,

      The macro recorder will store the actions you take when recording the macro: since you recorded hitting Paste (or equivalently the action Edit > Paste), that is the action that will be recorded. If you want the macro to type text, then you will have to type the text instead of pasting it… then the macro will type the exact text that you typed.

      If you’ve got a lot of text to type for the macro: instead of recording that long text, just type an indicator. Then save the macro, exit Notepad++, and reload Notepad++. Edit the shortcuts.xml in your AppData Notepad++ and put in the longer string(s) into the places held by the placeholder (the macro will record one typed character per action, but you can actually put longer strings there). Save shortcuts.xml and restart Notepad++, and now your macro will have the longer string rather than the shorter.

    • Isaac GohI

      Insert string/words above to lines contain numbers

      Watching Ignoring Scheduled Pinned Locked Moved
      20
      0 Votes
      20 Posts
      3k Views
      Isaac GohI

      @guy038 said in Insert string/words above to lines contain numbers:

      ?1$2\x20$1

      Your superb effort is much appreciated. Many thanks.

    • psidre felixP

      A++ on the site design!

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Dido LodD

      Hello . it’s already 2022, I wonder what design the site has now

    • Vladimir TolskiyV

      My experience of using Notepad ++ for writing speeches, plays and short Auto Hotkey Scripts.

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      2k Views
      Dido LodD

      привіт, цікаво

    • Chris PC

      new tab context menu.. access to "close all but this" and "close tabs to the right"

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      395 Views
      Alan KilbornA

      @Chris-P

      Complete user customization capability (like the editor window right-click context menu) is underway; see issue 12170.

    • Esmee LohgynnE

      Find & Replace, except the one selected

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      0 Votes
      14 Posts
      923 Views
      Alan KilbornA

      @Esmee-Lohgynn said in Find & Replace, except the one selected:

      I didn’t realize I had “match case” and “match whole word” selected

      Match case wouldn’t matter here. Match whole word only would matter; from the user manual:

      If the left and right characters of your search string are both non-word characters (so not letters, numbers, underscore, and optionally additional characters set by your preferences), then the text to the left and right of your match must be word characters, spaces, and/or beginning or ending of the line.

      So, even though the OP was very light on detail, this behavior was what he was a victim of.

      Note also that the OP’s problem would have been solved MUCH quicker if he had provided sufficient level of detail, not just complaining that it doesn’t work and that “I have literally been doing this for years, I don’t need instructions on how to do it.”

    • PandaDiestroP

      Checkstyle-compatible c++ linter?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      276 Views
      No one has replied
    • SuperH-0630S

      Where is the logo file in the source.

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      980 Views
      SuperH-0630S

      8cdce92d-4bce-4091-9cbb-a1392e8bec69-image.png

    • SuperH-0630S

      How to build or get NppShell?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      288 Views
      SuperH-0630S

      @Alan-Kilborn Thank you.

    • Alan KilbornA

      Suggestions for extensions to 8.4.6 feature Tab Colouring

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      2 Votes
      2 Posts
      456 Views
      guy038G

      Hi, @alan-kilborn and All,

      As requested :

      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12223

      BR

      guy038

    • Anthony BlincoA

      Disable editing

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k Views
      Alan KilbornA

      And yet one more…

      Also on the right-click context menu of all tabs:

      bb9e6b14-0a0e-4454-beaf-72abe45d119e-image.png

    • deleeleeD

      W11 toolbar buttons and some dialog text is really small

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k Views
      deleeleeD

      @Alan-Kilborn said in W11 toolbar buttons and some dialog text is really small:

      The icons maybe make a lot more sense in a dark mode themed Notepad++

      Yes I can see that they would. But I love knowing that I can create my own custom ‘default’ icons.

    • alban files albanA

      any one know how to open/edit this file

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      253 Views
      PeterJonesP

      @alban-files-alban ,

      If it’s a text file, you open it in Notepad++ with File > Open or equivalent. If it’s not a text file, you don’t open it in Notepad++, so it’s off topic for this forum. If it’s spam or a virus or malware, don’t open it. None of those three require a link in the forum to a random file

      As this is likely a spam post, this discussion will be locked and the link will be unlinked, to protect forum users.

    • Andi KiisselA

      Subwindow title color

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      460 Views
      Andi KiisselA

      @PeterJones ,
      Yes, clever approach, thanks!
      Unfortunately it’s impossible to set Light mode through Dark mode :-)
      Now I know that #99B4D1 is ActiveCaption system color in some themes since Windows Vista.

    • Amol TarteA

      Notepad++ 8.4 crashing frequently.

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      4k Views
      chris duncanC

      Thanks for the tip William Algie :
      I also went to the plugins - Plugins-Admin, and looked at the Updates Tab, and ColumnTools 1.4.4.1 was avalable, so I updated it, and now the problem seems to be solved.

    • Mac404M

      Feature Request: Pin frequent searches

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      707 Views
      Alan KilbornA

      @PeterJones said in Feature Request: Pin frequent searches:

      In fact, you already had one of the previous official issue requests.

      Thus making this thread entirely a waste of everyone’s time.

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