• [New Plugin] XML Navigator

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    guy038G

    Hello crypto-rsa,

    Thanks for your quick reply ! Indeed, on my configuration, I have all versions of .NET, till the 3.5 version and even Microsoft .NET Framework 4 client Profile ! But nothing about NET 4.5 :-( Too bad, indeed !

    Of course, I do know that I should switch to newer Windows OS. But I’ve, so often, heard about problems of privileges and permissions for running software or opening files, with W7, and upper versions, that I quite pleased with my rustic, but neat Win XP configuration !!

    Anyway, I’ll try your plugin, on my W7 laptop, at work !

    Cheers,

    guy038

  • Perl function calltip

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Craig-Johnston,

    it is just a matter of maintaining ther related api file,
    which can be found in …\plugins\APIs\perl.xml.
    Take php.xml as example on what needs to be done.

    Cheers
    Claudia

  • Looking for Markdown Plugin

    6
    1 Votes
    6 Posts
    39k Views
    PeterJonesP

    Perl Script “MSI” Installer” should, of course, read “Python Script “MSI” Installer”. (Sorry to all the Python aficionados out there; my Perl roots are showing.)

    Speaking of Perl, if that’s your scripting language of choice, installing Text::Markdown will install markdown.pl and markdown.bat (genererally into ...\site\bin\markdown.bat or similar). If you don’t have the Python standalone executable, but do have Perl, you can change the Preview HTML filter definition for Markdown to

    [Markdown] Extension=.md .markdown Language=Markdown Command=markdown.bat "%1"

    If your various perl bin directories aren’t in your path, you will need to use the full path to those directories (such as Command=\strawberry\perl\site\bin\markdown.bat "%1").

    If you use extensions beyond the original daringfireball syntax in your markdown, you will probably want Text::MultiMarkdown with its associated multimarkdown.pl/multimarkdown.bat for your filter, instead.

  • Contact main developer

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    Scott SumnerS

    Ah, okay, I must have not really thought about the OP’s last sentence!

  • [New Plugin] nppNim: Lexer and Code Folding

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • XML tools plugin slows down start of notepad++ a lot

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Johannes-Fleck,

    that is strange, on my very very very old laptop
    Intel Pentium M 1,5 Ghz 1GB RAM it takes
    1,6 seconds to start npp with xml tools.

    Do you know sysinternals process monitor?
    Run it, define notepad++.exe as filter, start npp and you should see
    what is causing the issue.

    Cheers
    Claudia

  • underline all over my text

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Afik GilboaA

    updated and the problem solved. thanks…

  • Ignoring state changes during text search

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    as the texts is scanned, Notepad++ occasionally updates the scrollbar

    You mean each time the user clicks “Find Next”?

    my plug-in is notified of a state change

    Which notification are you catching exactly? I’m assuming SCN_UPDATEUI and you are checking the updated flag?

  • 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
    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
    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