• from prompt command

    3
    0 Votes
    3 Posts
    215 Views
    Marco Dell'OcaM

    @Alan-Kilborn
    perfect, many thanks
    Marco Dell’Oca

  • search results without a new window

    7
    0 Votes
    7 Posts
    2k Views
    EkopalypseE

    @Bernd-Rudolf-Oldengott said in search results without a new window:

    sorry for the lack of translation

    Kein Problem, übrigens, deepl.com macht hier einen hervorragenden Job. Absolut empfehlenswert. Benutze ich, seit ich es kenne, immer.

    No problem, by the way, deepl.com does an excellent job here. Absolutely recommendable. I’ve been using it ever since I’ve known it.

  • want home-key to move cursor to very-start of line

    7
    3 Votes
    7 Posts
    2k Views
    Bob SteinB

    The Settings | Shortcut mapper | Scintilla commands | SCI_HOMEDISPLAY setting worked for me. A bit tedious to resolve the conflict. Soviet era UX.

    Screenshot 2022-12-02 18.58.54.png

  • Setup Notepad++ with cloud syncing?

    15
    0 Votes
    15 Posts
    53k Views
    Thomas ArthurT

    @Pim-x same! - I think it would be huge to allow either adding this feature - it’s not like they couldn’t even let the burden of storage fall on a user’s OneDrive or GoogleDrive or DropBox or something - but at least let us point to a data store for our open tabs/files/etc.

  • Add files from document list to Project

    4
    1 Votes
    4 Posts
    413 Views
    Rodrigo SantosR

    Thanks for the detailed response. You are right, it may just be easier to reopen them in the project itself.

  • Finding matches

    5
    0 Votes
    5 Posts
    2k Views
    Alan KilbornA

    @Alan-Kilborn said in Finding matches:

    but as a new candidate example for the math-replacement-FAQ

    We’ve gussied up the code above and did indeed add it to the FAQ.

  • Deleting Sections

    4
    0 Votes
    4 Posts
    510 Views
    BerkanB

    @guy038 Thank you for your help. It worked perfectly

  • Transfer temp 'new' files from old system to new system

    4
    0 Votes
    4 Posts
    4k Views
    PeterJonesP

    @GFS-Invest said in Transfer temp ‘new’ files from old system to new system:

    When I start up NotePad++ on my new system, the temp ‘new’ are not being opened.

    To give some color as to why: Notepad++ doesn’t just look at the backup folder and load all of those files; instead, it has a session file, which tells it how many unsaved files are currently open, and which temporary backup file each of those unsaved files maps to.

    While Notepad++ doesn’t do that, you can use a scripting language of some sort to do it. For example, here I published a solution that works with the PythonScript plugin: it will scan through your backup directory, and add a file to the current session for each file in that directory.

    But as Alan says, with only a handful of files (and 8 is easily within those bounds), don’t bother with that script: just manually copy the data from those into new file(s).

    And I second his encouragement to use known-location saved files. I always have a file open at work that is Peter's Scratchpad: it’s where I put in my “temporary” stuff, which I may delete from at a moment’s notice, but is always saved, so the “temporary” data can persist for seconds, minutes, hours, days, months, or years. (Yes, I do have stuff in there for years – it’s where I keep my list of unicode checkboxes and arrows that I frequently use and want to be able to easily copy/paste into other documents or into forums like this → ☑.)

  • PythonScript get filenames in both views

    4
    1 Votes
    4 Posts
    542 Views
    Alan KilbornA

    @Alan-Kilborn said:

    Regarding:

    If a view is not open and you ask for the getCurrentDocIndex() on that view, it will return an “interesting” thing

    See:

    https://github.com/bruderstein/PythonScript/issues/255

  • New document | Default langauge not working for new NP++ instance

    4
    0 Votes
    4 Posts
    948 Views
    Craig O'NeilC

    @PeterJones thanks for all your help with this.
    cheers, Craig.

  • CLIPBOARD-RELATED crashes

    3
    0 Votes
    3 Posts
    422 Views
    PeterJonesP

    @TIBETALIA ,

    See a related discussion here, which mentions a non-Notepad++ tool for tracking the clipboard history. Normally, I wouldn’t recommend an external tool, but for you, it would help, because even if Notepad++ crashes, that external tool should not, so you should not lose your clipboard contents.

  • Notepad ++ not responding when saving XML file

    18
    0 Votes
    18 Posts
    6k Views
    Graham CollinsG

    This happened to me on 8.4.7. Disabling the options mentioned by @joel-rodriguez worked for me

  • Find the specific word in notpad++

    4
    0 Votes
    4 Posts
    467 Views
    Alan KilbornA

    @Dark-Light

    I misread the problem statement; @Silent_Macjedi 's answer is more accurate for the stated need than mine, please use that.

  • Comparing files

    7
    0 Votes
    7 Posts
    505 Views
    Mario CastroM

    Thanks :)

  • find function

    5
    0 Votes
    5 Posts
    471 Views
    Richard BruceR

    @Alan-Kilborn perfect thank you

  • Notepad++ Email Verification

    3
    0 Votes
    3 Posts
    702 Views
    PeterJonesP

    @PJRamaglia said in Notepad++ Email Verification:

    Or is it truly legit?

    It is truly legit. As @rdipardo said, it may have been an expired token. Or perhaps there was a temporary server glitch.

    If the latter, how would I go about requesting a new confirmation email?

    It’s not critical; the email verification is only used if you care about email notifications for replies, etc. Those don’t always work anyway, so you are not missing out on the essential functionality of the forum by not having a “confirmed” email address. (Until a few months back, the email verification didn’t work at all.)

    @rdipardo said,

    If you use GitHub, it’s much more reliable to simply link your existing account.

    Any of the login methods should be equally reliable. I’ve always used the “sign in with google”, and have had no reliability problems over the last 7 years I’ve been here.

    And if you didn’t use the “GitHub” login the first time you created your account, don’t try to use it for logging in (yet), because it will create a second account, which is not what you want. If you really want to be able to log in with multiple of the buttons:

    stay logged in using the button you used the first time Go to your icon in the upper right and select “Edit Profile”:
    8e10df2a-6fa0-4cc2-b32c-63b677eca3e3-image.png in the right column, there will be buttons that say either “click here to associate with…” or “associated with…”
    486a34aa-a679-4251-8498-b3b073e90fee-image.png If you want to add another, click on the “Click here to associate…” button. For example, you can see in my screenshot that I can log in using either my google account or my GitHub account. Both will take me to this same account. If I wanted to, I could also add my Facebook and/or Twitter accounts (though given recent changes at Twitter, that might not be so wise right now). BTW: Do not click “dissociate” on all the accounts; that will mean once you lose your active session, you will never be able to log in again.

    To sum up: You only need one sign-in service associated with your account. But if you were worried about losing access here, you could associate a second (or third or fourth) service. That way, if you lose your Google credentials (or if Twitter closes your account, or whatever), you could still use your GitHub to access this same account, or similar.

  • printing issues on color laser printer samsung Xpress c480w

    25
    0 Votes
    25 Posts
    3k Views
    Lycan ThropeL

    @Alan-Kilborn said in printing issues on color laser printer samsung Xpress c480w:

    I hope everyone doesn’t see it as 4K. :-(

    No, we see it as it’s supposed to be, but you have added a yellow background to it and changed the blue to black. :)

  • Add leading zeros between "0x" and comma, to make a 8-digit hex number

    6
    1 Votes
    6 Posts
    1k Views
    Sankar SS

    @PeterJones @Terry-R , Thank you , I will check out these resources .

  • Regular Expression in c.xml function list

    15
    0 Votes
    15 Posts
    767 Views
    PeterJonesP

    My current proposal for the updated wording:

    Contribute your new or enhanced parser rule to the Notepad++ codebase

    If you have added or updated the parser definition file for one of Notepad++'s built-in languages, you are welcome to contribute your file to the Notepad++ codebase by creating “Pull Request” (also called a “PR”) on the Notepad++ GitHub page. (A “Pull Request” is just the GitHub mechanism for requesting that code you write be added to a project.)

    Please Note: You only need to create a Pull Request if you want your Function List definition to be bundled as part of the Notepad++ codebase going forward, so that everyone who downloads Notepad++ gets your Function List definition. If you do not need to contribute your Function List definition to everyone, then you do not need to read anything below this paragraph.

    If you created a Function List for your own UDL, you do not need to create a Pull Request using the link above, because user-created UDLs and their Function List definitions are not distributed as part of Notepad++. You do not need to read any further.
    If you just edited one of the pre-existing Function List definitions for your own personal use, and you don’t want to share it with anyone else, you do not need to create a Pull Request using the link above because you are not sharing it with others. You do not need to read any further.
    This Pull Request can be used to update the Function List for a language that already has a Function List definition, but you just want to make it better for everyone; or it can be for a new definition file for one of the builtin lexer languages that does not yet have a function list definition. If it does not not meet one of these requirements, you do not need to read any further.

    If you still want to believe you should be submitting your Function List parser to the Notepad++ codebase at this point, please follow the steps below to create and verify your Unit Tests and then submit the Pull Request.

  • How do I change the blue bookmark icon?

    4
    0 Votes
    4 Posts
    444 Views
    Alan KilbornA

    @TheAndiRich

    If you are really out to change it to some custom bitmap that you define, you can get a start by seeing how it might be done:

    https://community.notepad-plus-plus.org/topic/17382 (see Apr 2, 2019 8:19AM posting)

    This posting doesn’t change what you want to change, but it gives some ideas on doing something similar.