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

    Auto-completion folder's location change

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Dec 29, 2018, 4:16 PM
    Dec 23, 2018, 3:44 AM
    3 Votes
    6 Posts
    3k Views
    D Dec 29, 2018, 4:16 PM

    @donho

    The question is: Is Notepad++ able to load autocompletion files from another location than <NPP_INST>\autoCompletion? If not, plugins will not be able to store their own autocompletion files to user’s machines. Thus this location would be wrong.

  • M

    NPPExec console disappeared and does not show up (NPP/Exec are up to date)

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Dec 26, 2018, 7:41 PM
    Dec 26, 2018, 3:03 PM
    0 Votes
    11 Posts
    4k Views
    M Dec 26, 2018, 7:41 PM

    @gurikbal-singh RESOLVED: I tried to find out if any of the plug-ins all of sudden started to tamper with anything so I removed them (almost) all from the folder – and yes, after NPP restart, I saw the console and JSLint working. So I started to add all of the plug-ins back by one or two at a time and found out that actually none of the plugins I use tamper with anything and what I had is some obscure glitch that probably had something to do with window position of certain plugins or something like that.

    If this glitch had to do with some weird window positions (not sure, but it is likely), then can we ask the developer(s) to add something alike to “Cascade windows” function from the good old days? Not literally that, of course, as we are dealing not with tabs/windows for files open, but with auxiliary windows/consoles that can just go away to somewhere.

    Thanks for you help.

  • T

    Quickstart info for 64 bit

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Dec 20, 2018, 8:07 PM
    Dec 20, 2018, 8:07 PM
    0 Votes
    1 Posts
    658 Views
    No one has replied
  • 4

    Notepad ++ Compare Plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Dec 20, 2018, 7:31 PM
    Nov 30, 2018, 3:37 PM
    0 Votes
    6 Posts
    3k Views
    C Dec 20, 2018, 7:31 PM

    @41213 I think you misunderstood the meaning of PythonScript plugin. It is https://github.com/bruderstein/PythonScript which already contains the required python parts. If you use N++ before version 7.6 installation is done easiest with PluginManager. Current version is https://github.com/bruderstein/PythonScript/releases/tag/v1.3.0.

  • E

    How can i add FHIR Notepad++ Plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Dec 20, 2018, 3:53 PM
    Dec 20, 2018, 2:58 PM
    0 Votes
    3 Posts
    2k Views
    E Dec 20, 2018, 3:53 PM

    that worked.
    thanks very much.

  • A

    NPP C# plugin - How to get the list of Notepad++'s open files.

    Watching Ignoring Scheduled Pinned Locked Moved
    17 Dec 15, 2018, 6:14 AM
    Oct 2, 2017, 12:19 PM
    0 Votes
    17 Posts
    11k Views
    R Dec 15, 2018, 6:14 AM

    @Alessandro
    BGuenthner has good answer here for get all open files and current open files include new tab
    https://sourceforge.net/p/notepad-plus/discussion/482781/thread/90ae2b1a/

  • B

    Compare Plug-In no longer working properly on Windows 10 using Notepad V7.5.9

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Dec 12, 2018, 2:02 PM
    Dec 7, 2018, 5:26 PM
    0 Votes
    6 Posts
    3k Views
    E Dec 12, 2018, 2:02 PM

    I just upgraded to Ver 7.6 and the plug-in is working. Thanks!

  • R

    dockable dialog and mouse events

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Dec 11, 2018, 2:53 PM
    Dec 10, 2018, 11:01 AM
    0 Votes
    5 Posts
    4k Views
    R Dec 11, 2018, 2:53 PM

    @Eko-palypse
    dialog is dialog after all
    form can perform as dialog by code this.dialog.show();
    but i’m used this.show();

  • P

    Compare plugin is back!

    Watching Ignoring Scheduled Pinned Locked Moved
    24 Dec 1, 2018, 12:29 PM
    Dec 20, 2016, 12:14 AM
    7 Votes
    24 Posts
    510k Views
    D Dec 1, 2018, 12:29 PM

    @Pawan-Kumar

    I never noticed that the Compare plugin caused Notepad++ to be unstable. But there are some other plugins doing so, e.g. MenuSearch and LocationNavigate. Especially MenuSearch is weird because wether it causes problems depends on the presence and/or absence of other plugins. At my site it works fine if NppFTP is installed as well.

    You should try to install one plugin after another and perform tests after every installation until you find a plugin which causes problems. Then uninstall all other plugins and test the suspicious one alone. If it works fine start adding other plugins until you are facing problems again. Then remove all plugins except the first and the second suspicious one and repeat the sequence.

    This way you will find combinations of plugins which effect each other in ways that make Notepad++ become unstable.

  • L

    New ideas about code snippets and auto-completion

    Watching Ignoring Scheduled Pinned Locked Moved code snippets auto-completion
    1 Nov 30, 2018, 11:59 AM
    Nov 30, 2018, 11:59 AM
    0 Votes
    1 Posts
    769 Views
    No one has replied
  • F

    PHP function list and abstract functions

    Watching Ignoring Scheduled Pinned Locked Moved
    19 Nov 26, 2018, 7:08 PM
    Jan 20, 2018, 2:08 PM
    0 Votes
    19 Posts
    9k Views
    F Nov 26, 2018, 7:08 PM

    I join GitHub, but I not sure of what I did for submit this piece of code.

    https://github.com/TutoInformatik/notepad-plus-plus/pulls?q=is%3Apr+is%3Aclosed

  • P

    plugin updates aren't moved to folder?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 24, 2018, 9:31 AM
    Nov 23, 2018, 8:22 AM
    0 Votes
    2 Posts
    934 Views
    C Nov 24, 2018, 9:31 AM

    Known issue since 7.6. See https://github.com/bruderstein/nppPluginManager/issues/136.
    There is no fix for that yet. Features of builtin plugin admin are still in flow. I will check out if PM could be adapted to the new requirements, if the changes of N++ have been stabilized.

  • EarlessE

    Supoport for SystemC(-AMS)

    Watching Ignoring Scheduled Pinned Locked Moved language plugin systemc-ams systemc
    2 Nov 24, 2018, 8:22 AM
    Nov 22, 2018, 4:10 PM
    0 Votes
    2 Posts
    971 Views
    C Nov 24, 2018, 8:22 AM

    Seems not to be the case, see http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files. You could create a own UDL for your language. See older howto http://docs.notepad-plus-plus.org/index.php/User_Defined_Languages and updated UDL description at https://ivan-radic.github.io/udl-documentation/.

  • Ollo HeßO

    How to replace selected text of a selected rectangle?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 21, 2018, 3:23 PM
    Nov 20, 2018, 1:24 PM
    0 Votes
    4 Posts
    2k Views
    Scott SumnerS Nov 21, 2018, 3:23 PM

    @Ollo-Heß

    I understand the desire for it to be simple for the rectangular column selection case, but it is important that you understand why it is not so, and thus why there is no simple 2-step get-selection and replace-selection for this.

    Let me first ask you some questions about what you are doing:

    Does the initially selected rectangular block ever have any virtual space in it? Are all of the lines/rows in the rectangular block you are replacing with of the same length (same number of columns for each line; note that it is fine if this is different from the number of columns in the initial selection)? Does the rectangular block you are replacing with always have the same number of lines/rows as the initially selected rectangular block?

    [Maybe these questions will get you thinking along the lines of why this can be a difficult thing to do…]

    If the answers are “no”/“yes”/“yes” then the situation is “fairly” simple, and I can describes some possible ways to implement (but let’s have those answers first). We can of course discuss the cases where the answers aren’t “no”/“yes”/“yes”, but the complexity increases. :-)

  • mr10008M

    Explorer and Favorites in Npp v.7.6

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 19, 2018, 6:23 AM
    Nov 19, 2018, 3:17 AM
    0 Votes
    2 Posts
    2k Views
    D Nov 19, 2018, 6:23 AM

    Explorer plugin is on its way, see here.

    If you can not wait that long - you have to move the DLL files to the correct location. See this topic or this posting. Please note: The script I’ve mentioned there has been changed, now it moves plugin files and folders to the new location and can be used for local, portable and hybrid installations. Use it on your own risk.

  • niccordN

    [New Plugin] Brackets Check

    Watching Ignoring Scheduled Pinned Locked Moved large file bracket
    7 Nov 18, 2018, 11:47 PM
    Sep 21, 2016, 10:34 AM
    0 Votes
    7 Posts
    21k Views
    niccordN Nov 18, 2018, 11:47 PM

    With the help of @Jesse-Bevil, version 1.2.1 has just been released with this bug fix.

  • R

    syntax and syntax highlighting in userDefineLang.xml

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Nov 18, 2018, 12:00 PM
    Nov 16, 2018, 6:10 AM
    0 Votes
    9 Posts
    3k Views
    R Nov 18, 2018, 12:00 PM

    @Jim-Dailey hi how are you
    i have video for you

    https://youtu.be/OgpCVasoHjQ

  • Theo NiessinkT

    Custom plugin support broken in v7.6?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 15, 2018, 9:41 AM
    Nov 14, 2018, 9:43 AM
    0 Votes
    4 Posts
    2k Views
    Theo NiessinkT Nov 15, 2018, 9:41 AM

    @pnedev said:

    Your plugin should be working, just make sure to put the DLL in the new destination (user space as you call it) BUT under its own folder, IOW:
    %USER_SPACE_PLUGINS_FOLDER%\%YOUR_PLUGIN_NAME%\%YOUR_PLUGIN_NAME%.dll.

    Cheers thanks a lot, that worked!

    Just a note here - To avoid further confusion the same folder for plugins should be used regardless of Plugin Admin feature presence.

    So old plug-in support is indeed not broken, except you might need to move some files around manually, but only if you use oldskool plug-ins of course. Fair enough I guess.

    @chcg said:

    @Theo-Niessink Are you missing https://sourceforge.net/projects/npp-plugins/files/NppAutoIndent/NppAutoIndent Plugin v1.2/NppAutoIndent_1_2_dll.zip/ in the list?

    No, like I said, it is a custom coded plug-in (MartinicAutoIndent), which I never bothered to share because there was zero interest in it (back in 2013). But thanks anyway.

  • DARO75D

    Notepad++ Rtf Editing plugin

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 14, 2018, 8:36 PM
    Nov 14, 2018, 10:14 AM
    0 Votes
    2 Posts
    18k Views
    PeterJonesP Nov 14, 2018, 8:36 PM

    Notepad++ can edit RTF natively. If you pasted this RTF source code into Notepad++, you would be able to edit it.

    {\rtf1\ansi{\fonttbl\f0\fswiss Helvetica;}\f0\pard This is some {\b bold} text.\par }

    If you want Notepad++ to render RTF, then you would need a plugin, similar the Preview HTML plugin or Markdown plugin. In fact, if you have a standalone RTF-to-HTML converter and the 32bit Notepad++, you could easily use that Preview HTML plugin to render it.

    However, if you want a WYSIWYG editor for the RTF – so it completely hides the codes, and just allows you to apply bold styles, etc, while you’re editing the text – that’s called a word processor, and isn’t what Notepad++ was built for. Your copy of Windows probably came pre-installed with Wordpad, which can handle RTF. Or get a full-featured word processor, like Microsoft Word or LibreOffice could handle it with no problem.

    But you can edit teh text, and even the control codes, of a RTF just fine in Notepad++, because it’s a text-based markup (like HTML, XML, Markdown, and others)

  • GrenG

    Exception alert box "Vector T too long" in Notepad++ 7.5.9

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 13, 2018, 6:42 PM
    Nov 12, 2018, 5:26 PM
    0 Votes
    4 Posts
    4k Views
    C Nov 13, 2018, 6:42 PM

    7.6 is out, still bundled with dspellcheck 1.4.6. But 7.6 has a major change in plugin location due to plugin admin, see https://notepad-plus-plus.org/news/notepad-7.6-released.html. Read section “For plugin users” to find your installed plugins again.

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