• External lexer example

    3
    4 Votes
    3 Posts
    773 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
    13k Views
  • Get selected text CPP

    5
    0 Votes
    5 Posts
    932 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
    2k 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
    221 Views
    rinku singhR

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

  • IDE for start with the publingtempleate

    3
    0 Votes
    3 Posts
    176 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
    171 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
    993 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
    656 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
    1k 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
    264 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
    255 Views
    Michael SimpsonM

    Thanks very much for the link.

  • JN setInterval() Error

    2
    0 Votes
    2 Posts
    165 Views
    EkopalypseE

    @13406169210

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

  • Detect file saved or closed

    19
    0 Votes
    19 Posts
    616 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
    647 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.

  • plugin request: CPP project

    3
    0 Votes
    3 Posts
    137 Views
    Alan KilbornA

    @Demetrius

    Why do you want to switch to N++?

    If you want to switch, I think you just need to adapt to what N++ provides, not to expect everything you have somewhere else to exist on a one-for-one basis in N++.

    Some addons (plugins) to N++ that meet some of your needs:

    NppExec - compiling and running tagging plugins (there are a few) - navigation of your codebase

    Good luck.

  • Configure new C # based language

    2
    0 Votes
    2 Posts
    171 Views
    EkopalypseE

    @Alisson-Freitas said in Configure new C # based language:

    Good Morning

    It’s almost evening here :-D

    Builtin lexers cannot be changed easily you, normally, write/create your
    own lexer (UDL user defined lexer) is such cases.
    If it is all about coloring, then another possibility is to use scripting languages like
    PythonScript and add additional parsing to the builtin or UD-lexers. Some ideas.
    Or you can write your own lexer using c#.

  • Plugin suggestion idea

    10
    1 Votes
    10 Posts
    531 Views
    asvcA

    @PeterJones said in Plugin suggestion idea:

    For future reference, 1200 seconds is 20 minutes, not 20 hours.

    …rightfully pointing at the lack of attention on my side…

    You are obviously not a spammer

    Hey, we all have to start somewhere. It seems like now my profile is back from the “underground” category and I can post freely.

    Thanks @PeterJones & @Alan-Kilborn.