• 0 Votes
    15 Posts
    5k Views
    Alan KilbornA

    @scott-livingston

    sometimes I really have to look to find it’s secret pop-up location!

    points to the Find Dialog’s stealthy appearance

    I use 4 monitors as well most of the time, and I have no such problems. There are no secrets/stealth operations here – the Find dialog will remain where YOU last put it. There should be no need to go hunting for it, just don’t put it in a different location at different times – and if you do, remember where that was.

    if <Ctrl-F> could at least open the dialog on the same monitor

    Think of how many users that would not want that; I’m one of them. I’ll go out on a limb and say that most users of 2+ monitors have N++ full-screen on one of them, and a Find window appearing on that, right in the way of the text they are editing, would be terribly annoying as they now have to grab that Find window and move it somewhere else, to see their text behind it.

  • Double Ctrl-F no longer moves Find dialog

    3
    0 Votes
    3 Posts
    413 Views
    Scott LivingstonS

    @peterjones Thanks for your reply PeterJones, I have taken my response to that thread.

  • K-Lite Codec Pack part of NP++?

    4
    0 Votes
    4 Posts
    992 Views
    ClaBrownC

    OK guys, thanks for the info. Didn’t think NP++ was using any Codecs, but with the install dates matching and the depth of NP++ also couldn’t rule it out. Yes, I checked with the normal player I use, VLC, but they also Nope, all their codecs are built in. Thanks, time for more investigating …

  • Skip the question: "Do you want to reload the file ..."

    2
    0 Votes
    2 Posts
    184 Views
    Alan KilbornA

    @sandro-rosa

    Your control options for that are found here:

    bf9e6908-f1d9-4264-b554-a6b8e6ff0ef2-image.png

  • How to search 1000+ lines, same syntax and words in hundreds of TXT files

    8
    0 Votes
    8 Posts
    597 Views
    Alan KilbornA

    @peterjones said in How to search 1000+ lines, same syntax and words in hundreds of TXT files:

    If you are still interested in the Notepad++ with PythonScript plugin solution, let us know, the next time Alan logs in, he may be able to offer more advice on how to get that working.

    I thought some more about this, and I don’t think it is on-topic enough for Notepad++ in order to pursue it here. While a PythonScript could be written to do this, it is really unrelated to Notepad++ and is just plain Python, making it a better topic for some other forum.

  • [Feature request] Possibility to set color for the TABs

    2
    0 Votes
    2 Posts
    335 Views
    Alan KilbornA

    @recoil1992

    Feature requests are made by following the instructions HERE.

  • Stability of Notepad++

    2
    0 Votes
    2 Posts
    278 Views
    Alan KilbornA

    @fml2

    Well…bugs happen.
    I think you’re doing the right thing to avoid them.
    Use an older version and periodically upgrade to a newer (but not the newest) version that hasn’t been shown to have critical problems.

  • Minor bug in SQL language.

    3
    0 Votes
    3 Posts
    370 Views
    Alan KilbornA

    @dennis-flory

    Suggest you show an example as what Peter tried was contrived because you didn’t, and may not illustrate the problem you are seeing. Please include copyable text as well as a screenshot of the bogus lexing you see in your next posting.

    Also, providing your debug info wouldn’t hurt either. For full details see HERE but the gist of it is go to the ? menu and choose Debug Info... and click the blue link for Copy debug info into clipboard.

  • open/edit files without extension

    3
    0 Votes
    3 Posts
    1k Views
    IDizorI

    @peterjones than you for the answer.

    I agree that standard Windows associating methodology can cover a major number of usecases when working with text files. But sometimes Windows or some apps open files for you without asking what editor to use (under the hood they call default notepad in similar way like I specified above).

    It looks like the parameter -notepadStyleCmdline was created specifically for this “hack” with replacing default notepad, but there is something wrong with parameter processing in NPP.

  • Very slow loading over network

    2
    0 Votes
    2 Posts
    394 Views
    EkopalypseE

    @mh-hilpert
    I have no experience with processing such large files from a network drive with Npp.
    To find out what is going on in such a case, I would run Wireshark and Procmon to track the behavior.

  • Docked panels do not restore when multi instances is used

    3
    0 Votes
    3 Posts
    215 Views
    Mikael WillbergM

    @peterjones Done, added this same info to issue 9710.

  • Floating "quote" button in forum is annoying

    4
    1 Votes
    4 Posts
    372 Views
    Alan KilbornA

    If we’re going to have “automated context menus”, why not add a Copy to this one? :-)

    Like Peter, I don’t have a strong opinion on the OP’s annoyance. If one “likes to highlight the paragraph I am reading”, I’ll notice that the “Quote” menu thingy doesn’t obscure that paragraph at all.

  • Autosave disable when you select multi instance

    3
    0 Votes
    3 Posts
    289 Views
    PeterJonesP

    @alan-kilborn said in Autosave disable when you select multi instance:

    so I presume there is a good reason for current behavior?

    My guess is because if you have two instances that both have enable-session-snapshot turned on, then whichever instance is closed last will be the one whose session wins, and that would confuse/annoy some users and would guarantee data loss.

    Having a feature that guarantees unexpected data loss is a bad idea in my opinion, and is the reason that I would guess that the developers have prevented session-snapshot from being enabled on additional instances.

  • Notepad++ the decimal representation of a byte

    2
    0 Votes
    2 Posts
    238 Views
    Neil SchipperN

    @james-trowbridge Do you know about ascii codes, like ‘A’ is 41 hex is 65 decimal, and ‘a’ is 0x61 is 97?

    Hence, in ext mode, searching for single letter ‘b’ is the same as searching for either \x62 or \d098.

  • 0 Votes
    2 Posts
    216 Views
    Alan KilbornA

    @bo-chen

    Probably not many here are equipped to answer the part about “Mega”. I for one know not what that is.

    And/or is this a bug/flaw in the way notepad++ auto detects changes? Did the going back one hour at the daylight savings time trip it up?!

    Probably, as N++ doesn’t need any code to handle DST IMO. It isn’t a big deal.

  • NPP No Longer Remembers Previous Search Criteria

    10
    0 Votes
    10 Posts
    1k Views
    Alan KilbornA

    @dick-adams-0 said in NPP No Longer Remembers Previous Search Criteria:

    Why would NPP think I wanted new documents to start with the letter ell?

    It doesn’t.

    never saved the new document, so why did NPP keep presenting it with a single letter ell when I launched NPP? Is that normal behavior?

    N++ by default remembers unsaved changes to documents. Yes, it is normal behavior. You can change the way N++ handles this so that you get prompted to save/discard any unsaved changes when Notepad++ exits, if you want that behavior.

    I’d say what happened was that you somehow “fat fingered” an l into your document, you never noticed it, and it just “hung around” as an unsaved change. N++ had no way of knowing it was unintentional.

  • Option to display all zero-width characters?

    3
    0 Votes
    3 Posts
    752 Views
    Alan KilbornA

    @peterjones

    Wow, cool popup preview if you hover over the blue “Invisible Characters Unwanted” text … apparently another aspect of the recent NodeBB update!

  • How to setup Cloud settings between 2 or more PCs and how to recover?

    6
    0 Votes
    6 Posts
    2k Views
    PeterJonesP

    @hot12345 said in How to setup Cloud settings between 2 or more PCs and how to recover?:

    Do I it wrong?

    You must have done it wrong, because the SaveSession/LoadSession feature works exactly as designed.

    Please note that Save Session only saves real files. Files that are unnamed/unsaved (the “new 1” and similar tabs) are not saved in the session file.

    Watch this video to see it in action, including seeing that the unsaved/unnamed file is not saved as part of the session:

  • Search Dialog (Lost and Found)

    2
    0 Votes
    2 Posts
    252 Views
    PeterJonesP

    @laurie-stearn ,

    This is essential equivalent to this recent post, where I explained one of the sequences that was in that SU discussion.

  • [Feature request] Capacity to copy Summary info

    3
    0 Votes
    3 Posts
    630 Views
    Alan KilbornA

    @jim-birch said in [Feature request] Capacity to copy Summary info:

    to be able to copy all or part of the information on the summary page

    That would be great, although not for the reasons you say (for which Peter has already given you solutions).

    If you want to attempt to influence Notepad++ future direction on this, you can make an official feature request, details on doing so are found HERE.