- AuthorPosts
- January 6, 2007 at 12:39 pm #4081tohuwabobiMember
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
TobiasJanuary 8, 2007 at 4:38 am #4082Yutaka EmuraKeymasterYou 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.
March 31, 2007 at 8:43 am #4261MichaelMemberHello. 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.
April 1, 2007 at 6:30 am #4266Yutaka EmuraKeymasterSome 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.April 1, 2007 at 9:39 am #4267MichaelMemberCool. 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.
April 1, 2007 at 9:40 am #4268MichaelMemberSorry, found.
- AuthorPosts
- You must be logged in to reply to this topic.