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

      plugin request: CPP project

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      177 Views
      Alan KilbornA

      @Demetrius

      Why do you want to switch to N++?

      If you want to switch, I think you just need to adapt to what N++ provides, not to expect everything you have somewhere else to exist on a one-for-one basis in N++.

      Some addons (plugins) to N++ that meet some of your needs:

      NppExec - compiling and running tagging plugins (there are a few) - navigation of your codebase

      Good luck.

    • Alisson FreitasA

      Configure new C # based language

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      224 Views
      EkopalypseE

      @Alisson-Freitas said in Configure new C # based language:

      Good Morning

      It’s almost evening here :-D

      Builtin lexers cannot be changed easily you, normally, write/create your
      own lexer (UDL user defined lexer) is such cases.
      If it is all about coloring, then another possibility is to use scripting languages like
      PythonScript and add additional parsing to the builtin or UD-lexers. Some ideas.
      Or you can write your own lexer using c#.

    • duofuanD

      Plugin suggestion idea

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      1 Votes
      10 Posts
      656 Views
      asvcA

      @PeterJones said in Plugin suggestion idea:

      For future reference, 1200 seconds is 20 minutes, not 20 hours.

      …rightfully pointing at the lack of attention on my side…

      You are obviously not a spammer

      Hey, we all have to start somewhere. It seems like now my profile is back from the “underground” category and I can post freely.

      Thanks @PeterJones & @Alan-Kilborn.

    • Nauduri Venkata Ravi Rama SastryN

      How to make doubleclick recognize Hypen as part of the word

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      212 Views
      Nauduri Venkata Ravi Rama SastryN

      @dinkumoil Thank you, that was the one!!

    • Alex CA

      [Plugin request] indent-rainbow

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

      @Alex-C

      Nobody is “closing any request”.
      Oh, well maybe on github they did.
      But it appears that was all well-explained to you.
      And I thought it was already well-explained to you that this forum and the github issues site are two different things with two different staffs.
      Maybe you just refuse to accept?

    • Derek BrownD

      How to get Vertical Edge Settings programmatically?

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      617 Views
      EkopalypseE

      @Derek-Brown @Alan-Kilborn

      ok - sorry for the noise. I didn’t use the latest 7.8.6 iteration.
      I was still running a RC version. In the final version it does what @Derek-Brown said.

      cf91dd3a-0ff5-49df-a6a6-88df99e7d8e6-image.png

    • neaN

      [New Plugin] MarkdownViewer++

      Watching Ignoring Scheduled Pinned Locked Moved html plugin pdf markdown
      25
      6 Votes
      25 Posts
      43k Views
      Michael VincentM

      @Michael-Vincent

      ALCON: I’ve seen a more recently maintained version:

      https://github.com/UrsineRaven/NppMarkdownPanel

      to which I’ve submitted a pull request to fix the auto-refresh while typing and make the auto-scrolling not so severe.

      You can find my version at:
      https://github.com/vinsworldcom/NppMarkdownPanel

      NOTE: “My” version is completely UNSUPPORTED and only there as a repo for a pull request to someone else’s work.

      Cheers.

    • lygstateL

      NotepadStarter 2.3.3.0 release for installing in new version notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      663 Views
      Alan KilbornA

      @lygstate

      I didn’t say it was simple.
      Maybe I misunderstand, which may be the case for others as well, so I’ll keep this going.

      So you start up Notepad++ and it loads this plugin.
      Then if you do things on your PC that would normally fire up Notepad.exe, it will instead switch to Notepad++ and do whatever it was going to do, in a Notepad++ tab?
      I’ve seen registry edits that do this on a permanent basis.
      And Notepad++ has some builtins to be run as a “Notepad.exe replacement”.
      But I just wonder about the use-cases for having a plugin sitting there watching for this kind of thing, while Notepad++ is already running.
      Maybe I just miss the point.

    • bege10B

      Can someone convert the Horizontal Ruler Plugin to 64 bit, please?

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      1 Votes
      8 Posts
      3k Views
      Slithy ToveS

      NOTEPAD++ 32 & 64 BIT HORIZONTAL RULER PLUGIN

    • FQVBSinaF

      How to compare two files that have only numbers?

      Watching Ignoring Scheduled Pinned Locked Moved numbers
      8
      0 Votes
      8 Posts
      1k Views
      Makwana PrahladM

      Hello ,@FQVBSina

      Folllow thia step,To How to compare two files that have only numbers?

      Step 1 :- Install Compare plugin

      Step 1 :-Open Notepad++ and Click on the ‘Plugins’ then ‘Plugins Admin’ Step 2 :-A list of available plugins will appear Step 3 :-TIP: if the list is empty you need to check your Internet connection or proxy settings. Step 4:- Either search or scroll until you see ‘Compare’ Step 5:- Place a tick next to the name then click on the ‘Install’ button Step 6 :- Once the plugin is installed you will be prompted to restart Notepad++ Step 7 :- Click ‘Yes’ to finish the install.

      Step 2: Compare two files using Notepad++ Compare plugin

      Step 1 :- Now that the Compare plugin has been installed, open two files Step 2 :- Click on the ‘Plugins’ menu then ‘Compare’ and ‘Compare’ again Step 3 :- The files will be displayed, side by side, with the differences highlighted Step 4 :- It helps to keep the ‘old’ copy of your file on the left and the ‘new’ on the right – this should help with understanding how the plugin shows the difference between files.

      I hope this information will be usefull.
      Thank you.

    • moon6969M

      C# plugins share AppDomain?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      439 Views
      moon6969M

      Thanks both.

      I’ve not much idea myself about AppDomains, but I am swatting up. I’m also learning about Managed Extensibility Framework (MEF) and Managed AddIn Framework (MAF) to see if they can help.

      @Makwana-Prahlad
      Thanks for the example - easier for me than theory sometimes!

    • TequillerT

      Find in Big Files - popup with embarrassing pause but no log...

      Watching Ignoring Scheduled Pinned Locked Moved popup find in files
      2
      0 Votes
      2 Posts
      153 Views
      Alan KilbornA

      @Tequiller

      You might want to do some “light reading” in the following areas:

      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1889
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2072
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3068
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4131
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4229
      https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4151

    • Kasper GraversenK

      [update] Pluginpack updated to v0.92.76

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

      Hello Kasper,

      I would like to ask you if you can tell me how to continue.

      https://stackoverflow.com/questions/61197067/plugin-for-notepad-with-visual-studio-code-c-sharp-error-msb4062

      I have been trying for some time to develop a Plugin for N++ but I cannot compile the project. Could you help my?
      Regards

    • Jumble DropsytJ

      Gmod Lua Lexer is not compatible with newer versions of Notepad ++

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      владус . playВ

      @micmou Maybe for him too late you helped me very much thanks bro

    • владус . playВ

      Help with the Gmod lua lexer plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      225 Views
      No one has replied
    • Андрей БегуновА

      HTML+SVG syntax highlighting

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      562 Views
      PeterJonesP

      Was there a question someplace? Or were you offering a feature suggestion? Or were you just showing the way you tweaked the HTML language keywords in your langs.xml and were suggesting that other people do the same?

    • D VisserD

      Normal Text as default language

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

      @PeterJones Thank You Peter; works !

      David Visser

    • cédric freycenonC

      Problem with Hexa editor add-on

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      cédric freycenonC

      Thanks for your answer.
      best regards

      Cédric Freycenon

    • lubysjL

      language select on notepad launch

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      873 Views
      lubysjL

      @Ekopalypse , thanks. I will need to dig a bit to get a around.

    • pnedevP

      Compare Plugin v2.0 updated for Notepad 7.7 and above

      Watching Ignoring Scheduled Pinned Locked Moved
      37
      10 Votes
      37 Posts
      40k Views
      pnedevP

      @Robert-Werner ,

      Read here:
      https://github.com/pnedev/compare-plugin/issues/225

      BR

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