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

      How to add a blank space and a word before every comma in some meta tags in every html file of a folder?

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

      @Acme1235 said in How to add a blank space and a word before every comma in some meta tags in every html file of a folder?:

      Just an FYI a good place to learn regex and test your code is regex101.com

      … which is linked to in the Regular Expression FAQ that we have repeatedly asked Ramanand to read.

    • Ramanand JhingadeR

      How to find and remove duplicate strings of alphanumeric characters from multiple files?

      Watching Ignoring Scheduled Pinned Locked Moved
      27
      0 Votes
      27 Posts
      10k Views
      Ramanand JhingadeR

      @Robin-Cruise Thank you. I already did the needful!

    • Vir SinghV

      Recorded macro doesnt auto auto moves to previous tab, tab has to be selected

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

      @Vir-Singh

      I would use the shortcut CTRL+PageUp/PageDown to switch tabs when recording a macro.

    • Robin CruiseR

      Regex: Find all between strings. Select everything that is extra after `html` on the same line

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

      SEARCH: (")(.*?;)(.*?)\s+
      REPLACE BY: \1\r

      OR

      SEARCH: (")(.*?;)(.*?)\s+
      REPLACE BY: \1\r\t\t\t\t\t

    • Sam WatersS

      File extensions overwritten by default

      Watching Ignoring Scheduled Pinned Locked Moved save file extensions
      9
      0 Votes
      9 Posts
      2k Views
      mere-humanM

      Here is the fix: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9945
      I hope it will be in N++8 RC4

    • henvu50H

      How to get indent folding in plain text or user defined language?

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

      @henvu50 said in How to get indent folding in plain text or user defined language?:

      I just discovered a new software called Sublime Text.

      One thing you forgot to mention in your rave review of Sublime Text is that, unlike Notepad++, it is not zero-cost software.
      You are bound to purchase it if you want to use it.

      The spell check works without any problems as well.

      Notepad++ doesn’t have a spell check, so comparing it with Sublime Text on this point is apples and oranges.

    • F

      Notepad++ Editor layout

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      559 Views
      F

      @Alan-Kilborn Thanks man

    • henvu50H

      How to make dspellcheck work when language is set to python?

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

      @Terry-R said in How to make dspellcheck work when language is set to python?:

      See this post.

      That bit of text might very well result in an issue being logged against Notepad++, despite your follow-on wording. Not the end of the world, but, not appropriate, either.

    • James Dunn 0J

      Find dialog keeps opening multiple times when closed

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      766 Views
      James Dunn 0J

      @PeterJones Think I have found the culprit. Stardock WindowBlinds. If I disable that, the issue disappears.

    • Reza SaputraR

      how add specific character in the end of the line after one empty line

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      429 Views
      Reza SaputraR

      @Terry-R said in how add specific character in the end of the line after one empty line:

      @Terry-R said in how add specific character in the end of the line after one empty line:

      I note that you typed (space), I’m assuming there is an actual space (blank) character there, not the word inside ().

      As I said, I wasn’t certain of your statement so I went with my first solution. If the line you want to add ==== to was the ONLY line starting with a character that’s not the space (\x20) then the following should also work.
      Find What:(?-s)^[^\x20].+
      Replace With:$0====

      Terry

      Thank you so much brother. This is works very well.

    • Don DiegueD

      Can I edit this file in Notepad++?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      5k Views
      Terry RT

      @Don-Diegue said in Can I edit this file in Notepad++?:

      You say it’s possible to edit such file with a binary editor. Can you recommend one?

      No, and that’s because as has been mentioned already ( @PeterJones ) there will be a specific format to the data within the file. Changing lengths, or possible delimiters without knowing the exact format contained within will very likely lead to a corrupt file. Having said that again as @PeterJones said, the text portions might be editable without corrupting the file.

      But I would strongly suggest you do not edit this file with anything other than the “owning” application, which you say is Story LANGuage.

      Terry

    • Bart TerrynB

      How to set the default view

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      7k Views
      PeterJonesP

      @Bart-Terryn said in How to set the default view:

      As far as I know the -nosession setting should only prevent Notepad++ from reopening the files that you had last open.
      But apparently it does more than just this.
      Do you think I should open up a ticket for this?

      Download the portable v8.0-RC2 and see if it behaves the same in the newest version. If it does, then I’d say it’s at least worth reporting. If you put in a new issue, make sure to include the Debug Info for both v7.9.5 and v8.0-RC2 and say it happens in both, so that they know it’s not just a regression in v8.0.

    • Matt HarasimoM

      SpellCheck help 12517 error when DL dictionary

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      446 Views
      Matt HarasimoM

      Found a workaround/solution myownself; I DLed the ENTIRE LibreOffice/Dictionary repo as a zip, extracted the folder /en from it, and copied ALL the files in that into the C:\Users\User\AppData\Roaming\Notepad++\plugins\config\Hunspell\ directory, overwriting what was there. Reload NPP, now works. Musta missed the file(s) that told NPP/DSpell how to use the .aff/.dic files.

    • D.A.G 13D

      Delete blank lines of multiple opened files

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      0 Votes
      16 Posts
      4k Views
      Ramanand JhingadeR

      @PeterJones Thank you very much, it worked like a charm!

    • Bpy72876175B

      How to delete lines with missing characters in certain positions

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

      @Bpy72876175 said in How to delete lines with missing characters in certain positions:

      More of a business guy here not a coder, but I used that and just changed the character position as needed to Bookmark those lines

      But you seem to already know your way around Notepad++ pretty well, if you were able to “bookmark” matching lines and delete them.

      For others that might not be so savvy, here’s how it could have been done:

      Use the Mark All command on the Mark tab of the Find window to get lines with a “blank” in the appropriate column to appear in red and have a “blue ball” symbol to their left – the blue ball is the bookmarking symbol:

      Imgur

      Right click on a bookmarking symbol (actually anywhere in the column of the blue balls is fine) and a menu will appear, from which you may then choose Remove Bookmarked Lines:

      Imgur

      After executing that the bookmarked lines (and the blue balls) are gone.

    • Robin CruiseR

      Regex: Replace html links framed by html comments

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

      @Robin-Cruise said in Regex: Replace html links framed by html comments:

      Maybe someone will need this solution

      Let’s please not post solutions to random things not requested by anyone.
      There could be an infinite amount of such things.

    • Bill RobertsB

      Add hyphenated word to Hunspell dictionary

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      533 Views
      Bill RobertsB

      Thanks Terry, that did the trick!

    • Ramanand JhingadeR

      How to delete leading white/blank spaces in each line which begins with `<`

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      733 Views
      Ramanand JhingadeR

      @PeterJones It worked for the files in my folder. Thanks!
      @guy038 I thank you also. You are terrific - the Regex Guru as some are calling you!
      @Alan-Kilborn I searched online and could not find a solution which is why I asked here. Please don’t get irritated. Thanks!

    • Vasile CarausV

      Regex: Find duplicate tags/words from some tags

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

      Much simple solution:

      Search: (<p class="text_obisnuit2"><em>)(.+)</em>(.+)<em>(.+)(</em></p>)
      Replace: \1\2\3\4\5

    • Bas MeijboomB

      Notepad++ crash by using NppFTP on Android Hotspot

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      554 Views
      gstaviG

      if the Notepad++ process crashes then there should be “something to do”. Most likely from NppFTP side. It is OK to fail to connect but it should not crash the process.

      Never used NppFTP but if its developer is active and responsive you should contact him and seek help. The ideal way would be for you to provide an easy way to reproduce the issue but that not always feasible. Some developers may provide you with an extra verbose debug version where you reproduce the problem by yourself and provide debug data.

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