Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: why this doesnt work #4411
    Michael
    Member

    char “” is escape char in all programming languages.

    n – new line
    t – tab
    ” – “
    ‘ – ‘

    etc.

    in reply to: why this doesnt work #4405
    Michael
    Member

    Do not forget about

    document.selection.Replace(“.s”, “.n”, eeFindReplaceRegExp | eeFindReplaceQuiet | eeReplaceAll);

    in reply to: non regex replace doesnt work #4404
    Michael
    Member

    Try

    document.selection.Replace(“/”, “n”, eeFindReplaceQuiet | eeReplaceAll);

    because “/” is “escape /” = “/”
    “/” is “escape /” = “/”

    in reply to: Number of files increment. #4282
    Michael
    Member

    Yutaka right. What else? All good.

    in reply to: Number of files increment. #4277
    Michael
    Member

    o’key – EmEditor – the best!
    Where could I send my configs for other people?

    in reply to: I need Auto Complete #4268
    Michael
    Member

    Sorry, found.

    in reply to: I need Auto Complete #4267
    Michael
    Member

    Cool. It’s working, but what key I need press to complete “for”. I see tip with “for (;;) {}” but it no placed instead of my “for” when I press Tab Space or Enter.

    in reply to: Can I create myself plugin for EmEditor? #4264
    Michael
    Member

    Thanks, I begin work.

    in reply to: I need Auto Complete #4261
    Michael
    Member

    Hello. I also found this plugin and I have a problem. How can I add words definition for this plugin? I have found what I need import *.eac flle into plugin. But I didn’t find syntax for *.eac file. Could you post here an example for it or link to example file.

Viewing 9 posts - 1 through 9 (of 9 total)