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

      [Plugin Update] LuaScript v0.6.0

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      1 Votes
      8 Posts
      5k Views
      dailD

      I would love to see some of these in your readme.md

      I’d prefer to keep the readme on the lighter side as there is full documentation (though not perfect) here.

      I added some additional example PRs on GitHub

      Thanks I’ll try to take a look at them this weekend if I get some time.

      I am happy to contribute to the readme if you wouldnt mind

      Contributions are always welcome. As mentioned above, the documentation would probably be a better place to contribute…though that might not be immediately straight forward as the documentation is mostly auto-generated from these files.

    • dailD

      [Plugin Update] DoxyIt v0.4.0

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

      v0.4.1 has been released which fixes a minor bug with jump locations within indented documentation blocks.

      Releases (32 and 64 bit): https://github.com/dail8859/DoxyIt/releases/tag/v0.4.1

    • James CrawfordJ

      Double Click Select Copy and Paste in find and replace

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      4k Views
      gstaviG

      Be careful with what you wish.
      The Scintilla double click selection is tuned for selection which is useful for most developers in most languages. It is extremely useful for quick delete/copy-paste/find/etc.
      The Windows double click selection seems much cruder, respecting mainly slashes.
      Forcing Scintilla logic to match Windows may help the very specific use case that currently annoys you but will break everything else.

    • Franco Stellari250F

      Several plugin updates

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      4k Views
      Andrea TondelliA

      Sorry for the request, i just discovered it is integrated in N++ in the context menu.
      Thank you
      Andrea

    • Anthony UbanA

      hide - unhide lines problem

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Anthony UbanA

      @chcg
      It doesnt depend on file type. It reproduces every time with all files and all types of files (.php .txt .cpp - any extension; It doesnt make any difference). Under Windows 7 this problem didn’t exist. It has appeared under Windows 10. Maybe only under my Windows 10 the program shows this particular defect. I don`t know. But if not, this bug must have interested the developers

    • Shannon IngramS

      error installing PlugIn Manager

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      6k Views
      chcgC

      Maybe related to https://github.com/bruderstein/nppPluginManager/issues/40

    • PeterKeeP

      Function List ignores some files

      Watching Ignoring Scheduled Pinned Locked Moved function list class functions list functionlist
      2
      0 Votes
      2 Posts
      2k Views
      MAPJe71M

      PHP is planned for Function List Update 3.

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

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