PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

http://github.com/redcar/redcar
Markdown | 77 lines | 45 code | 32 blank | 0 comment | 0 complexity | 9f140d1734b1a432b76486d47e341559 MD5 | raw file
Possible License(s): BSD-3-Clause, CC-BY-3.0
  1. {Redcar}
  2. ========
  3. [http://redcareditor.com/](http://redcareditor.com/)
  4. ## Description
  5. A Ruby text editor.
  6. * written in Ruby from the ground up
  7. * runs on JRuby (a fast, compatible Ruby implementation)
  8. * is cross-platform (Linux, Mac OS X, Windows)
  9. * highly extensible
  10. Some Redcar features:
  11. * supports Textmate themes and snippets
  12. * split screen mode
  13. * syntax checking for many languages
  14. * built in REPL for Ruby, plugins for Groovy, Clojure and Mirah.
  15. Some (current) limitations:
  16. * Only supports UTF-8 file encodings (and therefore ASCII)
  17. ![alt text](http://redcareditor.com/images/redcar-4-thumb.png "Title")
  18. ![alt text](http://redcareditor.com/images/redcar-1-thumb.png "Title")
  19. ## Installation
  20. $ gem install redcar
  21. for more details, see [User Guide: Installation](https://github.com/redcar/redcar/wiki/Installation)
  22. * Note: On OS X, you must have Xcode and Xcode Command Line Tools (available view `Xcode > Preferences > Downloads`) installed.
  23. ## Usage
  24. Run
  25. $ redcar --help
  26. To see full usage details.
  27. ## Experimental Installers
  28. You must have Java installed. On Ubuntu, you can install `openjdk-7-jre` if you do not already have Java.
  29. * [OS X](https://github.com/downloads/redcar/redcar/Redcar-0.14.0dev.app.zip)
  30. unzip, then double click Redcar.app
  31. * [Debian](https://github.com/downloads/redcar/redcar/redcar_0.14.0dev_all.deb)
  32. install with sudo dpkg -i redcar_xx_all.deb
  33. * [Windows](https://github.com/downloads/redcar/redcar/redcar-0.14.0dev.zip)
  34. unzip, then run redcar.exe
  35. ## Installing From Source
  36. git clone git://github.com/redcar/redcar.git
  37. cd redcar
  38. rake init
  39. ruby bin/redcar
  40. ## Problems?
  41. * Irc at #redcar on irc.freenode.net
  42. * Mailing list at http://groups.google.com/group/redcar-editor
  43. ## License
  44. Redcar is copyright 2007-2012 Daniel Lucraft and contributors.
  45. It is licensed under the GPLv2. See the included LICENSE file for details.