Hello. I am interesting if there will be support of real snippets (like in TextMate or Emacs)..
Current snippets plugin is a little useless, I just could use then by setting different hotkeys for each snippet.
But AFAIK, snippet is ,when I typing short abbreviation, pressing Ctrl+Space (or smth. else), and get my abbreviation converted to some code.
Here some examples for Ruby on Rails:
ase => assert_equal(expected, actual)
asn => assert_nil(instance)
asm => assert_match(/expected_pattern/, actual_string)
It would be very cool, if there will be support for such snippets in EmEditor.