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
    • Zhixian_Jason YuZ

      sub menu in npp plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      Zhixian_Jason YuZ

      I figured it out finally. It’s actually pretty simple. Just specify a unique identifier (through
      NPPM_ALLOCATECMDID) when creating a submenu (the uIDNewItem parameter of winAPI insertmenu function). The WM_COMMAND message will be passed to LRESULT messageProc(UINT Message, WPARAM wParam, LPARAM lParam) when the submenu is clicked.

    • dailD

      [Plugin Update] ElasticTabstops v1.3

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      3k Views
      No one has replied
    • Mark DaviesM

      VS-2012 won't build plugin-demo - Project file contains ToolsVersion="12.0".

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Guido ThelenG

      Hi,
      Assuming that you are using the C# plugin template: Did you install for vs2012 the c++ modules?

    • Franco StellariF

      Several 64-bit plugins relesed

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      46k Views
      Кирилл ФроловК

      You have typo in the word released you wrote relesed

    • AlexanderZumasA

      [NppExec] Cannot read some chars in the Java ouput console

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

      New version of Plugin Manager for testing!

      Watching Ignoring Scheduled Pinned Locked Moved
      46
      5 Votes
      46 Posts
      111k Views
      Guido ThelenG

      @bruderstein Hi, today I tried to register for adding my new Notepad++ plugin “SQLinForm SQL Formatter” but unfortunately got an error while registrating at nppm.bruderste.in. Could you please help? Thx

    • Soeren2017S

      Encoding a text file

      Watching Ignoring Scheduled Pinned Locked Moved ansi character set oem 852 encoding
      10
      0 Votes
      10 Posts
      22k Views
      Claudia FrankC

      @Soeren2017

      if I’m allowed - the problem is that these “ansi code pages” do treat the underlying
      data (numbers) the same. Means, each code page assigns always a 8bit value to a glyph.
      So there is no way for npp to findout if the value it reads, e.g. 0xFC (252),
      should be treaten as ü (CP1252) or as exponent three (CP850).

      I guess it could be said that the different “ansi code pages” are just a different view
      to the same underlying data and as long as there is no info in the file itself which
      encoding/code page has been used, to create the file, you have to know it
      or in npps view, it tries to guess it.

      Makes this sense to you?

      Cheers
      Claudia

    • DeltaD

      Custom function usage for UDL

      Watching Ignoring Scheduled Pinned Locked Moved function list syntax highlight
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Cel FC

      plug in manager for 32 bit version

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      Rod TR

      @Cel-F

      The Plugin manager does require an active internet connection to show available plugins.
      Check that it is ok when you start NP++.

    • Zoi Christina LyratziZ

      "code definition" option

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @Zoi-Christina-Lyratzi

      I did not check sublime editor, but I’m confident that this cannot be done for all languages
      simply because all languages are different.
      If you have a special language in mind, let us know.

      Cheers
      Claudia

    • Stefan PendlS

      XML Tools x64 not recognized by Plugin Manager x64

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

      See https://github.com/bruderstein/npp-plugins-x64 for the management of the x64 plugin list. You could contribute, if you want. A template which contains the x86 export is at https://github.com/bruderstein/npp-plugins-x64/blob/master/plugins/plugins_template.xml.

      Also the x86 version (management therefore is at https://npppm.bruderste.in/plugins/edit/xml-tools) is not yet at the latest available version 2.4.9.2, but still at 2.4.8.

    • V S RawatV

      Wasn't there a "sort" plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      5k Views
      Scott SumnerS

      @V-S-Rawat

      Well, sorting is just one of a large number of things TextFX does, so if it had “sort” in its name it wouldn’t make much sense. In a broader view, it provides all sorts of different “text effects” (which I encourage you to look through to note valuable features for later use)…now do you understand the name? :-D

    • V S RawatV

      give option to "search" in plugin names list in manager

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

      https://github.com/bruderstein/nppPluginManager/issues/23

    • dailD

      [Plugin Update] LuaScript v0.7.0

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      4 Votes
      4 Posts
      4k Views
      Nick BrownN

      I would take a look at the Python Script plugin as in that two simple ui elements have been added, prompt and messageBox, both implemented in the plugin rather than in python,

      For example

      response = notepad.prompt(“Please enter a value”, “Enter a value”)
      notepad.messageBox(“File is empty!!!”)

      I am sure these could be implemented in the same way.

    • Александр ШапошниковА

      Deleting file in Execute console

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      4k Views
      Александр ШапошниковА

      @Claudia-Frank

      It works!

      Thank you!

    • KathleenK

      Help with PlugIn Manager

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @Kathleen

      did you try to restart npp??
      Which version of plugin manager are you running?
      Please post your debug-info as well.

      Cheers
      Claudia

    • mx4evaNZM

      C++ Function list does not show function if has double parenthesis

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      mx4evaNZM

      was too quick to press submit
      Is the a way to fix this

      Thanks

    • Adam BartlettA

      Compare plugin shell integration

      Watching Ignoring Scheduled Pinned Locked Moved compare shell integration plugin
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @Adam-Bartlett

      Could be made working with some tweaks.
      My idea would involve nppexec plugin and two versions
      of NppExec.ini file because NppExec can be configured to run Compare
      on notepad++ startup.

      Basically, one NppExec.ini is configured with something like

      ScriptNppStart="RunCompare"

      and the other with default settings.
      You create a batch file which gets executed when clicking the explorer context menu entry.
      The batch file itself renames the default NppExec.ini to something like NppExec.ini.default
      and the special one from, let’s say NppExec.ini_compare to NppExec.ini .
      Then it starts npp exec with the parameter to open the two files and afterwards
      renames the NppExec.inis back to default. Should work, I guess.

      Don’t have windows - so can’t really test.

      Cheers
      Claudia

    • PhiphelP

      Function List doesn't show Classes in JS/ECMAScript

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      3k Views
      PhiphelP

      Awesome! Can’t wait to grab it when it comes out! Thanks

    • dinkumoilD

      Registration for x86 plugin administration failed

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      dinkumoilD

      @bruderstein: Thanks a lot, it works now!

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