• SpellCheck Plug-in not wokring properly

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    What version is your plugin? I’d make sure you have the latest version. If you are still having issues then you can report the problem to the author of the plugin.

  • Feature request - find in files/ctags/cscope

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Jim DaileyJ

    For searching, I sometimes use GrepWrap. It can exclude files and directories based on regular expressions (e.g. don’t search any directory starting with “Build” or “Tool”). It is a completely separate program that uses GNU grep. Search-engine it ™ :-).

    For tagging, I use a version of the TagsJump plug-in for NPP that I have modified somewhat for my own needs. I recommend you try it out if you have not yet done so.

  • Pugin for Vivado

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello @Keyvan-Shahin,

    so you are asking for a Vivado lexer, correct?
    Or to extend the keywords of Verilog of VHDL lexer? (which, by the way, can be done by yourself using style configurator)

    Cheers
    Claudia

  • [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
    2k 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
    3k 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
    2k 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
    12k Views
    Максим ДунаевМ

    Great, thank you for your help.

  • Unable to build my C# plugin

    Locked
    2
    0 Votes
    2 Posts
    3k 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
    15k Views
    Jared HowardJ

    Outstanding!

  • 0 Votes
    3 Posts
    3k 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
    4k Views
    Gary FurashG

    Yay! Thank you

  • 0 Votes
    5 Posts
    6k 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
  • Using TextFx->Unwrap with Macro

    Locked
    3
    0 Votes
    3 Posts
    5k 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
    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

    2
    0 Votes
    2 Posts
    4k 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
    3k 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
    3k 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
    7k 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