In summary of the above, and with addition of one more change - to get
ruby to work in scite-ru I did this:
1. Scite-Ru > Options > Open Global Options File... ensure that the "#~"
is taken away from the front of BOTH "#~import languages\ruby" AND
"#~Ruby|rb||\"
2. Create the file ruby.abbrev ie "C:\Program
Files\SciTE\abbrev\ruby.abbrev" In here put in your ruby snippets (or
use the other abbrev files as examples to create new snippets)
3. Scite-Ru > Options > Edit Properties > ruby.properties and add the
following to the end of the ruby.properties file:
# This makes my ruby.abbrev snippet file work!
# see adam's comment in
http://www.ruby-forum.com/topic/206482#new
abbreviations.$(file.patterns.rb)=$(SciteDefaultHo me)\abbrev\ruby.abbrev
abbrev.ruby.auto=2
Finally I saved the changes and restarted scite-ru. And it worked for
me.
cheers, Michelle
--
Posted via
http://www.ruby-forum.com/.