• Login
Community
  • Login
  1. Home
  2. General Discussion
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • J

    Spellcheck

    Watching Ignoring Scheduled Pinned Locked Moved
    9 May 30, 2020, 3:58 AM
    Jul 23, 2015, 3:45 PM
    1 Votes
    9 Posts
    109k Views
    S May 30, 2020, 3:58 AM

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

  • J

    XAML Regions Not Supported

    Watching Ignoring Scheduled Pinned Locked Moved
    2 May 29, 2020, 7:24 AM
    May 28, 2020, 10:32 PM
    0 Votes
    2 Posts
    231 Views
    E May 29, 2020, 7:24 AM

    @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

  • S

    XML Pretty Print no longer working?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 27, 2020, 4:11 PM
    May 26, 2020, 9:16 AM
    2 Votes
    3 Posts
    2k Views
    S May 27, 2020, 4:11 PM

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

  • W

    Find & Replace Not Working

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 27, 2020, 2:32 PM
    May 27, 2020, 2:01 PM
    0 Votes
    3 Posts
    1k Views
    P May 27, 2020, 2:32 PM

    @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++.

  • D

    Comare Plugin not showing up in Plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    8 May 26, 2020, 8:13 PM
    May 26, 2020, 7:10 PM
    0 Votes
    8 Posts
    691 Views
    E May 26, 2020, 8:13 PM

    @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.

  • 1

    Which plugins would you recommend to install?

    Watching Ignoring Scheduled Pinned Locked Moved
    9 May 22, 2020, 7:12 PM
    May 22, 2020, 2:56 PM
    0 Votes
    9 Posts
    874 Views
    A May 22, 2020, 7:12 PM

    @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.

  • L

    XML Tools - Validation problem with inline DTD

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 22, 2020, 5:25 PM
    May 22, 2020, 3:05 PM
    0 Votes
    3 Posts
    4k Views
    M May 22, 2020, 5:25 PM

    @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.

  • C

    Copying Text

    Watching Ignoring Scheduled Pinned Locked Moved
    4 May 20, 2020, 6:15 PM
    May 20, 2020, 2:56 PM
    0 Votes
    4 Posts
    199 Views
    E May 20, 2020, 6:15 PM

    @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?

  • S

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

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 20, 2020, 1:10 PM
    May 20, 2020, 2:03 AM
    0 Votes
    3 Posts
    509 Views
    P May 20, 2020, 1:10 PM

    @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.

  • phenomenal11P

    Is there any possibility the concept of creating links, bi-directional linking and freelinks can be introduced in Notepad++?

    Watching Ignoring Scheduled Pinned Locked Moved
    7 May 20, 2020, 9:42 AM
    May 20, 2020, 1:58 AM
    0 Votes
    7 Posts
    681 Views
    gstaviG May 20, 2020, 9:42 AM

    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.

  • Program111P

    Replace specific word between words in string

    Watching Ignoring Scheduled Pinned Locked Moved
    17 May 19, 2020, 5:13 AM
    May 17, 2020, 9:09 PM
    0 Votes
    17 Posts
    3k Views
    Program111P May 19, 2020, 5:13 AM

    @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.

  • Program111P

    Replace specific word between words in string with regular expression

    Watching Ignoring Scheduled Pinned Locked Moved
    2 May 17, 2020, 9:54 PM
    May 17, 2020, 9:36 PM
    0 Votes
    2 Posts
    246 Views
    guy038G May 17, 2020, 9:54 PM

    Hi, @Program111,

    See your previous discussion :

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

    BR

    guy038

  • s sS

    "Stop beep sound when searching" Development request

    Watching Ignoring Scheduled Pinned Locked Moved
    6 May 16, 2020, 1:53 PM
    May 12, 2020, 4:06 PM
    0 Votes
    6 Posts
    816 Views
    s sS May 16, 2020, 1:53 PM

    @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”.

  • water buoyW

    save hyperlinks in large html which are underlined?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 15, 2020, 8:50 PM
    May 15, 2020, 7:22 PM
    0 Votes
    3 Posts
    186 Views
    A May 15, 2020, 8:50 PM

    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.

  • constance WUC

    Please Help: bookmark doesn't work not matter how many times being re-installed still the same issue/portable version all the same prob.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 May 15, 2020, 4:54 PM
    May 15, 2020, 3:50 PM
    0 Votes
    2 Posts
    138 Views
    E May 15, 2020, 4:54 PM

    @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.

  • Ebenezer Amoako YirenkyiE

    How do i replace only digits attached with letters

    Watching Ignoring Scheduled Pinned Locked Moved
    10 May 12, 2020, 5:56 AM
    May 8, 2020, 6:53 AM
    0 Votes
    10 Posts
    3k Views
    Ebenezer Amoako YirenkyiE May 12, 2020, 5:56 AM

    @Ekopalypse it worked perfectly thanks for the help

  • A

    Viewing multiple search results at the same time

    Watching Ignoring Scheduled Pinned Locked Moved
    8 May 9, 2020, 11:11 PM
    May 8, 2020, 1:24 PM
    5 Votes
    8 Posts
    6k Views
    P May 9, 2020, 11:11 PM

    @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.

  • SanmayJoshiS

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

    Watching Ignoring Scheduled Pinned Locked Moved
    9 May 8, 2020, 11:29 AM
    May 5, 2020, 8:59 AM
    0 Votes
    9 Posts
    319 Views
    SanmayJoshiS May 8, 2020, 11:29 AM

    @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!

  • Garett Ridge AndThenSomeMoreWordsG

    BUG: All my sessions / settings / styles are lost

    Watching Ignoring Scheduled Pinned Locked Moved
    9 May 7, 2020, 8:39 PM
    Feb 23, 2017, 6:09 AM
    1 Votes
    9 Posts
    5k Views
    guy038G May 7, 2020, 8:39 PM

    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

  • Klaus KrämerK

    Update Installation Path

    Watching Ignoring Scheduled Pinned Locked Moved
    5 May 7, 2020, 12:58 PM
    Dec 8, 2019, 11:42 AM
    1 Votes
    5 Posts
    2k Views
    P May 7, 2020, 12:58 PM

    @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.

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors