• Exception: vector <T> too long

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Meta ChuhM

    @Warlo-Jesser-D.-Belandres

    btw, as you use a portable version anyways:

    you could try out the portable version of notepad++ 7.6.3 from >>> here <<< extract it to a new folder, and update dspellcheck.
    on 7.6.3 run `plugins > plugins admin > updates" and update dspellcheck to 1.4.9
    (note: “plugins admin” is only available on portable notepad++ since version 7.6.2)

    if dspellcheck is the cause of your issue, you can also update to dspellcheck 1.4.10 manually from >>> here <<< and retry.

    if technical informations are of interest to you, you can re-read following dspellcheck issues, based on the research of @guy038 :
    https://github.com/Predelnik/DSpellCheck/issues/139
    https://github.com/Predelnik/DSpellCheck/issues/151

  • 0 Votes
    3 Posts
    918 Views
    Bob DelmarB

    Thanks.
    Your last line says it all…
    Joe

  • Bug problem with not saving

    Locked
    6
    0 Votes
    6 Posts
    1k Views
    Meta ChuhM

    thank you for your time and excellent and helpful explanation @Joseph

    The document (plain text file) in question is NOT opened by another app but it is cloned to a separate window.

    if you are using notepad++ in multi instance with auto backup enabled, it is very important that you don’t open the same document in two notepad++ windows, as they are separate processes and neither one is aware of what has been done at the other window.

    instead you should use only one notepad++ window and clone it to the second view:
    right click on your document tab, and select clone to other view as seen at the screenshot below.

    Imgur

    now both copies are using the same notepad++ process, and if you start typing, you will see that both, left and right copies, are synchronised without even saving them.

    note: if you want to see the unsynced original statically, for comparison purposes, you can copy it’s content to a new document tab on the second view, so that you can have a look at it any time.

    it is also recommended that you disable multi instance completely, if you often have to do this.
    go to settings > preferences > multi-instance and set it to default (mono-instance) as seen at the screenshot below.

    this way a document will always open as a tab at the existing notepad++ process.

    Imgur

  • Creating a new language for logging

    Locked
    1
    0 Votes
    1 Posts
    614 Views
    No one has replied
  • How to replace spaces with commas

    Locked
    2
    0 Votes
    2 Posts
    65k Views
    guy038G

    Hello, @angelica-sarina,

    I don’t really understand how your search/replacement could have gotten rid of all the line-breaks !

    Indeed, assuming the input text, below :

    15 21 24 32 65 11,3 07 25 39 40 47 20,3

    Open the Replace dialog Ctrl + H

    Type in a single space character, in the Find what: zone

    Type in a , character, in the Replace with: zone

    Select the Normal search mode

    Click on the Replace All button

    And you obtain the output :

    15,21,24,32,65,11,3 07,25,39,40,47,20,3

    Now, if your numbers may be separated by more than one space, as below :

    15 21 24 32 65 11,3 07 25 39 40 47 20,3

    Here is a second solution :

    Open the Replace dialog Ctrl + H

    Type in a \x20+ character, in the Find what: zone

    Type in a , character, in the Replace with: zone

    Select the Regular expression search mode

    Click on the Replace All button

    And, magically, you get the expected output :

    15,21,24,32,65,11,3 07,25,39,40,47,20,3

    Best Regards,

    guy038

  • Can anyone help me as new user?

    Locked
    2
    0 Votes
    2 Posts
    605 Views
    PeterJonesP

    Welcome to the forum, and to Notepad++.

    When editing an HTML file, you don’t just paste it in a browser (like IE or Chrome or Edge or Firefox): you have to open the file in the browser.

    If you want to see what your local copy looks like, after saving it in Notepad++, you should be able to go to the menu Run > Launch in IE (or Chrome, Edge, Firefox – this recent post by @Meta-Chuh explains how to add the launch-in-edge to that menu). Alternately, open your browser, and use the File > Open menu (or equivalent – often, Ctrl+O will bring up the Open dialog) to browse your local computer to find the saved HTML file, and open it.

    If you want to view it on your webserver, you will have to start by uploading the file to the webserver – you can use an external program like FileZilla, or use the NppFTP plugin for Notepad++. Once it’s on your webserver, then you just need to go to the appropriate URL in your browser of choice.

  • Function list is not working anymore

    3
    0 Votes
    3 Posts
    1k Views
    MAPJe71M

    @Stefaan-Casier could you elaborate on what stopped functioning, for what language(s)?

  • A BUG on multiple desktops - Windows 10

    Locked
    2
    0 Votes
    2 Posts
    860 Views
    Meta ChuhM

    welcome to the notepad++ community, @josip

    thanks for your video, it might win this year’s academy award for best editing 😂.

    yes, you are correct, i can reproduce this on a windows 10 pro x64 machine using the latest notepad++ 7.6.3 x64 and x86 under the following conditions:

    document map (or any similar detachable npp window) has to be opened, and the document has to be larger than one page. this only seems to happen, if you move the notepad++ window using “task view”
    (drag and drop notepad++ from one monitor to another seems fine)

    this happens if you use the task view switcher to move notepad++ to a virtual second desktop, as well as to a physical desktop.

    if anyone wants to see something funny:
    once reproduced, disable document map. now everything looks normal and you can click at the position where the shadow was left, nothing will happen.
    now re-enable document map, and booom … notepad++ is on one screen, and the clickable shadow is back on the other screen.

    now to what you can do, if it is of relevance to you:

    if you want to file this issue to the developers, please read and follow the community guide for bug reports: >>> FAQ Desk: Feature Request or Bug Report <<< to submit a notepad++ issue at github.

  • blue dot when Editing

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    Meta ChuhM

    welcome to the notepad++ community, @William-Anderson

    if you mean blue dots on the left, next to the line number, as seen at the screenshot below:

    those are bookmark points.
    you can set them and remove them by clicking inside the grey area between the line number and your text/code.

    they are very helpful, if you have a text or source code file, where you have to scroll up and down repeatedly.
    so if you are working on line 20 and line 2000 at the same time, and you want to switch back and forth between them, you just have to press f2 to jump to the next bookmark, or shift+f2 to jump back to the previous bookmark.

    there are many more features for bookmarks, you can see some of them at the screenshot below.

    Imgur

  • Find and delete

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    Terry RT

    @Dwaine-Maggart

    Glad it was easily solved. You are starting to see the power of ‘regex’, over a ‘normal’ search mode. Normal will only allow for static information, whereas the ‘regular expression’ mode is essentially a formula created in such a way as to seek out those character patterns (even if changing). In ‘normal’ mode the \ is just a backslash and R is just a capital R. BUT, when you combine them under ‘regular expression’ they become a metacharacter, basically a ‘bit of code’ to mean something special to the regex engine. Under ‘regular expression’ mode we’d need to have \\R if we just wanted a backslash followed by a capital R. The first \ identifies what follows as being special (only certain characters can be special), however in this case because the second \ is already special it allows for it to become normal again.

    Good luck and be sure to ‘seek’ out some of those supporting websites (and books) to learn more about “The Power of Regex” if you want to get better at it.

    I was where you are now about 8 months ago, I’m still learning. There are many helpful ‘citizens’ on this forum who will also help. All we ask for is that you (the OP) give us enough information to help us to help you, and also we hope it will lead you onto learning more.

    Terry

  • regex working on net page is not working in npp

    Locked
    10
    0 Votes
    10 Posts
    3k Views
    V S RawatV

    yes, it could find the correct part.

    /\K[^/]*(?=/[^/]*$)

    Thanks a gig, dear sir. :-)

  • 1 Votes
    4 Posts
    2k Views
    PeterJonesP

    Ah, right. I misunderstood the old thread: I thought that as of v6.8.8, it wasn’t supposed to be blocking the rest of Notepad++… but now that I re-read that, the original complaint there was that it was always-in-front, even if you tried to pull a different application in front to use.

    I agree, it does seem to be designed such that a find-in-files blocks all other Notepad++ actions, and so it wouldn’t be a bug, it would be a feature request. Though, as you say, github issues don’t inherently distinguish between the two, except by tags.

    I hadn’t looked to see if there were already open issues on the topic; I just thought if the OP wanted to make an issue of it, that previous issues should be checked to avoid duplicates.

  • 2 Votes
    8 Posts
    3k Views
    Meta ChuhM

    @luedi

    i’m glad you got notepad++ running again. 👍
    thanks for reporting back.

  • Add Micrisoft Edge to launch new *.html productions

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Meta ChuhM

    welcome to the notepad++ community, @Leo-de-Vetten

    you will need a little guide, because microsoft edge is a bit tricky.
    it can not be launched directly by running microsoftedge.exe "path_to\yourfile.html" as it is done using internet explorer, firefox and chrome.
    instead we will have to make shell api calls.
    but that’s not difficult, once you’ve read this guide.

    step by step guide - how to add “launch in edge” to notepad++:

    open the folder %AppData%\Notepad++\ in explorer

    find the file shortcuts.xml and open it in notepad++ for editing.

    copy the following line and paste (insert) it anywhere inside the <UserDefinedCommands>section

    <Command name="Launch in Edge" Ctrl="yes" Alt="yes" Shift="yes" Key="69"> shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge $(FULL_CURRENT_PATH)</Command> now your shortcuts.xml should look like the screenshot below (plus your ie and other user defined commands):

    Imgur

    save shortcuts.xml and restart notepad++
    (exit and reopen notepad++ to activate your shortcut changes to the run menu)

    if you now run “launch in edge” on any file, edge will open and display it, as seen at the screenshot below:

    Imgur

    note: you can also use the keyboard shortcut ctrl+alt+shift+eto launch edge with your file

    good luck and happy html coding 😉👍

  • Notepad++ is gone from the Windows Alt+Tab list

    Locked
    3
    0 Votes
    3 Posts
    873 Views
    V S RawatV

    It is appearing in my w8.1-64 with npp 7.6.2 though I have replaced windows alt tab with vista switcher.

    vista switcher screen shot

    Thanks.

  • file associations (file types to open with npp)

    41
    2 Votes
    41 Posts
    9k Views
    patrickdrdP

    well, thank you very much, you found the problem!

    which was in deleting the whole

    ...\FileExts\.txt\

    I was able to maintain my machine code too,
    here is the new version (final I hope) with my associations,
    anyone can adjust it to his needs of course of replace HKLM to HKCU if he wants:

    https://textuploader.com/1awwn/raw
  • Find/Replace then delete spaces

    Locked
    8
    0 Votes
    8 Posts
    1k Views
    PeterJonesP

    I started that boilerplate because if you just link to the FAQ’s, people tend to ignore the links, but if it’s got some context, you might convince a couple people to actually follow through and read the FAQ(s). But I got tired of rephrasing the same thing every time, so made up my boilerplate to paste in. Feel free to use it – it’s basically a pastable FAQ.

  • Keep line endings on paste (no LF to CRLF or CRLF to LF)?

    Locked
    6
    1 Votes
    6 Posts
    11k Views
    Meta ChuhM

    and thanks for the thanks from teacher to alumnus 😃👍

    side note:
    it feels nice to get a thanks from a teacher (peter) to a student (me)
    hope the who is who didn’t get mixed up in it’s context above.

  • bug in encoding (greek) in 7.6.3

    Locked
    9
    0 Votes
    9 Posts
    2k Views
    patrickdrdP

    thanks for the suggestions,
    I’m having similar problems on android with an app I use to log my sms messages,
    some text is unicode and some is not I guess,
    because if I select unicode some part is recognized, but not all of it,
    the same if I reverse it, I contacted the app developer and he said that it’s not one of his priorities (to fix it) now, so there is an issue in general

    as for the xml file, the problem started from the fact that I couldn’t send the file as an email from my work’s desktop to my mobile (it was rejected by exchange server - only mail I have access to - I’ve still haven’t figured out why… anyway…), so I opened it, I copied the content, I pasted it on github and then I opened my mobile browser and I got the text from github, somewhere on the whole process greek characters broke

    I opened the file from the disk now and it is utf-8-bom, but it didn’t matter I guess

  • Windows Installer

    Locked
    1
    0 Votes
    1 Posts
    453 Views
    No one has replied