• Login
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
  • N

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

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 21, 2016, 12:13 PM
    Dec 21, 2016, 9:31 AM
    0 Votes
    2 Posts
    3k Views
    S Dec 21, 2016, 12:13 PM

    @NotepadUnlimited

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

  • M

    Multi-level function list (Quick Navigation)

    Watching Ignoring Scheduled Pinned Locked Moved function list
    1 Dec 19, 2016, 12:31 AM
    Dec 19, 2016, 12:31 AM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M

    Rename unsaved tab

    Watching Ignoring Scheduled Pinned Locked Moved rename unsaved tab
    2 Dec 16, 2016, 1:55 PM
    Dec 16, 2016, 8:39 AM
    0 Votes
    2 Posts
    5k Views
    S Dec 16, 2016, 1:55 PM

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

  • D

    HTML Preview?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 15, 2016, 8:50 PM
    Dec 15, 2016, 6:12 PM
    0 Votes
    2 Posts
    4k Views
    C Dec 15, 2016, 8:50 PM

    @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

  • D

    DOM Tree Plugin?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Dec 15, 2016, 8:09 PM
    Dec 8, 2016, 6:50 PM
    0 Votes
    4 Posts
    3k Views
    C Dec 15, 2016, 8:09 PM

    @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

  • M

    [New Plugin] Open File In Folders

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Dec 15, 2016, 1:13 PM
    Dec 15, 2016, 1:13 PM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • L

    Comments Cobol

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Dec 14, 2016, 4:59 PM
    Oct 13, 2016, 1:32 PM
    0 Votes
    7 Posts
    5k Views
    C Dec 14, 2016, 4:59 PM

    @Federico-Barbolan

    scintilla bugs/features can be addressed here.

    Cheers
    Claudia

  • S

    [Plugin Update] GedcomLexer v0.3.0-r82

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Dec 10, 2016, 7:30 PM
    Dec 10, 2016, 7:30 PM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Y

    Interact on oppening file

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Dec 9, 2016, 3:38 PM
    Dec 5, 2016, 11:37 AM
    0 Votes
    7 Posts
    4k Views
    C Dec 9, 2016, 3:38 PM

    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

  • S

    Folder as Workspace - Customizing context menu

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Dec 8, 2016, 6:48 AM
    Oct 1, 2016, 4:20 PM
    0 Votes
    3 Posts
    2k Views
    H Dec 8, 2016, 6:48 AM

    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

  • G

    Develop a plugin

    Watching Ignoring Scheduled Pinned Locked Moved developement plugin
    13 Dec 7, 2016, 8:13 PM
    Nov 6, 2016, 4:56 PM
    0 Votes
    13 Posts
    8k Views
    G Dec 7, 2016, 8:13 PM

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

    Function List for language with External Lexer

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 6, 2016, 8:11 PM
    Nov 30, 2016, 4:42 PM
    0 Votes
    2 Posts
    2k Views
    S Dec 6, 2016, 8:11 PM

    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

  • Juris BergmanisJ

    Idea for new plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Dec 6, 2016, 7:30 AM
    Dec 6, 2016, 7:30 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Felix E. AndreF

    ¿How to install Securepad Pluggin in notepad v7.2.2 (64 bit)?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 4, 2016, 5:43 PM
    Dec 4, 2016, 4:59 PM
    0 Votes
    2 Posts
    3k Views
    dailD Dec 4, 2016, 5:43 PM

    Quote from the Notepad++ website:

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

  • jcoutchJ

    New Plugin - NPP.PasteRelativePath

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Dec 2, 2016, 10:05 PM
    Dec 2, 2016, 10:05 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • YaronY

    Compare Plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    22 Dec 1, 2016, 9:33 PM
    Jan 16, 2016, 12:53 AM
    0 Votes
    22 Posts
    141k Views
    YaronY Dec 1, 2016, 9:33 PM

    Hello Jay,

    The links I posted were outdated. Sorry.
    Pavel Nedev frequently updates the Compare Plugin Repository. I’d recommend to follow it.
    And let’s not forget to thank Pavel for his remarkable work. :)

    The files git2.dll & sqlite3.dll are for the “Git Diff” command/functionality.
    If you don’t use that command you don’t need those DLLs.

    Best regards.

  • sridhar elangovanS

    Not able to set dock position at the bottom of notepad++

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 30, 2016, 2:39 PM
    Nov 30, 2016, 12:54 PM
    0 Votes
    4 Posts
    2k Views
    dailD Nov 30, 2016, 2:39 PM

    Using DWS_DF_CONT_BOTTOM gives the default position but does not force it to go there. Notepad++ remembers the location of the window and will open it back up in the previously known position. I think those settings are stored the config.xml file under <GUIConfig name="DockingManager"

  • Robert Or Janet DiebelR

    Failure to validate the integrity of 'NppScripts.dll' for Automation Scripts install.

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Nov 28, 2016, 1:30 PM
    Nov 28, 2016, 1:30 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • S

    Combine Plugin Not working Win10

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Nov 22, 2016, 10:36 PM
    Nov 22, 2016, 10:36 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bofh WikeB

    Please, Need node.js

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 22, 2016, 10:01 PM
    Nov 22, 2016, 10:40 AM
    0 Votes
    2 Posts
    4k Views
    Frank OrellanaF Nov 22, 2016, 10:01 PM

    What do you mean by “is replaced by the variable”??

    As I understand Node.js language is nothing but javascript so using javascript as the language type should work fine, I’ve worked with Node.js files and they seem to work fine even with the back ticks (template strings) which I think is what you are trying to use.

    Maybe your problem is another but I don’t seem to get it from your question, maybe you can clarify a little bit more.

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