• Edit textarea content in Notepad++?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Kuroi-Kitsune

    ??? - additional infos - ??? Your question isn’t very clear to me.

    Cheers
    Claudia

  • Notepad won't work

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Gabe-and-rhys

    it depends on how you “execute” your code.
    Some additional infos how you do that?

    Cheers
    Claudia

  • Font Options

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    George ZeiglerG

    @Claudia-Frank Thanks Claudia. I just send you some very powerful energy for your creativity and to enhance your life in every way !!!

  • Notepad++ Accessing D:\ every time it starts

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Harry-Dirg

    could it be that it tries to access files on d: which are automatically opened once npp started?

    If not, software like procmon can be used to find out which file gets accessed. Maybe this gives
    an indication what is going on.

    Cheers
    Claudia

  • where to put spell-checker dictionary

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Claudia FrankC

    @Phil-Richcreek

    Did you see guy038’s info about this here?

    Cheers
    Claudia

  • Column Mode Paste Problem

    6
    0 Votes
    6 Posts
    5k Views
    Claudia FrankC

    @Jon-Oliver

    sorry for late response.

    Just by the fact that the paste goes awry

    Yes, but maybe I should have used the verb “suggests”.

    Cheers
    Claudia

  • How do you remove a dark theme

    3
    0 Votes
    3 Posts
    5k Views
    Conor DuffyC

    Ah, it was very much hiding in plain sight. Thanks guy038!!

  • need to purge a post for reasons of privacy

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Phil RichcreekP

    @dail Thank you VERY VERY MUCH.

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