Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm currently coding in Ruby. I used to use Scite but the autorun feature randomly stopped working so I can't run my code in the window anymore and am thinking of switching to another text editor. I'm looking for something simple with no learning curve and good syntax highlighting that will allow me to autorun code simply. Any recommendations?

share|improve this question

closed as not constructive by jonsca, Jeff Atwood Jun 25 '11 at 11:00

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

gedit is a pretty good editor, although I am not sure about auto running code.

share|improve this answer

gEdit with the appropriate settings turned on in the External Tools section of the plugins can make it a very flexible code editor. I am also quite partial to Kate(the default text editor in KDE), as it has many of the same features of SciTE.

But really, you can take your pick from a vast array. The linked Quora discussion should help you out.

share|improve this answer
Do you mind my asking if kate has an autorun section? – Bodhidarma Jun 22 '11 at 6:17
From what I remember, you can create a key binding to a build/run event, if that is what you mean by 'autorun'. – Corey Larson Jun 22 '11 at 6:21
The Kate settings you should be looking at are the ones in the Build plugin. – Corey Larson Jun 22 '11 at 6:28

Not the answer you're looking for? Browse other questions tagged or ask your own question.