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
    • Alejandro RetamalA

      Can't compile plugin demo in Visual Studio( Learning How To create Npp plugin)

      Watching Ignoring Scheduled Pinned Locked Moved plugin create plugin how to create
      4
      0 Votes
      4 Posts
      2k Views
      chcgC

      Compiler optimization option /Ox (https://msdn.microsoft.com/en-us/library/59a3b321.aspx) can’t be combined with runtime checks option /RTC1 https://msdn.microsoft.com/en-us/library/8wtf2dfz.aspx. For debug builds typically the optimization is disabled.

    • talkingnewsT

      Is there a javascript linter which recognises async/await?

      Watching Ignoring Scheduled Pinned Locked Moved lint jshint javascript jslint
      4
      1 Votes
      4 Posts
      2k Views
      talkingnewsT

      Found one! https://sourceforge.net/projects/notepad-linter/
      Takes a little wrangling to get the xml file right, I’m using the config below. Turns out hardly anyone uses jslint or jshint anymore ( http://www.npmtrends.com/eslint-vs-jscs-vs-jshint-vs-jslint ) so this is great!
      But it’s NOT in the plugin library! You need to install manually.

      <?xml version="1.0" encoding="utf-8" ?> <NotepadPlus> <linter extension=".js" command="C:\Users\jonski\AppData\Roaming\npm\eslint.cmd --format=checkstyle"/> </NotepadPlus>
    • KrashTestDumbyK

      Disappearing Snippet Libraries

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k Views
      KrashTestDumbyK

      Seriously - I closed NPP. I re-opened it. My snippets are GONE, again! In less than 2 minutes.

    • Fade To-GrayF

      Session Manager plugin 'Auto save' feature request

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Fade To-GrayF

      Forgot to mention - npp 7.5.7 (32-bit); SessionMgr.dll (with 32-bit fix by chcg)

    • Martha SimonsM

      The search function for files with replacement has ceased to work

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      Martha SimonsM

      thanks :)

    • Mehreen CM

      Compare plugin developement

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      1 Votes
      13 Posts
      6k Views
      YaronY

      Hello Pavel,

      :+1: for understanding the OP. :)
      And thank you for the quick fix.

      BR

    • Anthony DavisA

      Plugin for taking found terms and sorting them (plugin request?)

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

      Maybe you want to take a look at https://sourceforge.net/projects/analyseplugin/.
      “AnalysePlugin will help you to search for more than one search pattern at a time. Great for analysing log files.”

    • B HB

      How to disable Plugin updates

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      3k Views
      Scott SumnerS

      @chcg
      I suppose so but if I was author of existing PM how much enthusiasm would I have for that, knowing that my great plugin is future-deprecated… :-(

    • Fade To-GrayF

      Attn chcg: Appveyor artifacts for Session Manager Plugin 1.4.2.5 disappeared

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      1 Votes
      5 Posts
      2k Views
      Fade To-GrayF

      Much appreciated Christian, thank you.

    • Mikhail VM

      PythonScript plugin - variables and memory

      Watching Ignoring Scheduled Pinned Locked Moved pythonscript
      4
      1 Votes
      4 Posts
      2k Views
      Scott SumnerS

      @Scott-Sumner said:

      previous memory held by T (if any) to be overwritten with new contents

      What I meant here I could have said better…“overwritten” and “new contents” may be rather vague…let me try again:

      Running repeatedly will cause the memory occupied by a previous T (if any) to be released, and memory to be allocated to hold the new T.

    • JoeranUserJ

      Extended Drag & Drop Support - DragBase integration into NP++ (prototype available)

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      732 Views
      No one has replied
    • Vitaliy DovganV

      NppExec v0.6 RC2 has been released!

      Watching Ignoring Scheduled Pinned Locked Moved nppexec
      6
      4 Votes
      6 Posts
      7k Views
      dinkumoilD

      @Vitaliy-Dovgan

      Quote: “But writing the Manual is not that interesting as developing something new, especially taking into account that there are not many people in this world who actually read any manual.”

      I understand your point, but one reason why I like your plugin so much is that it provides a manual! I appreciate your effort to do this and I read it!

      Also I think your plugin should provide a manual because it’s a powerful plugin with a lot of features. Most useful is the chapter “Advanced usage” but you also provide some intersting details in other sections of the manual (e.g. “Using several copies of NppExec”). And the chapter “Compiling” inspired me to write a NppExec script which turns Notepad++ into some sort of simple IDE for 12 programming languages (including Batch, VBScript, InnoSetup, TSQL, Gnuplot, C and C#).

      Your plugin is for coders and I think you will find a lot of them reading manuals. Please continue your work on this regard.

    • Ivica GlavočićI

      Epson dot matrix - view formatted text according to escape sequences

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Eduardo JorgeE

      file separation in tabs

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      841 Views
      No one has replied
    • kamalnayanK

      Notepad++ v7.2.1 crashes due to Plugin updater (gpup.exe)

      Watching Ignoring Scheduled Pinned Locked Moved gpup plugins nppexec plugin manager nppftp
      18
      0 Votes
      18 Posts
      55k Views
      MohabassamM

      Hi All I have the same problem and I solve it
      when you download the latest pluginmanager you will get two folders

      plugins updater

      same folders exist in Notepad++ folder in programfiles copy pluginmanger from plugins
      folder to plugins folder in notepad++ and copy gpup.exe from updater to updater folder in notepad++ folder

      thats it

      Mohammed Bassam

    • Daniel Lopes da SilvaD

      UDL keyword identification problem

      Watching Ignoring Scheduled Pinned Locked Moved udl
      1
      0 Votes
      1 Posts
      761 Views
      No one has replied
    • Ramon BeiboerR

      Plugin to perform proprietary decryption and encryption during open and save

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      5k Views
      PeterJonesP

      @Ramon-Beiboer ,

      Sorry that SCI_SELECTALL didn’t work for you. In my copy of NppExec 0.6 RC1 and 32bit NPP 7.5.6, the exact script I posted works (I just re-ran it to make sure), so I don’t know why it didn’t for you.

      And thanks, @Scott-Sumner, for chiming in with the hook examples

    • babzogB

      Function List Bug

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Scott SumnerS

      @babzog

      Shows for ME…which probably just means we need more details from YOU. :)

      Imgur

    • Yobani MorenoY

      Compare plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      29k Views
      YaronY

      https://github.com/pnedev/compare-plugin/releases

      Like @chcg I don’t have a problem downloading it.

    • Jonathan HJ

      Anyone else having problems loading plugins?

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      5k Views
      chcgC

      See https://github.com/bruderstein/nppPluginManager/issues/114. Could be also a problem with the available TLS version and ciphers supported by windows schannel.

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