Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Pouemes44P

      replace function

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      49
      0 Votes
      49 Posts
      53k Views
      go2toG

      @go2to said:
      Several other editors accept direct copy and paste in the replace-with box, be it CR+LF, LF or combination of both. They are probably written in C++. But I think it can be done in any language since CR and LF have the same codes.\r\n\r\nDon is busy now with other issues in 7.4.1. I saw there are problems with replacing again in several open files.\r\n

      It is now one line after deleting CR+LF and adding \r\n. Everything is pasted in the replace box.
      It works flawlessly in the current file, or all open files, or in find in files.

    • Maxitrol - MatM

      Auto sort tabs (real-time)

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      49
      0 Votes
      49 Posts
      2k Views
      Daniel TomberlinD

      @peterjones, sorry… I tried my best to not hijack a thread with another issue, which is why I approached it this way since I had 3 different questions to hash out. I don’t see this happening in the future and will just make a new post with my need and only focus on questions related to other posts without expanding outside of the scope… Btw, I couldn’t update that typo because of the 3 minute rule, but since the shared code was correct, I figured it would be figured out.

    • donhoD

      Notepad++ v7.9.5 released

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      49
      3 Votes
      49 Posts
      11k Views
      PeterJonesP

      @Ayansh-Vardhan ,

      Please start a new topic, since this topic is about problems specific to v7.9.5.

      When you create the topic, please describe your problem in detail, giving us enough to understand what is wrong.

    • donhoD

      Notepad++ v8

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      49
      6 Votes
      49 Posts
      11k Views
      spiffeyS

      @mere-human Thanks for being prepared to give it a try but, as it was made clear above that making the entire file and shortcuts available was massively overstepping the bounds and etiquette of the forum, I immediately took down the link.

      I’m sorry to say this was down to my naivety (as this is my first time posting to the forum), for which I apologise.

    • donhoD

      Notepad++ 7 - 64-bit Available

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      48
      5 Votes
      48 Posts
      112k Views
      andrecool-68A

      @Hedley-Lester
      Have you looked at the date of this post?
      https://notepad-plus-plus.org/downloads/

    • donhoD

      Just another ordinary release - 7.5.1

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      48
      3 Votes
      48 Posts
      85k Views
      klerbexK

      (I accidentally wrote that the user should be able to “disable” local conf mode, but I meant enforce! Couldn’t edit. Sorry about the confusion.)

    • donhoD

      Notepad++ 7.5.5 release

      Watching Ignoring Scheduled Pinned Locked Moved Announcements release
      48
      9 Votes
      48 Posts
      74k Views
      ArkadiuszMichalskiA

      @donho
      Please fix this regression:
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4313

    • rizla kostasR

      Remove duplicate numerical lines

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      48
      1 Votes
      48 Posts
      14k Views
      Meta ChuhM

      i miss you too @Scott-Sumner and i hope you read this some day.

      i’m sorry too for everything that happened and my failed humorous attempts to brighten up the situation.

      i think that don didn’t even look to whom he gave this reply at that certain moment, and i know how this must feel … like a job where a 3 year “underpaid” employee, who is also probably the biggest defender and supporter of this hypothetical company, suddenly gets a “who the hell are you” from the boss.

      please come back, or more important: we, specifically i as an individual would like to keep in contact, regardless of how, when or where.

      thanks @PeterJones for standing up.
      (i currently have a certain movie scene in my mind … “o captain my captain” from the movie dead poets society)

    • swegmikeS

      UDL for DXL (C LIke) Number processing issues.

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      48
      1 Votes
      48 Posts
      6k Views
      PeterJonesP

      @PeterJones said in UDL for DXL (C LIke) Number processing issues.:

      XML recognizes numeric/hex entities

      Actually, if you look at the discussion here, it appears that Notepad++'s parsing of the XML might have difficulty with the decimal numeric entities, so it seems more reliable to just use the hex entities (the ones that start with &#x then have 1 or more hexadecimal nibbles, followed by the ;)

    • donhoD

      Notepad++ v8.5.3 Release

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      48
      5 Votes
      48 Posts
      16k Views
      supasillyassS

      @Mark-Olson said in Notepad++ v8.5.3 Release:

      If anyone else is mildly (or severely!) dissatisfied with the fact that non-printing characters and control characters no longer show up by default, here is an issue that I introduced
      and here is the script that I created to show non-printing and control characters but not CR and LF:

      from Npp import * notepad.menuCommand(44130) # toggle all non-printing characters notepad.menuCommand(44131) # toggle all control characters (e.g., BEL, ENQ)

      I’ve done something similar, using the Customize Toolbar plugin to create a custom button:

      View,Show Symbol,Show Control Characters Unicode EOL,,*#4080C0:¶,*#4080C0:¶

      Note the two spaces between “Show Control Characters” and “Unicode EOL” and no ampersand![^1]

      custom_button.png

      [^1]: I spent a lot of time on this until I realised I could use the string from the Shortcut Mapper.

    • Sylvester BullittS

      Find-in-FIles: Can’t Replace Multiple Instances of Word

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · regex html
      48
      0 Votes
      48 Posts
      5k Views
      Sylvester BullittS

      @Sylvester-Bullitt Got done generating broken link report.

      THE GOOD NEWS: My regex didn’t break any links

      THE BAD NEWS: I just go lucky. Some further testing revealed that my regex would have broken links, if I had had the bad luck to use a search term that also in a hyperlink URL.

      So, I added lookaheads to ignore matches of underscores and .htm, and it seems to work. In case anyone’s interested, here’s the new-and-improved regex, with some comments added for clarity:

      (?-si:<section class="lyrics">|(?!\A)\G)(?s-i:(?!</section>).)*?(?#Not at start of line or para)(?<!^)(?<!<p>)(?<!<p class="chorus">)\K(?-si:\bWORD_TO_FIND\bq(?#Not in hyperlink)(?!(\.htm))(?!_))
    • Andreas HageleA

      List of all assigned keyboard shortcuts

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      47
      0 Votes
      47 Posts
      29k Views
      Alan KilbornA

      @PENchanter

      I would certainly go with @Ekopalypse 's script approach in order to obtain the list of keyboard shortcuts, rather than paying any small amount of money to achieve it, but of course you are free to do as you like.

    • Alexander  RudenkoA

      How to install emmet plugin

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      47
      0 Votes
      47 Posts
      28k Views
      PeterJonesP

      @Fatih-Ceylan ,

      Could you show us the ? menu’s Debug Info after you followed the instructions you quoted?

    • Jari TurkiaJ

      TextFX 64-bit binary / source code unavailability?

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development textfx
      47
      0 Votes
      47 Posts
      134k Views
      Jeff JohnstonJ

      @Alan-Kilborn - That’s very nice, thanks! In that case I think I’ll use 64-bit Notepad++.

    • cisco779kC

      about selection

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      47
      0 Votes
      47 Posts
      12k Views
      cisco779kC

      @guy038 tanxs you so much for your explanation and for modification to your reg-ex!
      now it works very well!
      I never said I had an example like yours, but maybe it’s my fault that I didn’t explain myself well …
      everything is working fine now. always thanks for your regex!
      cheers

    • Antheds KennelA

      Delete every line below a bookmarked line.

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      47
      1 Votes
      47 Posts
      2k Views
      PeterJonesP

      @Antheds-Kennel said in Delete every line below a bookmarked line.:

      since there are 397,580 rows

      So that’s a good reason to avoid (1), but nothing you have said explains why you think (2) won’t work for you.

      I have to give up

      Don’t lie to yourself. If you give up, it’s your own choice. All the information you have given us says that (2) will work for you, but you are choosing to ignore that option without explaining why.

      that I have to sort somehow.

      This is the first you’ve mentioned sorting, that I noticed.

      Until you accurately describe what you are actually wanting, no one can help you.

    • brudersteinB

      New version of Plugin Manager for testing!

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      46
      5 Votes
      46 Posts
      111k Views
      Guido ThelenG

      @bruderstein Hi, today I tried to register for adding my new Notepad++ plugin “SQLinForm SQL Formatter” but unfortunately got an error while registrating at nppm.bruderste.in. Could you please help? Thx

    • donhoD

      Notepad++ 7.4.2 release

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      46
      1 Votes
      46 Posts
      80k Views
      Michael McGuireM

      Found an annoying though minor bug in 7.4.2. It’s probably been around for a while.
      Editing a 1000+ line CSS file, if I have line 1000 at the bottom of the NPP window, that tab-view shutters like crazy as it tries to reconcile the width of the line-number column and horizontal scroll (I think). No other tab-views are affected. At first, I thought my video card was failing. I adjusted my Npp app width and not only did it go away, but I can’t reproduce it.

    • Peter GoddardP

      Search in target is sometimes failing

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      46
      0 Votes
      46 Posts
      4k Views
      Peter GoddardP

      @Ekopalypse

      I think I have made a very obvious mistake. I forgot to specify my search flag as you mentioned in my other post. After switching it to Regexp, it seems to be working. I feel like that was very obvious and you have taken a lot of your time to help me, so thank you again for all your help.

      If anything else happens, I’ll post again. Thanks.

    • donhoD

      Support for Plugins Admin & NppPluginList

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      45
      2 Votes
      45 Posts
      55k Views
      PeterJonesP

      @mh-tp said in Support for Plugins Admin & NppPluginList:

      Answer: I just downloaded the 8.7.8 installer of Notepad++ and the NppPluginList got updated too.

      Or download the most-recent portable copy, where you can get the DLL without having to upgrade the rest, if you don’t want to.

      Confusing was the “no update available…”

      See our “most recent version” FAQ and the User Manual page on Upgrading Notepad++

      The text and the … is very small, but contains important information about the update releases, so you’ll end up ccleaner or plugins tell you npp isn’t up to date, while it self tells you it is…

      I don’t see how the size of the text has anything to do with what cleaner tells you (but after years of CCleaner getting worse and worse, I gave up ever listening to what it told me, and uninstalled it ages ago)