• plug in manager for 32 bit version

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

  • "code definition" option

    Locked
    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

  • XML Tools x64 not recognized by Plugin Manager x64

    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.

  • Wasn't there a "sort" plugin

    Locked
    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

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

    Locked
    2
  • [Plugin Update] LuaScript v0.7.0

    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

    5
    0 Votes
    5 Posts
    4k Views
    Александр ШапошниковА

    @Claudia-Frank

    It works!

    Thank you!

  • Help with PlugIn Manager

    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

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

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    mx4evaNZM

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

    Thanks

  • Compare plugin shell integration

    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

  • Function List doesn't show Classes in JS/ECMAScript

    5
    0 Votes
    5 Posts
    3k Views
    PhiphelP

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

  • Registration for x86 plugin administration failed

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    dinkumoilD

    @bruderstein: Thanks a lot, it works now!

  • [New Plugin] SurroundSelection

    12
    7 Votes
    12 Posts
    6k Views
    guy038G

    Hello, @dail,

    With your new version 1.1 of your SurroundSelection.dll plugin, the equivalent keys, on my French keyboard, are, as below :

    VK_OEM_4 key = FR Key ° ) ] For [......] => VK_OEM_6 key = FR Key ^ ¨ SHIFT + VK_OEM_4 key = FR Key ° ) ] For {......} => SHIFT + VK_OEM_6 key = FR Key ^ ¨ SHIFT + VK_9 key = FR Key 9 ç ^ For (......) => SHIFT + VK_0 key = FR Key 0 à @ For '......' => VK_OEM_7 key = FR Key ² For "......" => SHIFT + VK_OEM_7 key = FR Key ²

    @dail, although I’m quite able to remember these five weird French keys, is there any way to adapt your plugin to “non-English” users ?

    May be, I’m going to tell some technical impossibilities, but why not a simple .ini file, where these five keys could be defined ?

    Anyway, @dail, many thanks for that very handy plugin, especially, when using rectangular selection !!

    Cheers,

    guy038

  • NppMenuSearch version 0.9.1 available

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Language Help - Duplicated help menu

    4
    0 Votes
    4 Posts
    2k Views
    toxpalT

    Thanks, will try updating manually.

  • Feature or plugin request

    12
    0 Votes
    12 Posts
    5k Views
    Scott SumnerS

    @guy038

    Hi Guy, yes…I purposefully left functionality augmentations of that simple script as “exercises for the reader”. But you have provided the tools for the hackers.

    :-D

  • How to get column & row numbers at cursor location ?

    6
    0 Votes
    6 Posts
    4k Views
    chcgC

    For private use you could also install the Community edition, which has no restrictions (code analyis, addins,… as far as I remember) like the express edition.

  • How to check if NPP is in rtl or ltr direction?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    YaronY

    Great.
    You’re welcome.

  • Magic plugin? Visually cut half of th code lines.

    3
    0 Votes
    3 Posts
    2k Views
    aniawernerA

    WOW! THANKS! You are amazing :-)

  • NppExport fork

    2
    1 Votes
    2 Posts
    3k Views
    chcgC

    You may wan’t to have a look at https://github.com/chcg/NPP_ExportPlugin, regarding appveyor build, x64 build. Otherwise there are no functional changes.