• quale plugin è stato usato per trovare errore nel file database no ok?

    7
    0 Votes
    7 Posts
    627 Views
    massimo la terraM

    @Ekopalypse ok certamente

  • Notification on update document without saving

    10
    0 Votes
    10 Posts
    672 Views
    WinterSilenceW

    @Alan-Kilborn The question is, do I correctly catch notifications or is there a better solution?

  • The link for Open User Defined language Folder... does not work

    6
    1 Votes
    6 Posts
    1k Views
  • External lexer example

    3
    4 Votes
    3 Posts
    940 Views
    moon6969M

    The only major hurdle was the exports - all it needed was an exports.def file once you nudged me in the right direction.

    I’ve noted this on the Github readme, and there are comments in the code for the bits I found tricky.

  • Intricacies of Regex Replace via Python Script

    14
    1 Votes
    14 Posts
    2k Views
    Alan KilbornA

    @M-Andre-Z-Eckenrode said in Intricacies of Regex Replace via Python Script:

    Because 99.9% of the text I’m dealing with is adequately expressed in ANSI, and Unicode files are larger than ANSI. Granted, they’re just text files and not particularly large ones either way, but I’m a conservationist at heart and am compelled to avoid wasting space. :-)

    I don’t think that is a compelling reason at all.
    But, democracy rules, so do what you like. :-)
    But, as this thread sort of shows, a complete understanding of encoding is an important thing.
    For myself, I’m not 100% of the way there, but hopefully getting better all the time

  • Replace text with incremented counter

    15
    0 Votes
    15 Posts
    14k Views
  • Get selected text CPP

    5
    0 Votes
    5 Posts
    1k Views
    NanyaRurirosN

    Thank you :)

  • Save styles and bookmarks plugin/script

    5
    0 Votes
    5 Posts
    1k Views
    Alan KilbornA

    Save styles and bookmarks plugin/script

    BTW, bookmarks are already saved automatically by Notepad++, so aren’t they a non-issue?

  • Search in target is sometimes failing

    46
    0 Votes
    46 Posts
    4k Views
    Peter GoddardP

    @Ekopalypse

    I think I have made a very obvious mistake. I forgot to specify my search flag as you mentioned in my other post. After switching it to Regexp, it seems to be working. I feel like that was very obvious and you have taken a lot of your time to help me, so thank you again for all your help.

    If anything else happens, I’ll post again. Thanks.

  • Which searchFlag will help me?

    5
    0 Votes
    5 Posts
    330 Views
    rinku singhR

    find < and replace it with \r\n< by regex

  • IDE for start with the publingtempleate

    3
    0 Votes
    3 Posts
    237 Views
    Miguel MM

    thanks @Ekopalypse

    At final use my laptop with Visual Studio 2015, show me other problem.

    error TRK0005: no se encontró: “CL.exe”.
    (don’t find: “CL.exe”)

    Repair the VS 2015 select C++ and work.

    Install VS2015 in my computer and all ok.

  • auto-indent situationally broken

    2
    0 Votes
    2 Posts
    223 Views
    EkopalypseE

    @Oli-Bear

    Can you show us your debug-info? Is available from the last menu item, the ? menu.

  • Mindmap like plugin system in Np++ |feature request|

    7
    0 Votes
    7 Posts
    1k Views
    EkopalypseE

    So why not using something like this?

    4b525372-8d00-40ed-b91a-0b3efa2497b0-image.png

  • Some function key doesn't work as a shortcut

    11
    0 Votes
    11 Posts
    883 Views
    EkopalypseE

    @Gregory-D

    aside from what @PeterJones has said, what if your plugin is installed for multiple users?

    In the end it’s your plugin and you can do whatever you want,
    but ask yourself if you’re happy if your nicely set up application
    suddenly behaves strangely.
    It might take some time before you realize that a newly installed plugin
    is the cause of the behavior.
    If you don’t believe this, take some time and search the forum,
    you will probably find a plethora of problems where help was asked for
    and where in the end the problem was caused by a newly installed plugin.
    Just a friendly advice - nothing more.

  • SECUREPAD help

    10
    0 Votes
    10 Posts
    2k Views
    EkopalypseE

    @PeterJones said in SECUREPAD help:

    To regulars: yes, I know I didn’t follow

    Come on, nobody has to apologize when you help somebody.
    If you or whoever is in the mood to take on the burden of answering badly asked questions, that’s absolutely fine.
    We always have to consider that
    a) asking a question well is not as easy as one might think, and
    b) it may be that this is not the native language of the person asking the question.

  • Sending NPPM_SWITCHTOFILE command freeze npp

    7
    1 Votes
    7 Posts
    379 Views
    Gregory D.G

    @PeterJones I checked wikipedia, now I understand the method and already used it without knowing :-)

  • Bug in commented Cobol code when text in positions 1-6

    3
    0 Votes
    3 Posts
    341 Views
    Michael SimpsonM

    Thanks very much for the link.

  • JN setInterval() Error

    2
    0 Votes
    2 Posts
    217 Views
    EkopalypseE

    @13406169210

    is this automating npp via javascript?
    Where is your addScript definition?

  • Detect file saved or closed

    19
    0 Votes
    19 Posts
    1k Views
    Alan KilbornA

    @Gregory-D said in Detect file saved or closed:

    I read again the demo source and finally found how to do. Thank you for your time.

    I suppose we judge it sufficient then, as someone actually trying to do it has found success. :-)

  • javascript navigation

    9
    0 Votes
    9 Posts
    846 Views
    Alan KilbornA

    @Michael-Vincent said in javascript navigation:

    Your Windows PATH environment variable

    Perhaps showing my advanced age, but I never thought we’d get to the point where THAT had to be explained. :-)
    Nice job doing it.
    If we ever need a FAQ entry on it, that could be the model.