• [Feature request] and help with Find and replace

    9
    0 Votes
    9 Posts
    5k Views
    Claudia FrankC

    Well my first editor was ISPF and NO, I’m not that old. ;-)

    But my answer to the “why do the old programmers not miss my feature requests”
    would be, we are all individuals, some like it that way others don’t.

    Cheers
    Claudia

  • Problem understanding the source code.

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Scott SumnerS

    If you can’t find main() on your own, I don’t have high hopes for you understanding the source code. :)

  • Search within multiple folders

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Shashank-Agrawal

    Afaik, neither npp natively nor a plugin has such functionality.
    And recording a macro, must say I didn’t try it, would mean that
    you’re always searching within the same directories.

    Cheers
    Claudia

  • Does notepad++ recognize data-toggle, data-target and aria-expanded?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Christopher RiC

    ok, I did an error in the code.

  • Automatic syntax highlighting for Python

    4
    0 Votes
    4 Posts
    7k Views
    Claudia FrankC

    @Marcell-Lévai

    oh, I see, that could simply mean that this theme hasn’t done any python styling.
    Which theme did you use, maybe it’s easier to modify the theme than to try to
    reconfigure the default theme.

    Normally you would load the theme, goto Settings->Style Configurator->select the language
    and set the styles.

    Cheers
    Claudia

  • Class range regex in function list

    10
    0 Votes
    10 Posts
    6k Views
    guy038G

    Hello Matt,

    Indeed, the way Claudia wrote your parser, as you noticed, is the right syntax. Just refer to the sections Class parser or Mix parser, of the article below :

    https://notepad-plus-plus.org/features/function-list.html

    Best Regards

    guy038

  • CTRL + Shift + T not copying current line to clipboard

    4
    0 Votes
    4 Posts
    5k Views
    Ruben van den BergR

    @PeterCJ-AtWork sorry for my late response, I took some days off. You suggestion allowed me to resolve the problem. Although I couldn’t delete the CTRL SHIFT T shortcut for reopening closed files (greyed out), I remapped it onto some weird key combination that I’ll never use.

    Thanks a lot for your help!!

  • Printing With Original Line Numbers

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    dailD

    LineFilter2 is also nice. It extracts lines of text and copies it to a new file. It has options to keep the original line numbers. I use this all the time.

  • NPPEXEC Plugin installation problem

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    Claudia FrankC

    Hello @Piyush-Chaudhary,

    when plugin manager downloads the plugin it creates a hash value of this dll and tries
    to compare it with the one confgirued by the author. If this fails, because plugin manager
    wasn’t able to load the hash or hash value is incorrect etc. you will get this message.
    Normally, you can ignore it but of course there is a chance, that the sourceforge website
    was hacked and the dll which you want to load has been compromised.
    So, it’s up to you do decide if you want to use the dll or not.

    Cheers
    Claudia

  • using emmet getting unknown exception

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    javed arshadJ

    Thanks Caudia . It worked, downloaded from Sourceforge. I have the latest version of notepad++. Wounder why some one did not update the script if it was not working with
    emmet.
    Thanks

  • No spaces, no indents.

    10
    0 Votes
    10 Posts
    6k Views
    Claudia FrankC

    @TylerSky

    glad to see that you have a working enivornment now but this means,
    that you have a broken font in your system.
    If you want to sove this you may be interested in this.

    Cheers
    Claudia

  • Clickable Links only Partially Working

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Fisher-King,

    can you provide the text which has this behaviour?

    Cheers
    Claudia

  • copy multiple urls text to lines

    Locked
    15
    0 Votes
    15 Posts
    8k Views
    Kippie WoopK

    Yes the script is working now, I didnt know what i did wrong thx for your help

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Ohayo-Gosaimas

    if you want such behaviour than it must be implemented into the lexer(s).
    Afaik this is part of scintilla.

    Cheers
    Claudia

  • FunctionList with file Informix-4gl

    Locked
    8
    0 Votes
    8 Posts
    7k Views
    Anderson Quandt VenancioA

    Hello Claudia,

    I found out what was happening, it is working properly .

    In my toolbar appear two buttons on the FunctionList, I was clicking in the second , it does not work . When I used the first appeared properly functions.

    Thanks a lot for the help!

  • Can't install v6.8.8

    Locked
    5
    1 Votes
    5 Posts
    3k Views
    Grant Sharon EslerG

    @Claudia-Frank Thanks, haven’t tried the reboot yet so will next time I get a chance.
    Thanks

  • UDL highlight keywords that are not seperated

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Chris-Hansen,

    afaik, only, if @ isn’t part of the keyword but used as operator.

    Cheers
    Claudia

  • Compiling notepad++ with Visual Studio 2015

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    dailD

    Don’t forget to copy the SciLexer.dll into the Notepad++ bin directory ;)

  • Stupid newbie wordpress question...

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Randy-Miller,

    how should we know what you did?

    Cheers
    Claudia

  • How to convert a Note++ doc into an Excel Spreadsheet???

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    Claudia FrankC

    @Angela-Tovar

    this question is, should it be a real excel spreadsheet or a file which can be imported into excel.
    If the latter is the case then make sure that your file has a header and the rows
    do e.g. use , or ; as delimiter.

    header and rows must have the same number of fields

    So something like

    header1;header2;header3;…
    value1;value2;value3;…

    Cheers
    Claudia