• Spellcheck

    9
    1 Votes
    9 Posts
    109k Views
    Smart Hub SHS

    Here is a full video to download, install and use spell check
    https://youtu.be/XgCBiSwbokA

  • XAML Regions Not Supported

    2
    0 Votes
    2 Posts
    230 Views
    EkopalypseE

    @jeronymite2 said in XAML Regions Not Supported:

    <!–#region MyRegion–>
    <!-- Lots of XAML! -->
    <!–#endregion–>

    Npp uses scintilla as a lexer for languages and avoids modifying
    individual languages in order to make upgrading to a newer scintilla
    version as easy as possible. This means that scintilla has to do it to be
    added to npp one day

  • XML Pretty Print no longer working?

    3
    2 Votes
    3 Posts
    2k Views
    Sean PearceS

    Hmm… Seems to work OK today - regardless of filename or “no file” saved yet… Thanks for the pointer to the “correct” place though :-)

  • Find & Replace Not Working

    3
    0 Votes
    3 Posts
    1k Views
    PeterJonesP

    @Ward-Scott ,

    There’s a FAQ for that: in short, docx aren’t text files, and you cannot expect Notepad++ (a Text Editor) to be able to search for literal text in a binary-encoded format like docx.

    Notepad++ search-in-files searches for literal bytes (or multibyte characters) in the files on disk, but the docx compresses and otherwise encodes text so that the bytes in the docx file are indistinguishable from random noise to Notepad++.

  • Comare Plugin not showing up in Plugin

    8
    0 Votes
    8 Posts
    690 Views
    EkopalypseE

    @D-Mishra

    the only source I’m aware of is the official documentation here.
    It might not handle everything but I would say most of it.

  • Which plugins would you recommend to install?

    9
    0 Votes
    9 Posts
    872 Views
    Alan KilbornA

    @Michael-Vincent said in Which plugins would you recommend to install?:

    you can get a pretty capable IDE-lite (similar to M$ latest offering everyone seems to be going ga-ga over)

    It is a fairly remarkable achievement (N++), given the small number of developers that work on it, compared to the number that must work on M$'s offering. N++ Plugins are a bit of a different story as they all have different authors, but the core product is what I’m talking about (so I guess I’m changing the topic a bit).

    Sure, there are A LOT of smallish bugs, and there’s a reluctance for big-change by the author, but maybe this reluctance actually helps keep it great (as opposed to the other way – letting massive changes in, leading to instability and possibly a real mess!).

    Can not stress that enough to new users

    But, scripting is not for everyone, and in fact seems to scare a lot of people. Plus, people just want to get the job done (and rightly so), not fuss around.

  • XML Tools - Validation problem with inline DTD

    3
    0 Votes
    3 Posts
    4k Views
    Michael VincentM

    @Luca-Andrea-Ludovico said in XML Tools - Validation problem with inline DTD:

    Now I have just updated the plug-in to version 3.0.4.2, and it seems not working anymore: it asks for an XML schema (XSD). The dialog says:

    I would open an issue at the XML Tools Github issue tracker if you haven’t done so already. Also, provide a link to this thread in your issue there.

    I’ve had no experience interacting with that developer directly, but there have been a flurry of XML Tools updates in the past few months as it seems he migrated to a new XML engine (Replacement of libXML with MSXML) back in January this year (according to Github commits). Since January 2020, there have been 14 new release (counting the latest pre-release). He certainly seems active and committed to the project - and thankfully, since I use XML Tools plugin as well, although maybe not to the degree you are.

    Good luck!

    Cheers.

  • Copying Text

    4
    0 Votes
    4 Posts
    198 Views
    EkopalypseE

    @Chris-Blake

    When you say keeps failing, what does that mean?
    Npp doesn’t do anything but you can still work with it?
    You see the busy pointer and Npp isn’t responding anymore?
    How large are 44,150 pages?
    Which Npp version are you using? (Please post the debug-info from ? menu)
    How do you copy the data and is this textual data only?

  • Add Notepad++ to "How do I open this file?" dialog please...

    3
    0 Votes
    3 Posts
    508 Views
    PeterJonesP

    @Scott-Sanders,

    Because you showed %ProgramFiles%\Notepad++ as your path, I am going to assume you have the 64-bit Notepad++ in a 64-bit Windows OS.

    So when you installed, you didn’t get HKCR\*\shellex\ContextMenuHandlers\ANotepad++64,
    which directs to HKCR\CLSID\{...}\, which points to Notepad++.exe’s installed location? Because that’s what the installer tries to do, in my experience. And that should set up the Edit with Notepad++ right-click entry for all file types.

    With 64-bit Windows 10, that sometimes doesn’t work… not because Notepad++ or its installer is doing anything wrong, but because in some configurations of Windows, the OS is starting to move away from always honoring that old-style association, preferring instead to use it’s “OpenWith” list.

    In another post from last month (linked here), I pointed another user to look for a bad setting in HKCU\Software\Classes\Applications\notepad++.exe and/or HKLM\Software\Classes\Applications\Notepad++.exe – one or both of those may have accidentally gotten set to %ProgramFiles(x86)%\Notepad++\notepad++.exe instead of %ProgramFiles%\Notepad++\notepad++.exe, in which case Windows won’t allow “Open With” to get assigned to Notepad++. It may be in certain circumstances that the OpenWith confusion makes the edit-with-notepad++ global entry not work… I haven’t experimented with that.

  • 0 Votes
    7 Posts
    677 Views
    gstaviG

    A hyperlink contains visible text and hidden address.

    Notepad++ deals with text files that are made of a sequence of symbols (letters) and new lines.
    It displays all the symbols in the file. It does not have a concept of hidden “metadata” symbols. If your text file contains ‘here’ that should be treated as a hyperlink text you can’t hide the destination in the same text file since Notepad++ will show it as well. That is (probably) not going to change (ever).

    With additional plugins you can imagine a linking-database on the side where the plugin consult the database to jump around.
    If you wanted to write: “Additional details can be found in AppleJuice.note” then a tag lookup plugin could allow you to jump into AppleJuice.note file. But if you want 5 different 'here’s to jump into 5 different places you will probably need to develop your own plugin with its propriety database.

  • Replace specific word between words in string

    17
    0 Votes
    17 Posts
    3k Views
    Program111P

    @Alan-Kilborn said in Replace specific word between words in string:

    \1);

    @Alan-Kilborn @PeterJones @guy038 thank you for your help. it worked. I appreciate it.

  • Replace specific word between words in string with regular expression

    2
    0 Votes
    2 Posts
    245 Views
    guy038G

    Hi, @Program111,

    See your previous discussion :

    https://community.notepad-plus-plus.org/post/53966

    BR

    guy038

  • "Stop beep sound when searching" Development request

    6
    0 Votes
    6 Posts
    815 Views
    s sS

    @gerdb42
    @PeterJones

    Thank you for your reply.
    I am using Windows 10.
    I want to notice when a error occurs, so I do not want to turn off the sound.

    Changing the sound is a good idea.
    I changed the sound and noticed.
    When I open the SoundMixer at the moment I hear the Notepad ++ error tone, I see the Notepad ++ volume settings.
    solved. Thank you very much.

    —The process of changing the sound—
    Sound used by Notepad ++
    C:\Windows\Media\Windows Background.wav
     ↓
    This file is protected by the “TrustedInstaller” permission.
    File Properties → Security → Change Owner and Access
     ↓
    Rename and save your favorite sound with the file name “Windows Background.wav”.

  • save hyperlinks in large html which are underlined?

    3
    0 Votes
    3 Posts
    185 Views
    Alan KilbornA

    I just noticed that I ended my previous posting early. It should have read:

    “Anyway, finding the text of URLs isn’t quite what you’d want; you’d want to find non-URL text so that you can delete it, leaving only the desired URL text.

    If you want further help in pursing this type of solution, please indicate that.

  • 0 Votes
    2 Posts
    137 Views
    EkopalypseE

    @constance-WU

    Please provide the debug-info from the ? menu, the last menu item
    and a step by step instruction what you are doing so that we can try
    to replicate it.

  • How do i replace only digits attached with letters

    10
    0 Votes
    10 Posts
    3k Views
    Ebenezer Amoako YirenkyiE

    @Ekopalypse it worked perfectly thanks for the help

  • Viewing multiple search results at the same time

    8
    5 Votes
    8 Posts
    6k Views
    PeterJonesP

    @Alan-Kilborn said in Viewing multiple search results at the same time:

    I think we got more of Peter’s “Notepad++ backstory” than specifics on how he works to search data.

    My first paragraph pretty much covered my search workflow: “My general search technique is to use the standard regex search to find one at a time; I rarely need to see all the matches at once.” But I often onboard new things learned here, so maybe someday “all in file” will enter my NPP workflow. (“Find All” often in my Excel workflow, so I’m actually a bit surprised I don’t use it more in NPP, too.)

    sadly for me, being sort of bored on my day job. It gave me time to explore … quirky Notepad++. It really was a sanity saver,

    Understood and agreed. There are definitely times when participating in the questions and problems raised here, and exploring other NPP quirks, help save sanity during the less-fulfilling periods elsewhere.

  • Recently added ‘Notepad++’ in my WIP project, Softorage

    9
    0 Votes
    9 Posts
    318 Views
    SanmayJoshiS

    @cmeriaux said in Recently added ‘Notepad++’ in my WIP project, Softorage:

    @SanmayJoshi checkout the chocolatey software. This is what you need

    It’s great! And, folks who just want to get stuff done and aren’t friendly with command line can always visit Softorage! :wink:

    @cmeriaux said in Recently added ‘Notepad++’ in my WIP project, Softorage:

    however the UI of your website is nice

    I’ve put quite some time and thought into it. Thanks a lot!

  • BUG: All my sessions / settings / styles are lost

    9
    1 Votes
    9 Posts
    5k Views
    guy038G

    Hi, @lajtai-levente, @dinkumoil, @peterjones and All,

    Peter, I did not spoke about possible differences between the old and the new N++ documentation sites but between two versions of the Web archive !

    July 16, 2019 07:14:59 ( my version )

    August 14, 2018 20:30:36( @dinkumoil’s version )

    Cheers,

    guy038

  • Update Installation Path

    5
    1 Votes
    5 Posts
    2k Views
    PeterJonesP

    @Jerry-B said in Update Installation Path:

    Agreed. It gets a bit annoying over time when you’ve choosen a non-standard installation path.

    A simple reg read at the beginning of the installation process would do the job. E.g.:
    HKLM\Software\Notepad++
    HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Path\notepad++.exe

    @Jerry-B , thank you for a practical suggestion; it’s good to see someone who offers potential fixes. This forum isn’t the right place for bug tracking, so I have appended your advice (linking to your post and quoting and citing you as the author) in the official issue #7946.