J
Jay Levitt
For some reason, jEdit 4.3pre2 (JRE5, Windows XP SP2) wants to indent
any "end" statements with the rest of the block, which of course throws
off every succeeding line. I've downloaded Karl von Laudermann's
ruby.xml 0.6, but this hasn't made a difference. In fact, now that I
notice, if/then/else has a problem too. Anyone have any ideas how to
troubleshoot this?
Example:
if blah
puts "hi"
else
puts "bye"
end
any "end" statements with the rest of the block, which of course throws
off every succeeding line. I've downloaded Karl von Laudermann's
ruby.xml 0.6, but this hasn't made a difference. In fact, now that I
notice, if/then/else has a problem too. Anyone have any ideas how to
troubleshoot this?
Example:
if blah
puts "hi"
else
puts "bye"
end