• File manipulation for notepad++ plugin in C#

    3
    0 Votes
    3 Posts
    3k Views
    Kasper GraversenK

    Try my plugin pack as Claudia suggest. Im open to new ideas or if things are missing we can extend what is already there. Please link to my plugin pack if you choose to use it.

  • Is Notepad++ available as a service?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @prasad-menon

    Not in the way you described, maybe you wanna check out pygments? Doesn’t seem hard to be implemented.

    Cheers
    Claudia

  • Need help with a Case Problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Fredrick-Bass

    the first thing you should note is that this is a notepad++ and
    not a whatever development language forum.
    Also this is the case, we are not taking this to serious but to
    make it easier for one to help you, you should consider to give as
    much informations as possible. Question which comes instantly in to my mind
    when reading your post is something like - what programming language is he using??

    Do you agree?

    Cheers
    Claudia

  • Help me pls........<script src =" ?"

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Chetan-Kavia

    sorry, don’t get it.

    Maybe you can provide an example and/or screenshot?

    Cheers
    Claudia

  • Any way to count sloc?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @B-Ell

    I don’t think it has a built-in feature it View-Summary isn’t what you are looking for.
    But I assume a (python) script could be easily build to do such a task but therefore
    we would to know what exactly you want to count. E.g. comments included?

    Cheers
    Claudia

  • Wrong folding for own language

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Jacek-Błoch

    Debug-Info (under ? menu)
    as well as an screenshot might help.

    Cheers
    Claudia

  • How to wrap multiple selections each time with the same tag

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Bram-Roosen

    maybe an example what you want to achieve might help to find a solution.
    Something like

    <this> should become <that>

    Cheers
    Claudia

  • How to disable file update notification?

    2
    0 Votes
    2 Posts
    6k Views
    Claudia FrankC

    @Michael-Ware

    I assume it can be solved by doing the following

    Settings->Preferences->Misc.
    check update silently in file status auto detection section.

    Cheers
    Claudia

  • About Navigate

    5
    0 Votes
    5 Posts
    3k Views
    Claudia FrankC

    Hello Scott,

    I can only assume that OP is talking about switching tabs as
    those shortcuts are normally the defaults in visual studio for these actions.
    But maybe we never would find out.

    Cheers
    Claudia

  • Add a number to existing numbers

    2
    0 Votes
    2 Posts
    2k Views
    kawingaK

    Hi Roi,

    in my opinion you can solve this task much easier with a tool like “Google Sheets” or “Open Office Calc” or “Microsoft Excel”.

    Kind regards,

    Robert

  • Fortran syntax highlighting applied to my PHP files

    10
    0 Votes
    10 Posts
    6k Views
    Jocelyn FlamentJ

    Thank you Claudia for the bug report.

  • regex & new line

    4
    0 Votes
    4 Posts
    8k Views
    Oli VierO

    @Andova-Begarin said:

    Try it without regular expression checked, and with Extended (\n …) checked.

    @guy038 said:

    Hello Oli Vier,

    I quite understood your post, although it’s not your mother language ( nor mine ! ) I tested your regexes and the did work nicely ! So, I suppose it should be a silly problem of options, in the Replace dialog !

    guy038

    Спасибо Andova & merci Guy ;)
    It actually works better if “Extended (\n, \r, \t \0, \x…)” is checked.
    I didn’t try this option because I do not use Notepad++ very often and I didn’t knew the use of this “Extended” option.
    I am not really a programmer and I learnt regexes to have a better use of AutoWikiBrowser, an automated wiki editor, so I have only a basic knowledge of it.

    Regards

  • Language recognition issue

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Angela CampbellA

    I just figured out that I apparently have 2 versions of Npp installed, the other one (v6.8.3) works as expected - no language/syntax style recognition issue. Since they were installed on separate drives, maybe the original wasn’t detected when I installed the second.

    So I uninstalled the older version and the newer one is now working as expected. This is solved.

  • Text paragraph (re)formatting (and justification): how do it?

    3
    0 Votes
    3 Posts
    4k Views
    Luca MatteiniL

    @Jim-Dailey oh well, I actually wanted to reformat text while typing, not just having the visual word wrap (that anyway fits line continuation to window’s width).
    Let’s see if anyone’s eager to add these features in a plug-in, I don’t think I’d have time to write one myself right now :)

  • DMXIS lightning control

    3
    0 Votes
    3 Posts
    2k Views
    Rune GandrudR

    Thank You!!!

    The show is now much easier to program:
    Hit Station Live Måløydagane 2016

  • Copy range of lines from all the open Notepad++ files

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Hydro-Water

    There are different ways to achieve this but it depends what really needs to be done and what you know/like best.
    You could give it a try to solve it by recording a macro,
    You could write a script to do it,
    You can use excel and vba to make it work

    Cheers
    Claudia

  • Folding in main/sub-categorys without closing term

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Nuc1eaRN

    Aww…thats too bad - thank you Claudia!

  • Transferring VBA Text to Word Document

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    guy038G

    Hi Dave, Claudia, dail and All,

    Yeh, the dail’s solution is the right one ! After selecting your text, you may, either, use the menu option Plugins - NppExport - Copy all formats to clipboard

    However, I noticed that if the selected text contains any link, you get an Unknown exception message, when running this command :-((

    So, I would advice you to disable, temporary, the clickable links. On the right top corner of the panel Settings - Preferences… - MISC, just uncheck the Enable option, in the Clickable Link Settings area !

    Best Regards,

    guy038

  • Copy the line with time + the line under

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Kasper GraversenK

    Make a macro that will search the pattern using regex and then copy the selection. You must learn regex … but you’llyou’ll love it:)

  • Gap between line numbers and textarea depending on Language menu setting

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    PeterJonesP

    Thanks. That would’ve been obvious if I’d been starting from actual C or Perl with folding. Since I was starting from a Normal Text file and going the other way, it wasn’t as obvious. :-)

    So I’ve got a UDL that has no folding defined, but it still shows up with the gap. Is there a way to turn off the gap when the UDL doesn’t have any folds? Or am I just missing another tab that includes folding settings, other than “Folder & Default”? Okay, I looked, and I see “Comment & Number” has the (_) Allow folding of comments, but that’s turned off on my UDL as well.