• error installing PlugIn Manager

    2
    0 Votes
    2 Posts
    6k Views
    chcgC
    Maybe related to https://github.com/bruderstein/nppPluginManager/issues/40
  • Function List ignores some files

    Locked function list class functions list functionlist
    2
    0 Votes
    2 Posts
    2k Views
    MAPJe71M
    PHP is planned for Function List Update 3.
  • Session Manager Plugin 1.4.2.0 comes up as blank item in Plugins Menu

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    chcgC
    with an prebuild artifact at https://ci.appveyor.com/project/chcg/npp-session-manager/build/1.4.2.5/job/oqu85n6pnu2vhg2r/artifacts, as the PR is not merge yet
  • [Plugin Update] Elastic Tabstops v1.2

    2
    4 Votes
    2 Posts
    2k Views
    greenzestG
    That’s great :) Thanks!
  • Support for .rtf .docx .doc .odt files

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    gstaviG
    @Arak-Rachael Can’t happen. Office files are COMPLETELY different than files handled by Notepad++. Notepad++ treats files as a sequence of letters/symbols with “new line” indicators in between. All coloring and highlighting are NOT part of the file they are “computed” during display and “lost” when file is saved. Word processing files are extremely complicated. They are made of many different sections: text sections, formatting sections, embedded objects (like pictures) sections. The word processor combines all of these in order to present a Wysiwyg view. The “engine” of Notepad++ and Word are completely different. Each has its pros and cons but Notepad++ just cannot be extended for this purpose.
  • [Plugin Update] Elastic Tabstops v1.0.3

    8
    3 Votes
    8 Posts
    8k Views
    dailD
    @Alan-Kilborn said: If you want more info about elastic tabstops see this website which is the main person that created the idea of elastic tabstops. This plugin just implements the algorithm to do it. In most “normal” code you won’t see much of difference. In the images I’ve posted you can see some of the tabs appear longer which helps line up things like the comments. Without elastic tabstops then you’d need a different number of spaces and/or tabs so they lined up. Another example is a tab delimited file where it makes columns appear to line up instead of manually messing with spacing if one column needs to be wider: [image: dab6VGb.gif]
  • [plugin update]: guidhelper

    Locked [plugin update]
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • NppPluginNET 64-bit?

    csharp plugin net
    13
    0 Votes
    13 Posts
    18k Views
    Kasper GraversenK
    Just released a new and improved 64bit version https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases
  • [New Plugin] IndentAsPrevious

    3
    1 Votes
    3 Posts
    2k Views
    Александр СимоновА
    Updated to version 1.0.1.1: Small fixes in code.
  • [Plugin Update] NppBplistPlugin 1.2.0.0 update

    3
    0 Votes
    3 Posts
    6k Views
    azergA
    Now to check if file is a bplist you can go to plugin menu, and select option that will tell you whether this file is bplist or not. If anyone see better solution plz tell me.
  • NPP.net Template and 3rd Party Libraries

    net library 3rdparty plugin references
    2
    1 Votes
    2 Posts
    2k Views
    neaN
    Hi Maybe as addition if someone else is looking into this: works with .NET Framework 4.0 and above. Just ILMerge .net 3.5 and below won’t work. There are many topics around this, but no solution helped me (or I was just too dumb ^^'). Cheers
  • [vi simulator] how to highlight a word

    55
    0 Votes
    55 Posts
    69k Views
    Js jSJ
    i was just adding my findings, in case anyone was still looking at this issue my knowledge is fairy limited, so i have not arrived to any real conclusion about the reason for the result
  • Unnamed strange problem (v7.2.2 and previous)

    12
    0 Votes
    12 Posts
    7k Views
    stabker steepsonS
    @dail thx, seems like you’re right. I have been disabled all items and everything is alright.
  • Notepad++ Plugin Manager does not support keyboard control

    4
    0 Votes
    4 Posts
    3k Views
    Js jSJ
    which operating system do you use?
  • NppMarkdown link broken

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    PeterJonesP
    I know nothing about that plugin. However, I found a few that might be related (no guarantees): gclxry’s NppMarkdown (Sep 2014 - Feb 2015) Fork: cmoony (Mar 2015) Fork: chunhualiu (Jun 2015) Fork: fml927 (Jul 2015) jumplee’s nppMarkdown (July 2014) Markdown Syntax Highlighter (Probably not the same beast at all; included for completeness) Also, as mentioned in this thread, there’s also @Ethan-Piliavin’s npp-markdown: Markdown to HTML converter, which works with PythonScript and the Preview HTML plugin to preview/render Markdown from NPP.
  • Creating a docked window from a background thread

    14
    0 Votes
    14 Posts
    8k Views
    dailD
    That’s interesting. Can’t say I know for sure why that is calling createToolbar(). My plugin also uses a toolbar icon but it registers it during NPPN_TBMODIFICATION.
  • Bug: Copy\Paste problem with Logitech Setpoint

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Scott SumnerS
    @Gev0 It is also good not to pronounce something a “bug” when perhaps it exists only on your system. I have a Logitech Setpoint-driven mouse, and if I assign copy and/or paste to its extra buttons (which I never thought of doing, actually…), those functions work correctly, in Notepad++ 7.2.2. What exactly are you doing?
  • [Plugin Update] GedcomLexer v0.3.3-r100

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 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.