Community
    • Login
    1. Home
    2. Notepad++ & Plugin Development
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • MD.MINHAJUL ISLAM RAHATM

      cant install zencode plugin in notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      413 Views
      andrecool-68A

      “zencode” is an outdated plugin, I suggest installing the newer “Emmet” plugin from the same author!
      https://github.com/emmetio/
      https://emmet.io/

    • Berthold MallB

      Combiner Plugin 64bit

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      878 Views
      chcgC

      See https://www.scout-soft.com/combine/, you might request a 64 bit version from the author at info@Scout-Soft.com.

    • Miguel LescanoM

      Looking for a freelancer to develop a plugin: Misspelled Word Counter

      Watching Ignoring Scheduled Pinned Locked Moved
      41
      0 Votes
      41 Posts
      9k Views
      Miguel LescanoM

      @Ekopalypse Thanks! I’ll check it out.

    • WinterSilenceW

      How detect codepage/encoding of current document?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      1k Views
      EkopalypseE

      @WinterSilence

      I guess so, did a quick test with PythonScript plugin and it seems to do
      what it states it will do.

      4d4b7af0-b13c-472f-b3d7-a13c60c52c2c-image.png

      Do you suspect that this is not so?

    • Raja RayanicR

      asp classic or asp.net vb or vba or vb6

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      164 Views
      No one has replied
    • Bas de ReuverB

      c# plugin, how to color highlight parts of text on each line?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      EkopalypseE

      @Bas-de-Reuver

      You either use styles or indicators.
      An example of how you can do this is shown here.

    • NanyaRurirosN

      Calling .js script using c# for a Plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      521 Views
      NanyaRurirosN

      @PeterJones said in Calling .js script using c# for a Plugin:

      embed JS in C#

      Thank you!
      I will give it a look :)

    • moon6969M

      Access NPP command-line from plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      779 Views
      EkopalypseE

      @moon6969

      yes I see, I guess some kind of notification, as you wrote, is needed here.
      The wording NPPN_PARAMETERS_CHANGED might be a bit misleading
      as the mono-instance is still reporting its parameters correctly.
      Maybe NPPN_DIFFERENT_INSTANCE_MERGED?
      Native speakers - what do you suggest? :-)

    • Guenther SohlerG

      Notepad++ Plugin development

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      1k Views
      EkopalypseE

      @Guenther-Sohler

      thit sounds like that you did not select an SDK when you installed Visual Studio, could that be?

    • massimo la terraM

      quale plugin è stato usato per trovare errore nel file database no ok?

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      889 Views
      massimo la terraM

      @Ekopalypse ok certamente

    • WinterSilenceW

      Notification on update document without saving

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      1k Views
      WinterSilenceW

      @Alan-Kilborn The question is, do I correctly catch notifications or is there a better solution?

    • Douglas Kaynor 0D

      The link for Open User Defined language Folder... does not work

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      2k Views
      PeterJonesP

      here’s the direct link: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8394

    • moon6969M

      External lexer example

      Watching Ignoring Scheduled Pinned Locked Moved lexer
      3
      4 Votes
      3 Posts
      1k Views
      moon6969M

      The only major hurdle was the exports - all it needed was an exports.def file once you nudged me in the right direction.

      I’ve noted this on the Github readme, and there are comments in the code for the bits I found tricky.

    • M Andre Z EckenrodeM

      Intricacies of Regex Replace via Python Script

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      1 Votes
      14 Posts
      3k Views
      Alan KilbornA

      @M-Andre-Z-Eckenrode said in Intricacies of Regex Replace via Python Script:

      Because 99.9% of the text I’m dealing with is adequately expressed in ANSI, and Unicode files are larger than ANSI. Granted, they’re just text files and not particularly large ones either way, but I’m a conservationist at heart and am compelled to avoid wasting space. :-)

      I don’t think that is a compelling reason at all.
      But, democracy rules, so do what you like. :-)
      But, as this thread sort of shows, a complete understanding of encoding is an important thing.
      For myself, I’m not 100% of the way there, but hopefully getting better all the time

    • Rupert RussellR

      Replace text with incremented counter

      Watching Ignoring Scheduled Pinned Locked Moved
      15
      0 Votes
      15 Posts
      15k Views
      EkopalypseE

      The python 2.7 version of it is at https://docs.python.org/2.7/library/string.html#format-string-syntax

    • NanyaRurirosN

      Get selected text CPP

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k Views
      NanyaRurirosN

      Thank you :)

    • Douglas KaynorD

      Save styles and bookmarks plugin/script

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      1k Views
      Alan KilbornA

      Save styles and bookmarks plugin/script

      BTW, bookmarks are already saved automatically by Notepad++, so aren’t they a non-issue?

    • Peter GoddardP

      Search in target is sometimes failing

      Watching Ignoring Scheduled Pinned Locked Moved
      46
      0 Votes
      46 Posts
      6k Views
      Peter GoddardP

      @Ekopalypse

      I think I have made a very obvious mistake. I forgot to specify my search flag as you mentioned in my other post. After switching it to Regexp, it seems to be working. I feel like that was very obvious and you have taken a lot of your time to help me, so thank you again for all your help.

      If anything else happens, I’ll post again. Thanks.

    • Peter GoddardP

      Which searchFlag will help me?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      520 Views
      rinku singhR

      find < and replace it with \r\n< by regex

    • Miguel MM

      IDE for start with the publingtempleate

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      383 Views
      Miguel MM

      thanks @Ekopalypse

      At final use my laptop with Visual Studio 2015, show me other problem.

      error TRK0005: no se encontró: “CL.exe”.
      (don’t find: “CL.exe”)

      Repair the VS 2015 select C++ and work.

      Install VS2015 in my computer and all ok.

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