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

      Session Manager Plugin 1.4.2.0 comes up as blank item in Plugins Menu

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k 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

    • dailD

      [Plugin Update] Elastic Tabstops v1.2

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

      That’s great :)
      Thanks!

    • Arak RachaelA

      Support for .rtf .docx .doc .odt files

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      6k 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.

    • dailD

      [Plugin Update] Elastic Tabstops v1.0.3

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      3 Votes
      8 Posts
      7k 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:

    • Kasper GraversenK

      [plugin update]: guidhelper

      Watching Ignoring Scheduled Pinned Locked Moved [plugin update]
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Tao KlerksT

      NppPluginNET 64-bit?

      Watching Ignoring Scheduled Pinned Locked Moved csharp plugin net
      13
      0 Votes
      13 Posts
      17k Views
      Kasper GraversenK

      Just released a new and improved 64bit version https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases

    • Александр СимоновА

      [New Plugin] IndentAsPrevious

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      2k Views
      Александр СимоновА

      Updated to version 1.0.1.1: Small fixes in code.

    • azergA

      [Plugin Update] NppBplistPlugin 1.2.0.0 update

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      5k 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.

    • neaN

      NPP.net Template and 3rd Party Libraries

      Watching Ignoring Scheduled Pinned Locked Moved 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

    • bycn82 bbbbB

      [vi simulator] how to highlight a word

      Watching Ignoring Scheduled Pinned Locked Moved
      55
      0 Votes
      55 Posts
      61k 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

    • stabker steepsonS

      Unnamed strange problem (v7.2.2 and previous)

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      6k Views
      stabker steepsonS

      @dail thx, seems like you’re right. I have been disabled all items and everything is alright.

    • finny hofF

      Notepad++ Plugin Manager does not support keyboard control

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      3k Views
      Js jSJ

      which operating system do you use?

    • Robert GasparottoR

      NppMarkdown link broken

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      3k 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.

    • Vitaliy DovganV

      Creating a docked window from a background thread

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      0 Votes
      14 Posts
      7k 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.

    • Gev0G

      Bug: Copy\Paste problem with Logitech Setpoint

      Watching Ignoring Scheduled Pinned Locked Moved
      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?

    • Stan MitchellS

      [Plugin Update] GedcomLexer v0.3.3-r100

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

      Is there a plugin for Notepad++ that shows the helpfiles for PHP commands as overlay?

      Watching Ignoring Scheduled Pinned Locked Moved feature request php overlay-help
      4
      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

    • 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

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