• Docked panels do not restore when multi instances is used

    3
    0 Votes
    3 Posts
    217 Views
    Mikael WillbergM

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

  • Floating "quote" button in forum is annoying

    4
    1 Votes
    4 Posts
    388 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
    297 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
    244 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
    225 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
    781 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
    257 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
    634 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.

  • Replace a CRLF with a space in Notpad++

    2
    0 Votes
    2 Posts
    13k Views
    Terry RT

    @James-Trowbridge said in Replace a CRLF with a space in Notpad++:

    but I cannot figure out what to put in the “Replace with:” field to replace the CRLF with a space (in other words NOTHING).

    Your first mistake is to call a space NOTHING. It is a character just like ALL other characters. To be returned it must be in the “Replace With” field. Just hit the “space bar” once and you get the space character, try that.

    Terry

  • [Feature request] Ability to (re)name tabs

    5
    0 Votes
    5 Posts
    384 Views
    Kimpa TammasK

    @PeterJones Thank you again for your suggestion, but it’s a fastidious way. Meanwhile a better solution, I use small stickers (Post-It) on tabs. It’s quick and easy to change.

  • Entering Alt Key Codes in a Document

    6
    0 Votes
    6 Posts
    5k Views
    PeterJonesP

    @James-Trowbridge ,

    Personally, I have always used the ancient Windows OS feature charmap.exe for accessing special characters – I have it saved in my Notepad++ Run menu with a keyboard shortcut to make it easy to access from Notepad++ … once it pops up, I choose “Group By: Unicode Subrange” and pick the category (“subrange”) of characters to choose from.

    But I just tried @guy038’s Win+; (and I think his “or” was meant to be Win+. instead of a second semicolon-based shortcut, because that’s the shortcut that the Emojis and Symbols panel told me to use when I first invoked it by Win+;… but now it’s stopped showing me that) – I might have to try to remember this one, because it might be faster (and supported longer into the future) than the old charmap.

  • enhancements

    2
    0 Votes
    2 Posts
    243 Views
    PeterJonesP

    @jim-murray ,

    Boy, wouldn’t that be nice. Too bad the Notepad++ Developer doesn’t have a budget and manpower of Microsoft-proportions helping him implement features. ;-)

    BTW: HTML doesn’t have variables or functions. Are you really talking about the JavaScript embedded in an HTML document?

    ----

    Addendum: one of the power users here is currently working on developing an LSP (“Language Server Protocol”) client plugin for Notepad++: LSP is what Visual Studio uses for linking to various “LSP servers” which can give it augmented right-click and code-completion features that go beyond the code-completion that Notepad++ provides by default. Assuming that an LSP server exists for the language of your choice (his examples show ones for Python, V, and D; there might be one for HTML/JS/ASP/PHP/etc or some subset thereof). So once that plugin is ready for prime time, and if an LSP server existed for the combo of web technologies that you are programming for, you might be able to get some or all of the feature set you’re looking for (eventually).

    Additionally, there are a variety of HTML and web-related plugins already available for Notepad++, and while waiting for the full features of LSP, some of those might help make your development easier.

  • Python script plugin does't show my script after save it

    3
    0 Votes
    3 Posts
    1k Views
    Alan KilbornA

    I must use the Installed Version of Notepad++, not the Portable Version as to work.

    Lest other readers of this thread believe it, it is not true.

    I made a Python script

    Well, how exactly did you do this?

    If you did Plugins > Python Script > New Script, and give your script a name and some lines of code, after you Save it for the first time you can go to Plugins > Python Script > Scripts and it will be shown there.

    However, if you create a new .py file in the ...\plugins\Config\PythonScript\scripts\ folder in some other way, it will not show up in the menus until after you restart Notepad++.

    Using the New Script method, there’s an automatic way for the plugin to know to modify the menus right away. Using any other method – how could it know? At startup of N++ (and thus the plugin), it scans the scripts folder to build the menus the initial time, so it finds all existing scripts at that time.

  • Limit line length

    6
    0 Votes
    6 Posts
    30k Views
    PeterJonesP

    @achalk ,

    Technically, it does still exist, but it is not maintained, and is only available for 32bit Notepad++ .

  • 0 Votes
    4 Posts
    543 Views
    Ahu LeeA

    Of course it was stupid of me to even think that that could be not a Windows problem.

    But what is peculiar is that this issue is somehow connected to the pointer color (or rather the scheme color).

    I’m using Windows 10 and if it is Mouse Properties > Scheme > Windows Default (system scheme) then everything looks okay, but Windows Black (system scheme) gives me that “ugly” pointer that is shown above.

  • zoom indicator

    4
    0 Votes
    4 Posts
    3k Views
    Iton HornI

    If not a zoom indicator in status bar, may be an indicator directly in the “View/Zoom” menu?
    So as it is in XnView - see picture.

    xnview-zooming.jpg

  • notepad ++ freezes & close

    1
    0 Votes
    1 Posts
    205 Views
    No one has replied
  • Make the Post-It view resizable.

    3
    0 Votes
    3 Posts
    286 Views