• [New Plugin] Notepad++ plugin : Beautify p4sm file

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    YaronY
    Hello edeuser, I’ve never used p4sm, but I’d like to thank you for your work. Best regards.
  • I want to post a new Plugin, how ?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @liu-price maybe this link is helpful for you. Cheers Claudia
  • Blog on How to Develop a Notepad++ Plugin

    3
    1 Votes
    3 Posts
    4k Views
    dailD
    Just keep in mind that the C# plugin template from the Notepad++ website is very outdated and has bugs.
  • Chris McGrath Homepage: http://codealignment.com V12 manual download

    Locked
    2
    1 Votes
    2 Posts
    3k Views
    Claudia FrankC
    Hello Gábor-Bánóczi, thank you for letting us know. It is surely helpful for someone. Cheers Claudia
  • Send the file to the server via tftp

    14
    0 Votes
    14 Posts
    14k Views
    Максим ДунаевМ
    Great, thank you for your help.
  • Unable to build my C# plugin

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    dailD
    Unfortunately the C# plugin from the website is out dated and not maintained. I don’t know that much about developing in C# but I’d make sure that whatever framework you are building your plugin with that you check to see if that is installed on your machine. I know there are a few C# developers around so maybe they can point you in the right direction :)
  • Unit Conversion Plugin

    18
    0 Votes
    18 Posts
    18k Views
    Jared HowardJ
    Outstanding!
  • 0 Votes
    3 Posts
    4k Views
    greenzestG
    I don’t see how the user lists can help me :) I already searched for plugin that implement their own auto-completion, but unfortunatlely, none of them prevent the default autocomp from being displayed : http://csscriptnpp.codeplex.com/ Ccompletion https://github.com/StanDog/npp-phpautocompletion http://csscriptnpp.codeplex.com/ is the closest to what i’m developing, but you manually have to deactivate the default auto-completion.
  • Export NPPExec Macros

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    Gary FurashG
    Yay! Thank you
  • 0 Votes
    5 Posts
    7k Views
    John SparkJ
    I will now try what you said, step by step, but before it I need to reset all key bindings to default. But how ? There is not such option :( Meanwhile I deleted npp exec and will install fresh one without any changes. Thanks
  • Where to announce new plugin versions in future?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    I would vote for https://notepad-plus-plus.org/community/category/5/plugin-development Cheers Claudia
  • Using TextFx->Unwrap with Macro

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    BD LewisB
    I hadn’t thought of that option, but it will no doubt do what I need to do until the bug can be fixed. Thank you!
  • UUID plugin request

    Locked uuid ebook
    2
    1 Votes
    2 Posts
    5k Views
    Claudia FrankC
    Hello H-B, if PythonScript has been already installed, then a simple script could do the job. Place the cursor where you want to add the uuid and execute the following script. import uuid uuid = str(uuid.uuid4()) editor.addText(uuid) In addition the ToolBucket plugin has such functionality, be aware that the version which plugin manager knows isn’t the most recent one. This can be found here. Cheers Claudia
  • editing arabic script

    arabic
    2
    0 Votes
    2 Posts
    5k Views
    Ahmed Mohammed Abdel-RazekA
    I should explain more it edited the line in the right positions but from the wrong side, in mixed Arabic English lines when I won’t to edit an Arabic word it will start writing from the right Col but from the left side not the right one
  • "Find All" enhancement request

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Federico GennariF
    Hi Claudia, Thanks for the answer and yes, I’m aware of that workaround, as well the Analyse Plugin, which is not highlighting the matching patterns in result panel. I just thought that default feature could be made more customizable, since right now notepad++ is easily one the more user friendly and more complete text editors around (even under Linux there’s no such match). But of course this is up to developers. Thanks anyway! Federico
  • Problem with 6.8.8 after installing plugin

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    dailD
    Definitely sounds like a problem with the plugin. I’d report it to the authors of the PowerShell Lexer plugin. Just as an FYI, Notepad++ does support PowerShell.
  • ToolBucket plugin not working anymore

    Locked
    4
    0 Votes
    4 Posts
    8k Views
    Claudia FrankC
    Hello Fadri, afaik, plugin developer need to announce there new versions in plugin forum. If they skip to do it plugin manager doesn’t get updated. how do you tag topics as solved? Tbh, no idea. ;-) Cheers Claudia
  • 0 Votes
    3 Posts
    4k Views
    Jeff KellyJ
    Hi Thanks, I am using a different strategy to achieve how to know when to store the changes back into the DB. I save as a file locally when I open the data from the database. (I did this anyway so the Tab Caption would have the correct name and to do comparisons with what is in the DB) I save the local file again every time the user saves to the DB I listen to the notification NPPN_FILEBEFORESAVE and save the data to the database. (user click the Save icon etc) So if the user closes the application or a file that NPP knows needs saving and NPP asks if the user wants to save then the save is also stored into the DB. Thanks Jeff
  • Registry Files

    Locked lanugage registry
    2
    0 Votes
    2 Posts
    4k Views
    dailD
    You mean syntax highlighting?
  • Feature request: an additional "Replace only" Button

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Regina GrammR
    Thanks Scott for your assistance - maybe it helps. I have such feature in Sigil - a ebook-editor and use it, when I am testing a RegEx-statment.