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
    • balancedcircularB

      Find/replace

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      7
      0 Votes
      7 Posts
      55 Views
      CoisesC
      @balancedcircular said: Hello. I have a file in which are certain elements with their names. As I want to change names, need the most efficient way to do it. It looks like this: Name=“109 B29/Web 3” There is about 1000 of these names, but I would like to select all cases under quotation marks that come after Name=, delete first 4 places, and instead of Web 3 put W3. So, Name=“109 B29/Web 3” should look like Name=“B29/W3”. Is it possible? Try this: First, make a backup copy of your file in case something goes wrong and you don’t notice it right away. Open the file in Notepad++. Select from the main menu Search | Replace. Fill in the dialog this way: Find what: Name="\d\d\d (.*/W)eb\h Replace with: Name="$1 Match case not checked Wrap around checked Search Mode: Regular expression . matches newline not checked then click Replace All. Examine carefully and see if that did what you wanted. If it didn’t, make a note of what went wrong, close the file without saving, and tell us what wasn’t right.
    • donhoD

      Notepad++ release 8.9.5

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      4
      1 Votes
      4 Posts
      934 Views
      Long PhamL
      @donho said: Notepad++ v8.9.5 regression fixes, bug-fixes & new improvements: Fix updating issue where using v8.9.4 32-bits installer creates duplicate “Uninstall a program” entries. (Fix #17979 ) looks like this regression is fixed for 32bit on x64 OS but i see issue on x86 OS. the registry doesn’t get updated and stays on previous version
    • baberzamanB

      Notepad ++ Should have intellisense plugin Like VS Code.

      Watching Ignoring Scheduled Pinned Locked Moved Boycott Notepad++
      3
      0 Votes
      3 Posts
      134 Views
      pnedevP
      @baberzaman , You can also check NppGTags plugin from Notepad++'s Plugin Manager (this is its project URL: https://github.com/pnedev/nppgtags) - it uses Global GTags to index your code-base and then you can look-up identifiers and do greps. P.S. You love Notepad++, “Boycott Notepad++” is probably not the proper place for your thread. It is more suitable for general discussion or plugins sections as a question and/or suggestion for Notepad++ improvement. BR
    • RWieber79R

      NotePad++ crashes using compare plus immediately after clicking compare

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      3
      0 Votes
      3 Posts
      237 Views
      pnedevP
      Hi @rwieber79 , @peterjones , I’m just seeing this issue, thank you Peter for pinging me. @rwieber79 , just as a side note - please write directly to https://github.com/pnedev/comparePlus/issues in the future if you encounbter problems with ComparePlus - this way I’ll be notified more quickly about the issue. As to the issue itself - please try setting your Notepad++ rendering mode to GDI for the moment. You can do that from Notepad++ Settings - MISC. section (there is a drop-down menu there selecting the rendering which is DirectWrite by default). Then after restarting Notepad++ try again your crashing compare and please write back here if crash is still present. I am in a middle of a large ComparePlus code portions rework and some time in the near future I will release a new version which should not have problems with DirectWrite rendering. BR
    • JWJ

      AI Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      3
      1 Votes
      3 Posts
      649 Views
      BlueSea KuoB
      @jw I suggest adding an option to select the AI module.