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
    • Michael LeungM

      How to use StyleSetBack properly

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      624 Views
      Michael LeungM

      @rdipardo Oh wow that worked great!

      Really appreciate the time you guys took to help me, thanks!

    • ThosRTannerT

      linter plugin notepad++ 8.5 compatibility

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      3 Votes
      1 Posts
      349 Views
      No one has replied
    • Vitalii DovganV

      Can "File Status Auto Detection" be changed programmatically?

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      2 Votes
      7 Posts
      940 Views
      mkupperM

      @Vitalii-Dovgan If you preserve a file’s modified time stamp then Notepad++ does not notice it has changed. Thus it’s possible to sneak in and make changes without triggering the pop-up.

      Of course, that also means Notepad++'s in-memory copy of an open file would be out of sync with with what’s on disk. If you do File / Reload from Disk then Notepad++ will pick up the new file contents. Reload from Disk is also available in the right click menu for the file’s tab.

    • donhoD

      New Plugins Home (Round 2)

      Watching Ignoring Scheduled Pinned Locked Moved
      57
      8 Votes
      57 Posts
      70k Views
      Alexander VerbitskyA

      @pnedev Sorry for necroposting, but why no one said magic words “Group policies”? Chromium (and Chrome ofc) extensively uses this feature. Yes, in order to use this feature Notepad++ should provide administrative templates, but it is not that hard.

    • Alexander VerbitskyA

      [New plugin] JSON escape/unescape plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      5 Votes
      2 Posts
      4k Views
      ?

      @Alexander-Verbitsky Congratulations!

    • Kimberley WhytteK

      Auto paste the selected text automatically into One File

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      -3 Votes
      17 Posts
      4k Views
      Michael VincentM

      @Vitalii-Dovgan said in Auto paste the selected text automatically into One File:

      I’ve found the idea of the Clipboard Monitor to be interesting enough to experiment with and to include it into NppExec Manual.

      You are amazing! I simply could not use Notepad++ without NppExec.

      Cheers.

    • rdipardoR

      New version of HTML Tag

      Watching Ignoring Scheduled Pinned Locked Moved html plugins
      39
      9 Votes
      39 Posts
      18k Views
      Michael VincentM

      @rdipardo said in New version of HTML Tag:

      By urgent request,

      My “urgent request” and thank you for promptly adding this feature. Certainly not expected to be this quick, but you are a very talented and dedicated developer and I do appreciate your commitment to Notepad++ and supporting the plugin ecosystem.

      This will certainly make my workflow (currently involves creating / editing XML schemas and docs) much easier as the tags update and change in the flux of this development period and auto-selecting the matching tags (sometimes far away in the document and nested) for renaming saves so much manual time.

      Cheers.

    • Thomas KnoefelT

      Catching the SCN_UPDATEUI event in Plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      428 Views
      Thomas KnoefelT

      @Michael-Vincent said in Catching the SCN_UPDATEUI event in Plugin:

      Why not just do it the “plugin recommended way” (as per the Notepad++ example plugin):

      Thxs, Michael. Your suggestion was exactly what I needed. It was simpler than I initially thought, yet I spent hours figuring it out.

    • ScienceDS

      [New Plugin] Comment Toggler

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

      I couldn’t get the plugin to do anything, for either Python or C++. :-(

      I make a selection, then press the toolbar button and nothing happens.

      I notice the plug hijacks Ctrl+q. I’m a believer that plugins should never assign keycombos.

    • theshoeshinerT

      XML Tools Pretty Print fails to indent close tag

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      847 Views
      Snabel42S

      @theshoeshiner did you guys compare the options for XML Tools?
      There’s quite a number of settings there that would affect the result.

    • istecI

      please update (Target) to copy only unique lines.

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      368 Views
      Lycan ThropeL

      @istec ,
      You need to go to the plugin authors github site or website and make this specific request. This forum is a group of like users that help each other, we are not developers that can make changes you throw out in a request. Please check your plugin’s Help/About information to reach the author.

    • Vitalii DovganV

      NppExec v0.8.5 has been released!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      6 Votes
      1 Posts
      348 Views
      No one has replied
    • Pat Sinclair 0P

      CS-SCRIPT problem after rebuilding machine.

      Watching Ignoring Scheduled Pinned Locked Moved cs-script
      2
      0 Votes
      2 Posts
      469 Views
      Mark OlsonM

      @Pat-Sinclair-0
      Go to repo with plugin issue if you haven’t already.

      if I had a penny for every time I said something like this to somebody posting about a plugin issue on the community forum… (don’t worry OP, I’m not mad at you, just amused at how often I say something to this effect)

    • alexologA

      Plugin request: GhostText support

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      720 Views
      rdipardoR

      A PythonScript plugin would be the best approach. I suggest starting with the NeoVim plugin, which is just a Python module. Most of the APIs provided by pynvim.api.nvim should have Scintilla equivalents in PythonScript’s API modules. If not, you could make a contribution to PythonScript by patching them in. (Neo)Vim is years ahead of N++ in terms of a fully integrated Python subsystem.

    • Jono MartinJ

      Explorer plugin shows only default icon for TXT files

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      297 Views
      No one has replied
    • General CoderG

      Context menu via code

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      496 Views
      Alan KilbornA

      @General-Coder said in Context menu via code:

      So is the only way SendMessage?

      If by that you mean using Windows API calls which deal with menus, then the answer is yes.

    • Michael VincentM

      Plugin Docking Panel floating / docked detection

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      1 Votes
      13 Posts
      1k Views
      Michael VincentM

      @rdipardo said in Plugin Docking Panel floating / docked detection:

      DMN_FLOAT and DMN_DOCK are passed as the code member of a NMHDR struct, which you intercept by hooking the WM_NOTIFY message.

      Indeed. This all makes sense now. I’m overriding the default run_dlgProc() in “DockingDlgInterface.h”. So what I need to do in my run_dlgProc() is if I don’t process the WM_NOTIFY, call the default one:

      DockingDlgInterface::run_dlgProc( message, wParam, lParam );

      Works now! Thank you all - have a great weekend!

      Cheers.

    • flacy1F

      Make, please, autosave, by defaultu per a name(/om), with extensionom without timestampa and autodeposit in begin or end by choice, a key(em). Hello.

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      377 Views
      PeterJonesP

      @flacy1 ,

      Your request is hard to understand.

      Some time back, the author tried turning on automatic backups by default, and he immediately got a huge backlash from angry users, so he went back to the current settings as default.

      As with any piece of editing software, the best idea is for you to investigate all the backup options available, and to set them to what works for your backup needs. See our FAQ: https://community.notepad-plus-plus.org/topic/21782/faq-desk-periodic-backup-vs-autosave-plugin

    • Shaer Alvy AumiS

      Convert Spaces to Newlines

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Shaer Alvy AumiS

      @wonkawilly Thanks a Lot! :)

    • K CK

      Rewrap/Unwrap with NppTextFX2

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      3k Views
      wonkawillyW

      @PeterJones

      It seems that TextFX Edit sub-menu is not the only one absent

      Comparison screenshots follows:

      mine ▼ yours ▼

      4a1f3e3f-ea7a-43f1-b94c-3fbda4f1f441-image.png

      there are 3 absent sub menu

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