<br><br><div class="gmail_quote">On Fri, Jan 18, 2013 at 11:59 AM, John Yeung <span dir="ltr"><<a href="mailto:gallium.arsenide@gmail.com" target="_blank">gallium.arsenide@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Jan 17, 2013 at 6:42 PM, Sayth Renshaw <<a href="mailto:flebber.crue@gmail.com">flebber.crue@gmail.com</a>> wrote:<br>
> Can anyone tell me if these are the correct files that need to be put into a<br>
> ruby plugin?<br>
<br>
</div>SciTE properties files are for SciTE, not for Scintilla.  They have no<br>
meaning whatsoever for Geany.  Think of a plug-in as a program, not as<br>
settings.  If you want to make a Ruby indentation plug-in, you have to<br>
write a program that interacts with Geany to achieve it.  If it was as<br>
simple as providing settings, someone would have done it already.<br></blockquote><div><br></div><div>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.</div>
<div><br></div><div>Its here <a href="http://www.arachnoid.com/ruby/rbeautify.rb.html">http://www.arachnoid.com/ruby/rbeautify.rb.html</a></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Please just use some other editing software, or put up with having to<br>
indent Ruby yourself in Geany.<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div>Yes that's ok for the short term but it would be good to resolve moving forward.</div><div><br></div><div>Sayth </div></div>