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

      [Plugin Update] JSONViewer 1.24

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

      Regarding 64 bit support for the pluginmanagaer see https://github.com/bruderstein/nppPluginManager/issues/7, this is still work in progress. Currently mainly on the server side at https://github.com/bruderstein/npppm3.

    • dailD

      [Plugin Update] DoxyIt v0.3.0 (with x64 support)

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • 131771

      Recent Files History

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      17k Views
      Claudia FrankC

      @13177

      has been already addressed and fixed for next release.

      Cheers
      Claudia

    • Ricardo FernándezR

      Tabs para COBOL

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @Ricardo-Fernández

      no hablo español - véase abajo
      https://notepad-plus-plus.org/community/topic/12510/comments-cobol/4

      Cheers
      Claudia

    • Andrew KellerA

      I used the .NET project template to create a Notepad++ plugin but Notepad++ says the plugin is ANSI and not compatible.

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

      That one worked. Thank you!

    • MIvanchevM

      [New Plugin] NppEventExec

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Vitaliy DovganV

      The related discussion in NppExec’s topic at sourceforge:
      https://sourceforge.net/p/npp-plugins/discussion/672146/thread/6b955b0c/

    • albert1985gA

      [Request] NPPN event on file reload

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      2k Views
      albert1985gA

      Thanks, Claudia!

    • Grega FajdigaG

      Plugin manager in NPP x64

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      9k Views
      chcgC

      see https://github.com/bruderstein/nppPluginManager/issues/7 for the current status of the x64 pluginmanager

    • dinkumoilD

      [New Plugin] AutoCodepage

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

      Location Navigate - Unusable since v7.2 (or maybe since v7)

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

      @NotepadUnlimited

      For what it’s worth (another data point I guess), I use this plugin with no trouble with N++ 7.2.2.

    • Matt KleinM

      Multi-level function list (Quick Navigation)

      Watching Ignoring Scheduled Pinned Locked Moved function list
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • ManuelS89M

      Rename unsaved tab

      Watching Ignoring Scheduled Pinned Locked Moved rename unsaved tab
      2
      0 Votes
      2 Posts
      5k Views
      Scott SumnerS

      @ManuelS89

      I sort of understand this desire. However, I contend that if the contents of the file are important enough that you want to rename the “new X” tab, it is not a bad idea to have the contents saved to disk, even in a temporary folder of some sort.

      Have a look at the TakeNotes plugin. Although it doesn’t do exactly what you want, it can quickly create a temporary file (that is saved) with a name consisting of the current time. This file can then be quickly renamed (if you must!) by a right-click on the editor tab (choose “Rename” from the menu that pops-up).

    • David StoltzD

      HTML Preview?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      4k Views
      Claudia FrankC

      @David-Stoltz

      again ;-), I don’t know of a npp plugin but what about browser plugins which reload
      your page every x seconds?

      Cheers
      Claudia

    • David StoltzD

      DOM Tree Plugin?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      4k Views
      Claudia FrankC

      @David-Stoltz

      there is the functionlist.xml file which holds the configuration for each
      configured language. The functionlist wroks this way, when you click
      on an item(function) it puts the cursor onto the line of that item(function)

      Cheers
      Claudia

    • Milen BoevM

      [New Plugin] Open File In Folders

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Luigi RossiL

      Comments Cobol

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

      @Federico-Barbolan

      scintilla bugs/features can be addressed here.

      Cheers
      Claudia

    • Stan MitchellS

      [Plugin Update] GedcomLexer v0.3.0-r82

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Yunatane Gris FondY

      Interact on oppening file

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      4k Views
      Claudia FrankC

      Nice to see that I’m not the only one whose “clear view” depends on coffee consumption :-D
      Just ready for another cup …

      Cheers
      Claudia

    • StavMS

      Folder as Workspace - Customizing context menu

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Hrach TumasyanH

      Hello. In the source of “Folder as Workspace” there are commented lines of code for context menu that are:
      notepad-plus-plus/PowerEditor/src/WinControls/FileBrowser/fileBrowser.cpp
      line 753. IDM_FILEBROWSER_DELETEFOLDER
      line 775. IDM_FILEBROWSER_DELETEFILE

      this are quite good context menu items for “Folder as Workspace”. The thing is that I’ve no any experience regarding Notepad++ code editing who can include above functionalities to the code for the upcoming version.

      Thank you for your attention

    • GFdevelopG

      Develop a plugin

      Watching Ignoring Scheduled Pinned Locked Moved developement plugin
      13
      0 Votes
      13 Posts
      8k Views
      GFdevelopG

      Edit: new version without string errors, I have only tested unicode 32 bit, please test ansi 32 and 64 bit, and unicode 64 bit.

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