Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4081
    tohuwabobi
    Member

    Hello
    I am using emeditor since yesterday and so far like it a lot.
    But I really wonder why I have to download the Auto Complete Function as a plug-in, and compile it myself. This function is so important to me I couldn’t live without.

    Unfortunately I’m not a software developer, and I have no compiler installed or available, and that goes to far anyways.

    How can I get a compiled version of this plug-in?

    thank you
    Tobias

    #4082
    Yutaka Emura
    Keymaster

    You don’t need to compile. You can download the built Auto Complete plug-in from http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=4&lid=97

    If you need further assistance, please let me know.

    #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.

    #4266
    Yutaka Emura
    Keymaster

    Some eac files are included in the plug-in package, and they should be self-explanatory.

    This is an example:


    #T=for
    for ( !^; ^; )
    {

    }

    ! specifies where the new cursor position is.
    ^ is an escape character.
    # is a comment or #T is the keyword that trigers 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.

    #4268
    Michael
    Member

    Sorry, found.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.