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

      NPP is closing files instead of 'storing' them

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      193 Views
      EkopalypseE

      @John-Johnson

      Looks like the setting remember current session for next lauch has been reset. Settings->Preferences->Backup->Remember…

    • Diedrich HesmerD

      Functionlist no longer working on .vb files

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      952 Views
      Diedrich HesmerD

      @Ekopalypse
      I’m back to normal. Thanks for your help, this copy did it.

      best regards
      Diedrich

    • Terry MusserT

      Issue resolved using "SetUserFTA" utility

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • WEST HOTELW

      Hi need help. how can i recover scanned text document blurred and has black space.

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      155 Views
      PeterJonesP

      @WEST-HOTEL ,

      Further to @Ekopalypse reply, see this FAQ for the technical details of text files (within Notepad++'s abilities) and binary files (not within Notepad++'s abilities).

      I recommend you find a help forum about whatever scanner you used, or better, the OCR software you have access to. But we cannot help you here. Sorry.

    • william19941994W

      A config about DirectWrite switch for emoji and Fira code font.

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      776 Views
      PeterJonesP

      @Ekopalypse said in A config about DirectWrite switch for emoji and Fira code font.:

      too lazy to find out

      v7.8.8, according to this search

    • Sadiq B. Al-LawatiS

      Txt file formatting

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k Views
      Sadiq B. Al-LawatiS

      That’s it! You answered my query. Many many thanks @Ekopalypse

    • Mikel CortésM

      Style configuration not working

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      Mikel CortésM

      Thanks for your reply @PeterJones

      I have reinstalled Notepad ++ last version and now “JavaScript (embedded)” appears on my list; but as you have said the issue continues.

      It seems that “.” is not considered as a word separator to identify keywords to apply the style configuration.

      NotepadPlusPlus.png

    • Vasile CarausV

      Regex: Select everything from the beginning of the file to another string / word / tag

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      427 Views
      PeterJonesP

      @Vasile-Caraus said in Regex: Select everything from the beginning of the file to another string / word / tag:

      seems good in notepad++

      As a reminder, this Forum is about Notepad++ . If a regex works in Notepad++, then this isn’t really the right place to ask about your problem.

      I am glad the you figured it out, but let’s keep any regex discussion here on topic.

    • Ohm DiosO

      Page break Text File saving

      Watching Ignoring Scheduled Pinned Locked Moved page break
      25
      0 Votes
      25 Posts
      3k Views
      Ohm DiosO

      @guy038 Hello sir, Is there any possibilities of saving name from text file instead of File_1?. Thanks.

    • Patrick DanileviciP

      Open a file with npp exec

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      1 Votes
      5 Posts
      799 Views
      Patrick DanileviciP

      @PeterJones Teaching literature is not an advantage when you use pc that’s why sometimes I ask on communities simple questions. Is working now. Thanks a lot!

    • Robin CruiseR

      Regex: Parsing, How to make a regex replacement in multiple files, from Folder-1 to Folder-2

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      520 Views
      Alan KilbornA

      @Vasile-Caraus

      A viable technique, although not a technique inside Notepad++.

      I think your technique is going to also copy over the “START” and “FINNISH” lines into the destination file, which, to the OP, may not be desirable.

    • James SwallowJ

      Loading preferences by file extension.

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      940 Views
      James SwallowJ

      Thanks for all the input thus far. Much obliged!

    • Ohm DiosO

      Copy From one text file and Paste it on another Text File using Regex

      Watching Ignoring Scheduled Pinned Locked Moved
      25
      1 Votes
      25 Posts
      3k Views
      guy038G

      Hi, @ohm-dios,

      Ah…, of course ! In the search regex :

      (?s-i)START\h*(\d+).+?END\R(?=.+(START\h*\1\R.+?END\R?))|^===.+

      You’ll notice the part START\h*\1\R, which defines the beginning of the paragraph that need to be copied, located under the ======== line

      The back-reference \1 to the group 1 ( which is the number after the START string and space char(s) ) must be immediately followed with the EOL chars ( \R )

      Thus, if anything is located between the number and the end of line, it cannot be equal to the corresponding number, located above the ========= line => NO match of this specific paragraph :-((

      BR

      guy038

    • Tweedder1T

      Down slider jumps to the left when clicking the right side of the file

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      2k Views
      DarkDarkD

      @Alan-Kilborn Thanks, I didn’t know the “Word Wrap” view.

    • Robin CruiseR

      Regex: How many characters/strings does this line have, with or without space between words?

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

      Probably best to avoid the old TextFX plugin.

      Double-clicking the “length : xxxx lines : yyyy” part of the status bar will bring up a Summary box which has a word-count.

      Also available via View menu > Summary…

      Here’s a sample, highlighting the word-count area:

      3b058e7e-641e-4990-af8e-02b038232eb3-image.png

    • Robin CruiseR

      How to copy html text content from a section of several pages to the section of other several different pages (with the tags of the text too)

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      0 Votes
      14 Posts
      2k Views
      Robin CruiseR

      THIS IS THE ANSWER !

      A GREAT ANSWER for this problem, but using PowerShell in Windows. Very simple !!

      https://superuser.com/questions/1620195/parsing-how-to-copy-html-text-content-from-a-section-of-several-pages-to-the-se

    • Pouemes44P

      replace " by "

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      804 Views
      Pouemes44P

      hello Guy

      Yes only these quotes (i dont succeed here to put in bold it give me these **)

      if i do a normal S/R it will change all the quotes of my html page

      is it possible with regex to S/R only inside a part of a page
      in my example inside these two blocks when notepad++ find them

      <div class=“texte”>
      </div>
      and
      <div class=“txt”>
      </div>

      if it is possible it will be great for me even for others S/R i can do

    • Venus642V

      RegEX - How can I make automatic a new line (break) at x character

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      810 Views
      PeterJonesP

      @PeterJones said in RegEX - How can I make automatic a new line (break) at x character:

      Yes, the documentation that you were linked to could have described that to you

      specifically, the section https://npp-user-manual.org/docs/searching/#multiplying-operators.

    • nnp729N

      Notepad++ 7.9.2(64bit) and Coldfusion

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      622 Views
      dinkumoilD

      @nnp729

      Have a look at >>> this thread <<<, the answers of @rddim and me are still valid.

    • Alan KilbornA

      Trying to avoid reload prompt

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      269 Views
      EkopalypseE

      Npp uses ReadDirectoryChangesW to get notified when a file has been modified. I don’t think you can catch this message.
      Reopening might be the only solution I guess.

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