On Fri, Jan 18, 2013 at 11:59 AM, John
Yeung
<gallium.arsenide@gmail.com>
wrote:
On Thu, Jan 17, 2013 at 6:42 PM, Sayth Renshaw
<
flebber.crue@gmail.com>
wrote:
> Can anyone tell me if these are the correct files that
need to be put into a
> ruby plugin?
SciTE properties files are for SciTE, not for Scintilla. They
have no
meaning whatsoever for Geany. Think of a plug-in as a
program, not as
settings. If you want to make a Ruby indentation plug-in, you
have to
write a program that interacts with Geany to achieve it. If
it was as
simple as providing settings, someone would have done it
already.
Currently can use ruby beautifier with geany and the send
to selection option to tidy up the ruby code. The plugin is
written in Ruby itself. Its rules might provide a guide to
adding indentation support to geany.
Please just use some other editing software, or put up with
having to
indent Ruby yourself in Geany.
Yes that's ok for the short term but it would be good to
resolve moving forward.
Sayth