• Create local XML and XSD files can be evaluated successfully

    1
    2 Votes
    1 Posts
    9k Views
    No one has replied
  • remove duplicate urls

    7
    0 Votes
    7 Posts
    3k 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
  • $(CURRENT_DIRECTORY) is np++ directory

    5
    0 Votes
    5 Posts
    1k Views
    BGM CoderB
    Thanks! That clears things up for me. I’m a bit richer now!
  • Poor-man's "regex favorites" in Notepad++

    4
    3 Votes
    4 Posts
    3k 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.
  • "Count" number of matches

    search feature find window count button
    4
    0 Votes
    4 Posts
    8k 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.
  • Split lines in n characters completing whole words in Notepad++

    8
    0 Votes
    8 Posts
    1k 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
  • Perl subroutine calltips - with PythonScript

    52
    1
    2 Votes
    52 Posts
    14k Views
    Michael VincentM
    @Ekopalypse said in Perl subroutine calltips - with PythonScript: Just to make clear, this function is not really needed. That worked!
  • Request for a new command line switch --singleInst

    4
    0 Votes
    4 Posts
    696 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.
  • Updating version looses cached documents in the editor.

    3
    0 Votes
    3 Posts
    426 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.
  • 0 Votes
    6 Posts
    833 Views
    Jerry O'BrienJ
    @Ekopalypse Thanks. I removed and reinstalled XML Tools and that fixed it.
  • 0 Votes
    2 Posts
    397 Views
    PeterJonesP
    @JasonJDooley , You already asked that and I already answered. If you need more help, reply in the other thread.
  • Backtick javascript strings in Notepad++

    6
    0 Votes
    6 Posts
    2k Views
    caryptC
    ok , ty for guidance.
  • Help , can't shut off Transparency ?

    2
    0 Votes
    2 Posts
    346 Views
    vmars vernonV
    Hmm… Don’t know what I did , but now it works .
  • User Manual is gone?

    4
    0 Votes
    4 Posts
    496 Views
    donhoD
    @PeterJones Thank you for your heads up. @mattesh Does it work now for you?
  • Where do feature suggestions go?

    3
    0 Votes
    3 Posts
    481 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. :-)
  • problem space/tab

    3
    0 Votes
    3 Posts
    430 Views
    TDLgamingT
    i fix but i disabled all this is for fix -> https://gyazo.com/3d72577d822a430fd55b080c1676effe Thanks Peter
  • The installer doesn't detects application location anymore

    2
    0 Votes
    2 Posts
    468 Views
    PeterJonesP
    @Jozsef-Szasz-Fabian , This was noticed back in February (see previous discussion) and an official issue was created as #7946. You might want to upvote and/or comment on the issue to try to get more traction from the developers.
  • How to auto color specific words opening text files

    4
    1 Votes
    4 Posts
    1k Views
    PeterJonesP
    @Ray-Hamel , Put the extension (no dot) in the Ext entry for your UDL [image: 1605484936170-8803e092-7da9-437c-b015-913a1e356545-image.png] That was also explained in the UDL documentation already linked.
  • Np++ randomly freezing at startup

    5
    2
    0 Votes
    5 Posts
    668 Views
    Jozsef Szasz-FabianJ
    I was experiencing this problem when I accidentally installed the 32-bit version instead of the 64-bit version. The 32-bit version has a bug that 1 out of 3 Npp startups result in freeze. I tested it on 4 computers.
  • Delete text up to a certain number of characters from the end of a line

    3
    0 Votes
    3 Posts
    3k Views
    Keith WoodK
    That worked like a champ! Thank you ever so much!