• 0 Votes
    3 Posts
    4k Views
    Andrew KellerA

    That one worked. Thank you!

  • [New Plugin] NppEventExec

    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/

  • [Request] NPPN event on file reload

    4
    0 Votes
    4 Posts
    2k 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
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Rename unsaved tab

    Locked
    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).

  • 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
    3k 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
    4k 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
    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

  • Folder as Workspace - Customizing context menu

    3
    0 Votes
    3 Posts
    2k 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

  • Develop a plugin

    13
    0 Votes
    13 Posts
    7k 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
  • Function List for language with External Lexer

    2
    0 Votes
    2 Posts
    2k Views
    Stan MitchellS

    So after digging into this, a solution did materialize. I’ll share it in case someone else may need it some day…

    The message NPPM_GETLANGUAGENAME can be sent to Npp to request the language name string for a value of the LangType enumeration. This enumeration ends with the value L_EXTERNAL which corresponds to the first external lexer. By iterating from L_EXTERNAL to the limit of external lexers (+15), the (non-localized) name of each external lexer is retrieved and compared to the desired lexer’s name - on finding a match the LangType (or langId) is known. If the supplied LangType value exceeds the range of defined lexers, the string “Normal text” is returned as the language name.

    NPPM_GETLANGUAGENAME was added to Npp in version 5.9.3

  • Idea for new plugin

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • ¿How to install Securepad Pluggin in notepad v7.2.2 (64 bit)?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    Quote from the Notepad++ website:

    Note that the most of plugins (including Plugin Manager) are not yet available in x64

  • New Plugin - NPP.PasteRelativePath

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied