• [New Plugin] CutNCopyLine

    14
    0 Votes
    14 Posts
    8k Views
    Kasper GraversenK

    @dail oh… ;) well if we can do it in C# I think it would be fun to collaborate ;)

    also I would think the plugin entries can be shared on github. The major problem is to maintain versions of the plugins and ensuring noone is making destructive plugins or submitting destructive changes to existing plugings.

  • vpk files

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Power Tools for C developers on Notepad++

    2
    0 Votes
    2 Posts
    2k Views
    dailD

    The features you listed already definitely sounds like it could be incredibly useful. Is the plugin currently available?

  • use of Java in C++ plugin

    2
    0 Votes
    2 Posts
    2k Views
    dailD

    would it be possible to use JNI to provide some Java functionality to a C++ plugin?

    AFAIK this would certainly be possible assuming you know enough about JNI.

    do i need to do any character encoding/decoding

    Most likely. Getting the text from Scintilla just gives you a const char * to the text however it is currently set to be encoded. You’d also want to make sure any text inserted/added to Scintilla also has the proper encoding (SCI_GETCODEPAGE may be useful to you). Depending on what you are doing you can probably do this in either Java or C++ (I don’t know enough about JNI). When writing C++ plugins I’ve normally used MultiByteToWideChar() and WideCharToMultiByte().

  • Docking Position for dialog window

    3
    0 Votes
    3 Posts
    3k Views
    Timothy HarringtonT

    Thanks Claudia…let me try that…I do appreciate it.

  • Plugin For UnrealScript

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    @Luke-Bawden

    Someone has already made an UDL maybe you can use this one?

    Cheers
    Claudia

  • Excellent Feature! Add this!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Help with making a simple plugin

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    0Megaman540

    NPPM_SETBUFFERENCODING works only for new and unedited files and i need to also modify opened files that have text in them.
    Is there a message to convert the file to UTF-8?

    EDIT: I found it in the header files, IDM_FORMAT_CONV2_AS_UTF_8 and IDM_FORMAT_CONV2_UTF_8.

  • XMLTools fails validation with UTF-16

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    gerdb42G

    Ok, I see. Since it is hanging around for three years now, I doubt it ever will be…

  • How to add Opera to Notepad++

    7
    0 Votes
    7 Posts
    8k Views
    Claudia FrankC

    @Larsen-E-Whipsnade

    what means

    FireFox is a full v47.0 version

    ??

    Firefox has been installed? Not just copied over?
    What happens if you press windows+R key combination
    and type firefox into the run field?

    Cheers
    Claudia

  • DSpellCheck plugin fails to install

    2
    0 Votes
    2 Posts
    3k Views
    pnedevP

    Hello,

    PluginManager’s plugins list haven’t been updated for quite long time so it information is very outdated.
    You can get the DSpellCheck plugin from https://github.com/Predelnik/DSpellCheck/releases/tag/1.2.14.2

    BR

  • JSTool Plugin will not install

    3
    0 Votes
    3 Posts
    14k Views
    Andova BegarinA

    As Claudia says, and as happens to me, Plugin Manager cannor download it from sourceforge.

    The PM says its at: “/projects/jsminnpp/files/Uni/JDToolNPP.16.10.uni.zi” (and it cuts it there).

    When I go to: https://sourceforge.net/projects/jsminnpp/files/Uni/ I see several files, and “JSToolNPP.1.16.10.uni.zip” downloads fine. And it contains “JSMinNPP.dll”.

    I copied the dll into NPP’s plugin directory and re-running NPP shows it in the Plugins menu and it works.

  • Freeze with LanguageHelp

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • wrong plugin is blamed

    Locked
    14
    0 Votes
    14 Posts
    7k Views
    Kasper GraversenK

    @Vitaliy-Dovgan good point. But that as i see it would only make the jump table more inefficient. A full comparison i taking place on every potential match

    Also when you look at the charat() both in my link and on the Document class it is delegating to it seems to be operating on char.

  • Is there a plugin, witch do multiple "search and replace"?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Attila-Schulcz

    if you already use an excel file why not using it’s internal language (VBA I assume)?
    Does it really make sense using npp for this?

    Cheers
    Claudia

  • [plugin update] CutNCopyLine v1.01

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Need help with disabling the autocomplete and the "smart hightlighting"

    14
    0 Votes
    14 Posts
    7k Views
    Claudia FrankC

    @Kasper-Graversen

    Ahh, now I understand. Thx for clarification.

    Cheers
    Claudia

  • [NEW Plugin] FirstUpper

    22
    0 Votes
    22 Posts
    21k Views
    Kasper GraversenK

    @zkirkland great dump.

  • [New plugin] RebaseAssister

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied