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

    $(CURRENT_DIRECTORY) is np++ directory

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Nov 28, 2020, 4:24 PM
    Nov 28, 2020, 5:42 AM
    0 Votes
    5 Posts
    594 Views
    B Nov 28, 2020, 4:24 PM

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

  • A

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

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 28, 2020, 11:26 AM
    Nov 25, 2020, 10:05 PM
    3 Votes
    4 Posts
    2k Views
    A Nov 28, 2020, 11:26 AM

    @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.

  • S

    Marked text manipulation

    Watching Ignoring Scheduled Pinned Locked Moved regex mark regex delete text copy
    50 Nov 26, 2020, 8:12 AM
    Nov 12, 2016, 11:50 AM
    1 Votes
    50 Posts
    53k Views
    D Nov 26, 2020, 8:12 AM

    @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.

  • M

    "Count" number of matches

    Watching Ignoring Scheduled Pinned Locked Moved search feature find window count button
    4 Nov 25, 2020, 1:52 PM
    Nov 24, 2020, 10:33 PM
    0 Votes
    4 Posts
    4k Views
    A Nov 25, 2020, 1:52 PM

    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.

  • J

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

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Nov 25, 2020, 3:06 AM
    Nov 16, 2020, 3:26 PM
    0 Votes
    8 Posts
    444 Views
    A Nov 25, 2020, 3:06 AM

    Hi @Terry-R

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

    BR

  • M

    Perl subroutine calltips - with PythonScript

    Watching Ignoring Scheduled Pinned Locked Moved
    52 Nov 23, 2020, 1:31 PM
    Nov 19, 2020, 2:29 PM
    2 Votes
    52 Posts
    4k Views
    M Nov 23, 2020, 1:31 PM

    @Ekopalypse said in Perl subroutine calltips - with PythonScript:

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

    That worked!

  • P

    Request for a new command line switch --singleInst

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 21, 2020, 7:13 PM
    Nov 19, 2020, 8:47 PM
    0 Votes
    4 Posts
    338 Views
    P Nov 21, 2020, 7:13 PM

    @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.

  • J

    Updating version looses cached documents in the editor.

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 21, 2020, 6:54 PM
    Nov 21, 2020, 11:31 AM
    0 Votes
    3 Posts
    217 Views
    P Nov 21, 2020, 6:54 PM

    @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.

  • J

    Replace all double quotes freezes over a certain number of lines

    Watching Ignoring Scheduled Pinned Locked Moved replace all 7.9.1
    6 Nov 21, 2020, 3:56 AM
    Nov 19, 2020, 3:34 PM
    0 Votes
    6 Posts
    341 Views
    J Nov 21, 2020, 3:56 AM

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

  • J

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

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 20, 2020, 5:20 PM
    Nov 20, 2020, 5:09 PM
    0 Votes
    2 Posts
    204 Views
    P Nov 20, 2020, 5:20 PM

    @JasonJDooley ,

    You already asked that and I already answered.

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

  • W

    Backtick javascript strings in Notepad++

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Nov 20, 2020, 1:01 PM
    Nov 19, 2020, 3:03 PM
    0 Votes
    6 Posts
    1k Views
    caryptC Nov 20, 2020, 1:01 PM

    ok , ty for guidance.

  • vmars vernonV

    Help , can't shut off Transparency ?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 18, 2020, 9:44 PM
    Nov 18, 2020, 9:39 PM
    0 Votes
    2 Posts
    158 Views
    vmars vernonV Nov 18, 2020, 9:44 PM

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

  • matteshM

    User Manual is gone?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 18, 2020, 1:02 AM
    Nov 16, 2020, 10:15 PM
    0 Votes
    4 Posts
    230 Views
    donhoD Nov 18, 2020, 1:02 AM

    @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 Nov 17, 2020, 12:56 PM
    Nov 17, 2020, 1:47 AM
    0 Votes
    3 Posts
    243 Views
    A Nov 17, 2020, 12:56 PM

    @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 Nov 16, 2020, 11:55 PM
    Nov 16, 2020, 11:07 PM
    0 Votes
    3 Posts
    208 Views
    TDLgamingT Nov 16, 2020, 11:55 PM

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

  • Jozsef Szasz-FabianJ

    The installer doesn't detects application location anymore

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 16, 2020, 12:20 AM
    Nov 15, 2020, 1:31 PM
    0 Votes
    2 Posts
    257 Views
    P Nov 16, 2020, 12:20 AM

    @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.

  • Ray HamelR

    How to auto color specific words opening text files

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 16, 2020, 12:03 AM
    Nov 14, 2020, 11:53 PM
    1 Votes
    4 Posts
    724 Views
    P Nov 16, 2020, 12:03 AM

    @Ray-Hamel ,

    Put the extension (no dot) in the Ext entry for your UDL
    8803e092-7da9-437c-b015-913a1e356545-image.png

    That was also explained in the UDL documentation already linked.

  • VL4DST3RV

    Np++ randomly freezing at startup

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Nov 15, 2020, 1:37 PM
    Oct 29, 2020, 9:02 PM
    0 Votes
    5 Posts
    339 Views
    Jozsef Szasz-FabianJ Nov 15, 2020, 1:37 PM

    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.

  • Keith WoodK

    Delete text up to a certain number of characters from the end of a line

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 12, 2020, 8:14 PM
    Nov 12, 2020, 4:35 PM
    0 Votes
    3 Posts
    2k Views
    Keith WoodK Nov 12, 2020, 8:14 PM

    That worked like a champ! Thank you ever so much!

  • un-pogazU

    Bug with -openFoldersAsWorkspace

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Nov 11, 2020, 5:55 PM
    Nov 11, 2020, 11:55 AM
    1 Votes
    6 Posts
    427 Views
    A Nov 11, 2020, 5:55 PM

    @un-pogaz

    I fully understand the Explorer right-click concept.

    There is also the factor of how often you do this (set up a folder as workspace).
    I have had the same folder set up this way for several years now; hasn’t changed.
    But, everyone’s different.
    I just wouldn’t have a high expectation that this kind of thing is in the upper parts of the dev’s todo lists.

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