• 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
  • S

    I want to prevent the font size from changing with the mouse wheel

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 29, 2022, 5:07 PM
    Nov 28, 2022, 11:37 AM
    0 Votes
    4 Posts
    576 Views
    S Nov 29, 2022, 5:07 PM

    @Michael-Vincent
    Wow, I didn’t know there was such a plugin.
    thank you very much. solved.

  • I

    New version of Notepad++ has an undesirable addition

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 29, 2022, 8:45 AM
    Nov 29, 2022, 7:35 AM
    0 Votes
    2 Posts
    255 Views
    E Nov 29, 2022, 8:45 AM

    @Infinix-DXB

    Settings->Preferences->Backup should contain everything you need, right?

  • K

    Problem with regex

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 29, 2022, 5:26 AM
    Nov 29, 2022, 4:46 AM
    0 Votes
    2 Posts
    201 Views
    T Nov 29, 2022, 5:26 AM

    @kanishknishar said in Problem with regex:

    and it works too (except the last) but when I try it on Notepad++ it finds no matches. What’s going on?

    Your regex is looking ONLY for \n whereas normally you would use \r\n which refers to carriage return AND line feed, or \R which means any type of line ending, \n, \r or \r\n .\r\n is the normal line ending in a Windows TXT file.

    However the last line will not have these so I’d change your current \n for a $ which means end of line, just before the carriage return and line feed. By not selecting the actual line endings you don’t need to return it as a replacement.

    Terry

    PS you could even use this version of your regex if all the closing brackets finish the line

  • A

    Linked text to open other files into Notepad++

    Watching Ignoring Scheduled Pinned Locked Moved
    28 Nov 29, 2022, 1:41 AM
    Dec 16, 2021, 9:50 PM
    4 Votes
    28 Posts
    12k Views
    R Nov 29, 2022, 1:41 AM

    Just wanted to thank the Alan for his code and instructions and offer a couple of clarifications. This “add on” to NotePad++ has made my work much more productive.

    First- When configuring NotePad++ preferences, “Cloud & Link” panel, URI Customized schemes- be aware that the items are separated by a space character. The display on my machine didn’t make this clear and I fumbled around for quite a time before I added a space before the “edit:” addition I made. One might mention that once the preference change is made, the edit URIs in text will start to act like non-working links. Do that first to be sure you got the preference change right.

    Two- I am using the UriIndicatorAltClick2.py code because my main use case is opening up images pointed to in my text.
    In the startup.py file, I had to add these 2 lines-

    import UriIndicatorAltClick2 uiac2 = UriIndicatorAltClick.UIAC2()

    Three- I also use lots of non-ASCII unicode in my text, but, so far all my file names are simple ASCII, so I don’t have to worry about the py code handling unicode properly and updating to PythionScript3.x
    All of my python dev experience has been with python 3 so I was concerned about whether PythonScript2.0 using Python 2 would cause problems. As far as I can see, the Python 2 stuff is isolated to the one dll installed in the plugin folder.

    Thanks again.
    Richard Otter

  • E

    Some types are not highlighted in C header files

    Watching Ignoring Scheduled Pinned Locked Moved
    13 Nov 27, 2022, 1:34 PM
    Nov 27, 2022, 6:15 AM
    0 Votes
    13 Posts
    934 Views
    A Nov 27, 2022, 1:34 PM

    At the very least (sorry), these keywords are missing from the C++ default keyword list, and should be added:

    int_least8_t int_least16_t int_least32_t int_least64_t

    I suppose whether you like your header (.h) files to be considered “C” or “C++” is a matter of individual choice, so I don’t think there’s anything more to do other than what @Ekopalypse has already indicated.

  • L

    Double click a word with special character

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 26, 2022, 12:03 AM
    Nov 25, 2022, 10:20 PM
    0 Votes
    2 Posts
    675 Views
    P Nov 26, 2022, 12:03 AM

    @lodak80 ,

    Settings > Preferences > Delimiters > ☐ Add your character as part of word is the option which influences what characters can be grabbed by the double-click action.

  • D

    Cannot load 32bit plugin even when 64bit versions of all are installed

    Watching Ignoring Scheduled Pinned Locked Moved
    13 Nov 25, 2022, 12:39 PM
    Nov 23, 2022, 3:50 PM
    0 Votes
    13 Posts
    2k Views
    A Nov 25, 2022, 12:39 PM

    @Daryl-Titcomb

    The misleading error message was resolved, see HERE; however the improvement request for more specific error messages remains incomplete as of now.

  • A

    Topic dummy

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Nov 25, 2022, 9:06 AM
    Nov 25, 2022, 9:03 AM
    -1 Votes
    5 Posts
    438 Views
    A Nov 25, 2022, 9:06 AM

    @Avinash-Kumar reply 3

  • J

    Find in Files filter, include AND exclude combined

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 24, 2022, 7:14 PM
    Nov 24, 2022, 7:08 PM
    0 Votes
    3 Posts
    746 Views
    T Nov 24, 2022, 7:14 PM

    @Jason-Carlton said in Find in Files filter, include AND exclude combined:

    I thought this would work, but it doesn’t:

    Did you read the online manual about the specific requirements of this tab? Try looking at this section of the manual. Ver 8.2 and better will allow what you need, but you must define it correctly.

    Terry

  • U

    please add a toolbar button "go to end of file"

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 23, 2022, 8:15 PM
    Nov 23, 2022, 8:20 AM
    0 Votes
    4 Posts
    284 Views
    P Nov 23, 2022, 8:15 PM

    @Udo-Sander said in please add a toolbar button "go to end of file":

    Dear developers team,

    As is made abundantly clear if you read the “please read this before posting” before posting, the Community Forum is not the developers team.

  • datatraveller1D

    Unwanted Language for tab extension

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Nov 22, 2022, 2:08 PM
    Nov 21, 2022, 9:49 AM
    0 Votes
    5 Posts
    404 Views
    A Nov 22, 2022, 2:08 PM

    edit %AppData%\Notepad++\langs.xml

    Specifically, change this line:

    <Language name="nncrontab" ext="tab spf" commentLine="\" commentStart="" commentEnd="">

    to this:

    <Language name="nncrontab" ext="spf" commentLine="\" commentStart="" commentEnd="">

    Removing tab from the list of extensions for nncrontab files.

  • datatraveller1D

    Ghost Typing

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 22, 2022, 8:44 AM
    Nov 20, 2022, 9:24 PM
    1 Votes
    3 Posts
    535 Views
    Fruchtzwerg94F Nov 22, 2022, 8:44 AM

    Yes it is: E.g. commit 0aafe91be9f49fdb3dedae2b0ba5b4317480b9f5 clearly mentiones an easteregg:
    Fixed Typos in quote eastereggs

  • Gor Abgaryan 0G

    Clone file to multiple views

    Watching Ignoring Scheduled Pinned Locked Moved enhancement req clone view multiple views
    6 Nov 20, 2022, 4:32 PM
    Nov 15, 2022, 8:03 PM
    0 Votes
    6 Posts
    621 Views
    A Nov 20, 2022, 4:32 PM

    @Kapil-Patel

    To echo Peter, in case you didn’t hear him respond to the other poster:

    @PeterJones said:

    nothing … would prevent you from putting in an official feature request. See our FAQ section, which links to where feature requests go.

  • loomes77L

    Increase width of the Run macro multiple times dropdown?

    Watching Ignoring Scheduled Pinned Locked Moved
    12 Nov 18, 2022, 6:21 PM
    Nov 17, 2022, 8:11 PM
    1 Votes
    12 Posts
    979 Views
    loomes77L Nov 18, 2022, 6:21 PM

    @PeterJones Right, I should look better at what I’m copying and pasting… ;)

  • datatraveller1D

    Default font for UTF-8

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Nov 18, 2022, 3:21 PM
    Nov 18, 2022, 2:39 PM
    0 Votes
    8 Posts
    4k Views
    A Nov 18, 2022, 3:21 PM

    @datatraveller1 @PeterJones

    If we’re switching over to font recommendation, I like Fira Code Retina. :-)

  • Grace Brethren HelpdeskG

    Odd behavior of the Compare Plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 18, 2022, 7:12 AM
    Nov 12, 2022, 8:41 PM
    0 Votes
    3 Posts
    614 Views
    Grace Brethren HelpdeskG Nov 18, 2022, 7:12 AM

    @pnedev ,
    Thanks !!! Wow, what a difference. I had no idea there was a ComparePlus. It works great. I teach a coding class, and it makes grading and correcting students assignments a whole lot easier. Notepad ++ is an awesome product.
    Thanks again,
    Mark

  • Leo KarL

    Notepad++ freezes on network files and even crashes

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Nov 16, 2022, 10:43 PM
    Nov 16, 2022, 10:43 PM
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • do kimD

    Find in File search multiple folders

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 16, 2022, 6:19 PM
    Nov 16, 2022, 5:58 PM
    2 Votes
    2 Posts
    2k Views
    P Nov 16, 2022, 6:19 PM

    @do-kim ,

    Thank you for considering this request.

    You have made what appears to be a feature request. Please see our Feature Request FAQ

    As a fellow user of Notepad++, I would say: I have never had a need for such a complicated search. But if you were to submit an official feature request and it were implemented, it would be fine with me.

  • Murray Sobol 1M

    C Language vs Rust

    Watching Ignoring Scheduled Pinned Locked Moved
    13 Nov 16, 2022, 12:08 PM
    Oct 23, 2022, 4:18 PM
    0 Votes
    13 Posts
    1k Views
    Jaguar AsadJ Nov 16, 2022, 12:08 PM

    Truly agree rust is really a far better language

  • donhoD

    "Edit with Notepad++" under Windows 11

    Watching Ignoring Scheduled Pinned Locked Moved
    12 Nov 15, 2022, 9:53 PM
    Oct 1, 2021, 11:12 PM
    2 Votes
    12 Posts
    31k Views
    P Nov 15, 2022, 9:53 PM

    We do not need a list of additional tools which hack the registry in some form or another (especially when those link to tools that were designed in the WinXP era, so will not work on Windows 11 for the same reason that the Notepad++ registry settings does not work on Windows 11).

    The correct solutions for Windows 11 are

    Shift+RightClick in Windows Explorer does not work in all versions of Win 11 Shift+F10 in Windows Explorer The registry edits recommended in this discussion and in the Notepad++ Online User Manual at https://npp-user-manual.org/docs/other-resources/#windows-11-right-click-workarounds

    To avoid this discussion becoming a spammy list of links, it is being locked.

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