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

      Please reinstate support for URL protocols

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      280 Views
      subz390S

      Wow ok this looks good, thank you for the pointer to the post.

    • cisco779kC

      help reg-ex

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      273 Views
      cisco779kC

      many tanxs (again) for your explanation!

    • Md. Mobashir HasanM

      How to remove a language from a srt file?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      354 Views
      rinku singhR

      .srt + .srt + video file is a video with subtitle of text multiple language
      you can not delete a language with npp
      use MkvToolnix capture-20201129-175550.png

    • markabrandjordM

      Create local XML and XSD files can be evaluated successfully

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      7k Views
      No one has replied
    • El FAROUZE

      remove duplicate urls

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

      @guy038 said in remove duplicate urls:

      Am I missing something obvious ?

      I made no assumptions about the list, I just wanted to keep the order that did exist in reverse. The OP had pivoted my solution suggesting it worked for them.

      Terry

    • BGM CoderB

      $(CURRENT_DIRECTORY) is np++ directory

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      575 Views
      BGM CoderB

      Thanks! That clears things up for me. I’m a bit richer now!

    • Alan KilbornA

      Poor-man's "regex favorites" in Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      3 Votes
      4 Posts
      2k Views
      Alan KilbornA

      @guy038 said in Poor-man's "regex favorites" in Notepad++:

      Your search regex|(*F)\Q REPL:Your replacement regex

      Nice, one Guy!
      I’d like the original (?#...) one better, because it is more readable (once one knows that it is a “comment”), except for the problem I noted with the closing parens.
      Because of that limitation, |(*F)\Q is definitely better here.

    • SuncatcherS

      Marked text manipulation

      Watching Ignoring Scheduled Pinned Locked Moved regex mark regex delete text copy
      50
      1 Votes
      50 Posts
      52k Views
      dinkumoilD

      @Alan-Kilborn said in Marked text manipulation:

      Copy and cut of selected text would jam all of the text together if it were on a selection basis (probably not really useful that way).

      Yes, you are right. Up to now, I’ve used my script only for deleting and editing the selections. But especially being able to multi-edit all occurences of a search term or overwrite them by multi-paste vastly increases productivity.

    • migemet nppM

      "Count" number of matches

      Watching Ignoring Scheduled Pinned Locked Moved search feature find window count button
      4
      0 Votes
      4 Posts
      4k Views
      Alan KilbornA

      I had a thought that it might be valuable to better state the precedence of options that I mentioned earlier. Let me give it a go, in the form of a pseudocode flowchart:

      Count option rules: if "In selection" is ticked Count will be occurrences within the selected text (of a single, non-column-block) selection else if "Wrap around" is ticked Count will be occurrences within the entire document else if "Backward direction" is ticked Count will be occurrences from the start of document to the (main) caret else Count will be occurrences from the (main) caret to the end of the document

      The use of “(main)” is important if you have multiple carets active at once (i.e., multi-editing enabled).
      You only have one “main” caret, which is the most-recent one you created.

    • Joan Chaparro i BertranJ

      Split lines in n characters completing whole words in Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      419 Views
      astrosofistaA

      Hi @Terry-R

      You’re right, my bad. I misread the whole thing. Hope that OP wasn’t fooled by my post.

      BR

    • Michael VincentM

      Perl subroutine calltips - with PythonScript

      Watching Ignoring Scheduled Pinned Locked Moved
      52
      2 Votes
      52 Posts
      4k Views
      Michael VincentM

      @Ekopalypse said in Perl subroutine calltips - with PythonScript:

      Just to make clear, this function is not really needed.

      That worked!

    • pbarneyP

      Request for a new command line switch --singleInst

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      311 Views
      pbarneyP

      @PeterJones

      It was a wishlist item and my wishlist doesn’t trump pressing needs. Too often the perfect is the enemy of the good.

      I don’t know what’s involved in ongoing Notepad++ development, and whether it would have been a, “hey, good idea, I’ll whip that together in 10 minutes and be done with it” or if it would be, “hmm, we’ll put together a committee to do a needs analysis prior to committing it to the product roadmap and tasking several developers to develop the unit tests and blah blah blah.”

      Either way, my life is 90% workarounds, so I’m fine with it.

    • Justin TolearnJ

      Updating version looses cached documents in the editor.

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

      @Justin-Tolearn said in Updating version looses cached documents in the editor.:

      I don’t know if this is a common behaviour I’ve not noticed before, but all documents that were in the previous version of the editor but NOT saved, were lost.
      Is this normal?

      It’s not common/normal, but we have heard instances of that before, so it’s not unheard-of, either.

      As @Alan-Kilborn said, anyone who tries to upgrade any software package without saving any active work first is just asking for trouble.

    • Jerry O'BrienJ

      Replace all double quotes freezes over a certain number of lines

      Watching Ignoring Scheduled Pinned Locked Moved replace all 7.9.1
      6
      0 Votes
      6 Posts
      322 Views
      Jerry O'BrienJ

      @Ekopalypse Thanks. I removed and reinstalled XML Tools and that fixed it.

    • JasonJDooleyJ

      Help switching localization from English to Spanish - It's not working! Please help

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

      @JasonJDooley ,

      You already asked that and I already answered.

      If you need more help, reply in the other thread.

    • WillPittengerW

      Backtick javascript strings in Notepad++

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

      ok , ty for guidance.

    • vmars vernonV

      Help , can't shut off Transparency ?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      150 Views
      vmars vernonV

      Hmm…
      Don’t know what I did , but now it works .

    • matteshM

      User Manual is gone?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      223 Views
      donhoD

      @PeterJones Thank you for your heads up.

      @mattesh Does it work now for you?

    • Belteshazzar DiazB

      Where do feature suggestions go?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      227 Views
      Alan KilbornA

      @Belteshazzar-Diaz said in Where do feature suggestions go?:

      suggest a “favorite fonts” feature

      IMO developers aren’t going to spend cycles on such a feature.
      Font is something you change probably once and then forget about it.
      Devs want to spend time on “bigger wins”; feature improvements and bug fixes that will impact many users as they constantly use N++.

      But, go ahead, by all means, you are free to request what you’d like to see. :-)

    • TDLgamingT

      problem space/tab

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      202 Views
      TDLgamingT

      i fix but i disabled all
      this is for fix -> https://gyazo.com/3d72577d822a430fd55b080c1676effe
      Thanks Peter

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