Forum Replies Created
- AuthorPosts
- MichaelMember
char “” is escape char in all programming languages.
n – new line
t – tab
” – “
‘ – ‘
–etc.
MichaelMemberDo not forget about
document.selection.Replace(“.s”, “.n”, eeFindReplaceRegExp | eeFindReplaceQuiet | eeReplaceAll);
MichaelMemberTry
document.selection.Replace(“/”, “n”, eeFindReplaceQuiet | eeReplaceAll);
because “/” is “escape /” = “/”
“/” is “escape /” = “/”MichaelMemberYutaka right. What else? All good.
MichaelMembero’key – EmEditor – the best!
Where could I send my configs for other people?MichaelMemberSorry, found.
MichaelMemberCool. 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.
MichaelMemberThanks, I begin work.
MichaelMemberHello. 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.
- AuthorPosts