• [Plugin Update] LuaScript v0.8

    Locked
    6
    6 Votes
    6 Posts
    3k Views
    dailD
    @guy038 Some of them as you have found are fairly simple to understand. To clarify the rest of them you listed: winfile.attributes is a UTF-8 implementation of the LuaFileSystem library’s attributes function. It is able to query various file attributes. I recommend looking at the link to see the full details. winfile.dir is a UTF-8 implementation of the LuaFileSystem library’s dir function. And as you guess is used for iterating directories. An example can be seen here for recursively walking a directory. winfile.execute is a UTF-8 implementation of the Lua built-in function os.execute for executing shell commands winfile.loadfile is a UTF-8 implementation of the Lua built-in function load for loading (i.e. parsing and compiling) Lua code winfile.open is a UTF-8 implementation of the Lua built-in function io.open for reading and writing to files. winfile.popen is a UTF-8 implementation of the Lua built-in function io.popen to start an external process and return a file descriptor for reading/writing
  • Need to show error line which is needs to be linked with respective line

    2
    0 Votes
    2 Posts
    2k Views
    dinkumoilD
    This is not the right place to post a feature request for a Notepad++ plugin. The site of the respective plugin should be used for that. In case of the XML plugin it would be this site (it’s a compound site for a bunch of Npp plugins). And there you can find this ticket which already addresses your issue. It was opened one year ago, maybe we will see a fix for it in the next release.
  • What's going with HexEdit plugin?

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    chcgC
    There are some releases available, latest: https://github.com/chcg/NPP_HexEdit/releases/tag/0.9.5.19 , but currently not fixed issues are: https://github.com/chcg/NPP_HexEdit/issues/1 And less critical: https://github.com/chcg/NPP_HexEdit/issues/3
  • New plugin - Maxscript Explorer

    9
    0 Votes
    9 Posts
    7k Views
    chcgC
    You could try to register at https://npppm.bruderste.in/users/register, but that could last some time as @bruderstein is not so often around right now. And if you are planning a X64 version: https://github.com/bruderstein/npp-plugins-x64
  • has a plugin like sublime plugin BracketHighlighter?

    brackethighligh
    14
    0 Votes
    14 Posts
    15k Views
    chcgC
    @scott-sumner Added your script under https://github.com/bruderstein/PythonScript/blob/master/scripts/Samples/BracketHighlighter.py. Hope that is ok for you. If you have more example scripts to add just let me know. Would be happy to add more of them.
  • HTML Tag Attribute Editor Dialog

    Locked
    1
    0 Votes
    1 Posts
    956 Views
    No one has replied
  • Plugin Manager to be re-enabled

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP
    This FAQ has links that explain why that isn’t going to happen, and how to manually install the Plugin Manager.
  • syntax highlight plugin is not available in notepad 7.5.8?

    Locked
    1
    0 Votes
    1 Posts
    855 Views
    No one has replied
  • .dll failed to copy in Program Files

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    chcgC
    Are you copying the files manually? Or by PluginManager?
  • Code Snippet Plugin

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    chcgC
    Is the observed crash of Snippets the known one https://github.com/ffes/nppsnippets/issues/14 ? Or a new one for which you might create an new issue to get it fixed.
  • NppFTP - Failure retrieving contents of directory /

    3
    1 Votes
    3 Posts
    4k Views
    chcgC
    Current release of nppftp: https://github.com/ashkulz/NppFTP/releases/tag/v0.27.4 with updated crypto support from openssl and libssh
  • Find in Files "Keyword" and the following "#" of lines

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Scott SumnerS
    @Hussam-Mahmoud-El-Maghraby To get good help, you’re probably going to have to show a bit more data. Sure, some ambitious people here could make some guesses (i.e., do a lot of mental work), but why put them thru that? Put 4 spaces on the front of every line of data in Notepad++ before copying and pasting here, for best results. If you see a black background on your data in the preview pane as you are composing your post, you are doing it right. Such a black box would look like this: I acutally have 4 spaces before the "I", when I was Composed Me, too, but before my "M"
  • 0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Ben-Saunders seems to be a known issue which can be solved updating the plugin. Cheers Claudia
  • NPPFTP crash after connecting

    4
    0 Votes
    4 Posts
    3k Views
    Tim WilsonT
    I think I’ve found the issue here… basically I moved my SSH keys to a new folder so it couldn’t find the .pem file. This seem to be what causes NP to crash completely.
  • Show active text file's modification date in footer area.

    3
    0 Votes
    3 Posts
    2k Views
    Mr. SmithM
    Thank you. Seems harder than I can handle at the moment. I’ll dig into it again at a future date.
  • Why doesn't 64-bit installer doesn't include Plugin Manager?

    8
    0 Votes
    8 Posts
    5k Views
    Claudia FrankC
    @AngelicBrighteyes although not an administrator :-), the link you are asking for is this. but I don’t think this wish is going to happen because there is already work in progress to replace the current plugin manager with an builtin one. Cheers Claudia
  • Highlight, PHP

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Demo Plugin Docking not working with MinGW build

    Locked
    2
    2 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @vinsworldcom178 I haven’t used MinGW for windows builds so can’t say for sure what your problem is. But I have described here what I have done to build npp and scintilla with VS2017 community edition. The steps for plugins should be quite similar. A more detailed version include a lot of screenshots can be downloaded or viewed from here If something is unclear, let us know. (together with the name of the plugin you tried to build) Cheers Claudia
  • There is no Plugin Manager on my Windows 10 Npp

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    Scott SumnerS
    @Miloš-Bogdanović You are asking a FAQ. It unzips fine for me.
  • Help test NppFTP auto-connect and multi-connect file saving!

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