• JN setInterval() Error

    2
    3
    0 Votes
    2 Posts
    520 Views
    EkopalypseE
    @13406169210 is this automating npp via javascript? Where is your addScript definition?
  • Detect file saved or closed

    19
    0 Votes
    19 Posts
    3k Views
    Alan KilbornA
    @Gregory-D said in Detect file saved or closed: I read again the demo source and finally found how to do. Thank you for your time. I suppose we judge it sufficient then, as someone actually trying to do it has found success. :-)
  • javascript navigation

    9
    0 Votes
    9 Posts
    2k Views
    Alan KilbornA
    @Michael-Vincent said in javascript navigation: Your Windows PATH environment variable Perhaps showing my advanced age, but I never thought we’d get to the point where THAT had to be explained. :-) Nice job doing it. If we ever need a FAQ entry on it, that could be the model.
  • plugin request: CPP project

    3
    0 Votes
    3 Posts
    568 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.
  • Configure new C # based language

    2
    0 Votes
    2 Posts
    601 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#.
  • Plugin suggestion idea

    10
    1 Votes
    10 Posts
    2k 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.
  • How to make doubleclick recognize Hypen as part of the word

    3
    0 Votes
    3 Posts
    614 Views
    Nauduri Venkata Ravi Rama SastryN
    @dinkumoil Thank you, that was the one!!
  • [Plugin request] indent-rainbow

    8
    1 Votes
    8 Posts
    2k 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?
  • How to get Vertical Edge Settings programmatically?

    13
    0 Votes
    13 Posts
    2k 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. [image: 1588276368153-cf91dd3a-0ff5-49df-a6a6-88df99e7d8e6-image.png]
  • [New Plugin] MarkdownViewer++

    html plugin pdf markdown
    25
    6 Votes
    25 Posts
    53k 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.
  • NotepadStarter 2.3.3.0 release for installing in new version notepad++

    6
    0 Votes
    6 Posts
    1k 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.
  • Can someone convert the Horizontal Ruler Plugin to 64 bit, please?

    8
    1 Votes
    8 Posts
    4k Views
    Slithy ToveS
    NOTEPAD++ 32 & 64 BIT HORIZONTAL RULER PLUGIN
  • How to compare two files that have only numbers?

    numbers
    8
    0 Votes
    8 Posts
    2k 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.
  • C# plugins share AppDomain?

    4
    0 Votes
    4 Posts
    1k 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!
  • 0 Votes
    2 Posts
    472 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
  • [update] Pluginpack updated to v0.92.76

    4
    0 Votes
    4 Posts
    4k 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
  • Gmod Lua Lexer is not compatible with newer versions of Notepad ++

    3
    0 Votes
    3 Posts
    4k Views
    владус . playВ
    @micmou Maybe for him too late you helped me very much thanks bro
  • Help with the Gmod lua lexer plugin

    1
    0 Votes
    1 Posts
    438 Views
    No one has replied
  • HTML+SVG syntax highlighting

    2
    0 Votes
    2 Posts
    3k 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?
  • Normal Text as default language

    4
    0 Votes
    4 Posts
    5k Views
    D VisserD
    @PeterJones Thank You Peter; works ! David Visser