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

    3
    0 Votes
    3 Posts
    550 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
    757 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
    266 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
    862 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
    202 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
    151 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
    385 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.

  • NodeBB does not allow .gif upload

    11
    0 Votes
    11 Posts
    669 Views
  • How to Find regular expression and add a digit to the end

    6
    0 Votes
    6 Posts
    368 Views
    gerdb42G

    Try the following:

    Search for: (RLK)(\d{2})(?=\D)
    Replace with: ${1}0${2}L

    May I suggest to take a deeper look at Regexes? A good starting point would be here.

  • Spell-checking files with UDL enabled

    1
    1 Votes
    1 Posts
    158 Views
    No one has replied
  • Profile Signature

    3
    0 Votes
    3 Posts
    186 Views
    EkopalypseE

    @PeterJones , to be honest, I was hoping you had found some way :-)

  • How to set a UDL as the default

    4
    0 Votes
    4 Posts
    2k Views
    Mark KaprielianM

    Hello Peter

    Thank you for the clear explanation and details.

    Mark

  • Why Notepad++ is not available for Macbook?

    8
    0 Votes
    8 Posts
    1k Views
    PeterJonesP

    @Adnan-Arshad said,

    Wine was working with the previous version of MacOS. Since it updated to Catalina, it Wine is not supported anymore.

    According to this stackexchange question/answers, you can get Wine to compile 64bit for Catalina. Since Notepad++ comes in a 64bit version, you should be golden. Hopefully that works for you.

    If it doesn’t, you said,

    I couldn’t find any single code editor for macbook where I can do same

    https://www.google.com/search?q=mac+os+text+editor+syntax+highlighting doesn’t find any that actually do syntax highlighting? The first page of results looks promising to me, but I am not a MacOS user, so I don’t know.

  • Idea for <font> tag in html

    4
    0 Votes
    4 Posts
    474 Views
    PeterJonesP

    @Makwana-Prahlad said,

    The font tag was … I hope this information will be usefull for you.

    What in the world does that have to do with Notepad++ or @Jerome-Red’s question? Jerome was asking, when using Notepad++ syntax highlighter for HTML, why the contents of the style tag in the HTML file he was editing were not syntax-highlighted as CSS. It had nothing to do with how to change the font or color of the rendered HTML, which would be an HTML/CSS question and asked in a different forum.

  • I really important feature needed! Please, read!

    2
    0 Votes
    2 Posts
    194 Views