Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • donhoD

      Notepad++ v8.8.3 Release Candidate

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      36
      6 Votes
      36 Posts
      2k Views
      datatraveller1D

      @Ben-H Unfortunately, there is a further detection in the behaviour section: https://www.virustotal.com/gui/file/7094a07167648628e47249a16d9d6db922e5aa1255ac4322a2e4900d233372dd/behavior
      The sandbox Yomi Hunter flags this file as: MALWARE
      In this case I have had a bad experience with this company, they classify almost everything as malware and never respond. VirusTotal should really require companies participating in VirusTotal to respond to requests for False positives.

    • donhoD

      Notepad++ v8.8.3 Release: self-signed certificate

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      22
      1 Votes
      22 Posts
      1k Views
      datatraveller1D

      BTW (just for information), VirusTotal has an “invalid-signature” tag at
      https://www.virustotal.com/gui/file/7094a07167648628e47249a16d9d6db922e5aa1255ac4322a2e4900d233372dd?nocache=1
      Ah sorry, I have just read this is normal for self-signed certificates.

    • Vitalii DovganV

      Auto-Completion Popup is unexpectedly shown when handling SCN_CHARADDED

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      10
      1 Votes
      10 Posts
      138 Views
      Vitalii DovganV

      @Ekopalypse
      In terms of XBrackets behavior, the difference between typing and pasting is important.
      When a user types ‘[’, XBrackets will autocomplete it with ‘]’.
      When a user pastes “[”, XBrackets will not react.

    • Nathalie De AsisN

      What makes notepad++ capable of making an html ???

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      13
      0 Votes
      13 Posts
      544 Views
      PeterJonesP

      Since this has come up twice in the last couple months, I have cleaned up the instructions and split them off into a dedicated “FAQ: Using the GCC version of Notpead++”

    • Bill MillerB

      How does one create a desktop icon for this program please?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      9
      0 Votes
      9 Posts
      137 Views
      Lycan ThropeL

      @PeterJones , I stand corrected. I do it so often now, that I should have slowed my roll and explained it like you did.

    • S

      How to create a C# plugin?

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development plugins
      38
      0 Votes
      38 Posts
      8k Views
      EkopalypseE

      @PeterJones

      I haven’t checked the Scintilla source code, but I’d be surprised if the code didn’t just ignore the alpha value.
      A quick test seems to confirm this.

      81a75ca8-8b44-4ca7-90cf-a0e31b288f38-{D5638942-D3BC-41B4-83BB-90B7C809D881}.png

    • Jhorbam Baena OrozcoJ

      Editar formulas de excel en Notepad

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      63 Views
      Jhorbam Baena OrozcoJ

      @Terry-R Thank You!

    • PeterJonesP

      POLL / Discussion: taking over a plugin

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      7
      3 Votes
      7 Posts
      158 Views
      ThosRTannerT

      I’m not entirely sure how to vote on this because - if with the permission of the original author, I don’t think a new name would be required. However, any other option should have a new name

    • Chris GorringeC

      AsNotepad.xml nolonger working as it did

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      11
      1 Votes
      11 Posts
      227 Views
      Chris GorringeC

      Thanks Peter. I was starting to wonder if I was running NP in an odd way that was preventing it from working correctly. 😊

    • Tom SassonT

      Cannot change Encoding to correct encoding of UTF-8

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      5
      0 Votes
      5 Posts
      131 Views
      Tom SassonT

      @Coises said in Cannot change Encoding to correct encoding of UTF-8:

      Open Settings | Preferences… | MISC. and look for Autodetect character encoding.

      Thank you for your suggestion, this liitle “trick” with unchecking Autodetect fixed the issue for me

    • N

      is thier any posibilities to find and replace multiple words at once ?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      68 Views
      CoisesC

      @neeraj10786:

      While I don’t use it myself (and so can’t give detailed advice), it seems like the MultiReplace plugin by @Thomas-Knoefel would be easier to use than built-in methods. If this is a single-time problem, then the built-in methods others have given make sense; but if it is something you’ll need to do repeatedly, I’d check out that plugin.

    • Valery OrlovV

      The accents above Cyrillic capital letters are incorrectly displayed

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      75 Views
      Valery OrlovV

      @xomx, thank you very much. When I selected another font (Ebrima), the problem was resolved.

    • PeterJonesP

      Handling Ctrl+C in a c++ plugin dialog

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      3
      0 Votes
      3 Posts
      77 Views
      PeterJonesP

      @Thomas-Knoefel ,

      Well, that got me farther. With some keystrokes, like a normal letter, or a key-combo that’s not assigned to anything in Notepad++ (like Shift+Ctrl+C), it will call that subclass function and see the uMsg==WM_CHAR. But Ctrl+C doesn’t trigger it; and if I try a shortcut that does something obviousl in N++, like Alt+C (for the Column Editor).

      But that reminded me of the recent conversation about shortcut mappings, and so I tried sending the appropriate NPPM_MODELESSDIALOG arguments during my plugin’s init & destroy, and now it can capture Ctrl+C (or any other shortcut).

      Thank you

    • Bernard DaninoB

      Keyboard shortcuts from external apps not working

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      75 Views
      Bernard DaninoB

      @Ekopalypse said in Keyboard shortcuts from external apps not working:

      @Bernard-Danino

      Right, that’s strange.
      I use Deepl, there is also the shortcut ctrl+c+c and as you can see in this screenshot, it works.

      ebeba1d0-a3b9-47fe-b0c6-147b935d1e4d-{68B7D05B-062A-4BBA-BDD0-5EE32126EC71}.png

      Understood. I passed it on to Reverso. Maybe they have an explanation, although the ticket I opened over there didn’t yield anything. Maybe this new info will get them going.
      Thanks

    • Dave LangD

      help disabling smart quotes

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      0 Votes
      2 Posts
      27 Views
      Terry RT

      @Dave-Lang
      I’m not familiar with your problem but your issue did make me recall a previous post here.

      It might have occured as you just updated the version of Notepad++ from a very much older one, or possibly changed to a different font.

      Anyways, read that post and maybe you might find the answer.

      Terry

    • Tanya DhinaT

      When I opened my Notepad++ I lost all my previous tabs. Couldn't find those. Can someone help me recover those. Those tabs are very important. Thanks

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · bugs
      2
      0 Votes
      2 Posts
      54 Views
      xomxX

      @Tanya-Dhina

      check Scenario: My (unsaved) files are missing! in FAQ:
      https://community.notepad-plus-plus.org/topic/21782/faq-periodic-backup-vs-autosave-plugin

    • PeterJonesP

      Config Files Need Updating, Too

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion pythonscript config-files stylers.xml langs.xml syntax highlight
      42
      9 Votes
      42 Posts
      11k Views
      PeterJonesP

      @Lycan-Thrope said in Config Files Need Updating, Too:

      became enabled only after selecting and double clicking the error

      I should probably add a single-click handler to enable that button, too. (Without any selection, it wouldn’t know where in the file to go to, so I will probably leave it disabled with no selection)

    • ronsipherdR

      NPP context menu implementation

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      2
      1 Votes
      2 Posts
      75 Views
      CoisesC

      It’s open source. Look here:

      https://github.com/notepad-plus-plus/nppShell

    • PeterJonesP

      FAQ: Using the GCC version of Notpead++

      Watching Ignoring Scheduled Pinned Locked Moved FAQ
      1
      4 Votes
      1 Posts
      52 Views
      No one has replied
    • Thomas KnoefelT

      [New Plugin] MultiReplace

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      70
      3 Votes
      70 Posts
      32k Views
      Thomas KnoefelT

      MultiReplace now also supports Replace in Files. This is another step toward a powerful feature when combined with the list entries. This feature supports all variables used in Use Variables, like FNAME and FPATH, as well as the CSV Scope option, so it is fully integrated.

      This is a Release Candidate available for testing – if it works for you, feel free to leave a like. If you run into any issues, please report them here.

      Download link

      Download the ZIP file matching your system. Copy its contents into C:\Program Files\Notepad++\plugins\MultiReplace. Done!

      e8fa1053-4311-4396-a11e-965d6c071700-image.png

      Happy replacing!