• 0 Votes
    4 Posts
    4k Views
    Claudia FrankC
    @AccountForOneTimeUseOnMDNDocs you are correct. Unfortunately, I’m not aware of any other plugin which might do exactly what you want. Cheers Claudia
  • [Plugin Update] JSONViewer 1.24

    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.
  • [Plugin Update] DoxyIt v0.3.0 (with x64 support)

    Locked
    1
    2 Votes
    1 Posts
    2k Views
    No one has replied
  • Recent Files History

    3
    0 Votes
    3 Posts
    17k Views
    Claudia FrankC
    @13177 has been already addressed and fixed for next release. Cheers Claudia
  • Tabs para COBOL

    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
  • 0 Votes
    3 Posts
    4k Views
    Andrew KellerA
    That one worked. Thank you!
  • [New Plugin] NppEventExec

    2
    0 Votes
    2 Posts
    3k Views
    Vitaliy DovganV
    The related discussion in NppExec’s topic at sourceforge: https://sourceforge.net/p/npp-plugins/discussion/672146/thread/6b955b0c/
  • [Request] NPPN event on file reload

    4
    0 Votes
    4 Posts
    3k Views
    albert1985gA
    Thanks, Claudia!
  • Plugin manager in NPP x64

    3
    0 Votes
    3 Posts
    9k Views
    chcgC
    see https://github.com/bruderstein/nppPluginManager/issues/7 for the current status of the x64 pluginmanager
  • [New Plugin] AutoCodepage

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Location Navigate - Unusable since v7.2 (or maybe since v7)

    Locked
    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.
  • Multi-level function list (Quick Navigation)

    Locked function list
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Rename unsaved tab

    Locked rename unsaved tab
    2
    0 Votes
    2 Posts
    6k 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).
  • HTML Preview?

    Locked
    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
  • DOM Tree Plugin?

    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
  • [New Plugin] Open File In Folders

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Comments Cobol

    7
    0 Votes
    7 Posts
    6k Views
    Claudia FrankC
    @Federico-Barbolan scintilla bugs/features can be addressed here. Cheers Claudia
  • [Plugin Update] GedcomLexer v0.3.0-r82

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Interact on oppening file

    7
    0 Votes
    7 Posts
    5k 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
  • Folder as Workspace - Customizing context menu

    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