matschaffer / redcar forked from danlucraft/redcar
- Source
- Commits
- Network (21)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
tree 31ac2bfb47ff65ccff01ff3f889bde6c6955595d
parent 3e19dcd95cb8a1d91e8d89661ac35857ce0e8d3f
| name | age | message | |
|---|---|---|---|
| |
.Redcar/ | ||
| |
.document | ||
| |
.gitignore | ||
| |
.gitmodules | ||
| |
CHANGES | ||
| |
INSTALL-ubuntu.md | ||
| |
INSTALL.md | ||
| |
LICENSE | Wed Apr 08 14:19:35 -0700 2009 | |
| |
README.md | ||
| |
Rakefile | ||
| |
TODO | ||
| |
bin/ | ||
| |
config/ | Tue Oct 13 06:08:32 -0700 2009 | |
| |
freebase2/ | ||
| |
gtk-plugins/ | ||
| |
lib/ | ||
| |
plugins/ | ||
| |
scratchpad/ | ||
| |
textmate - 5d706c5 | Thu Nov 19 22:25:36 -0800 2009 | |
| |
vendor/ | ||
| |
website/ |
Important
Currently Redcar is being ported to JRuby, and not a lot works on HEAD. If you would like to run the old GTK version, you MUST check out the tag 'gtk-head'
Redcar
by Daniel Lucraft http://RedcarEditor.com/
DESCRIPTION
A pure Ruby text editor running on JRuby. Has syntax highlighting, snippets, macros and is highly extensible.
FEATURES
- Syntax highlighting for many languages.
- Extensive snippets.
- Ruby plugins.
INSTALLATION
(not yet finalized for the JRuby version) See INSTALL.md
TESTS
To run all specs and features:
$ rake
NB. Features work with Cucumber version 0.4.2, you may have problems with other versions because for the moment we are patching Cucumber dynamically to support dependencies between sets of features.
TESTS (specs)
On OSX:
$ jruby -J-XstartOnFirstThread $(which spec) plugins/#{plugin_name}/spec/
On Linux:
$ jruby $(which spec) plugins/#{plugin_name}/spec/
TESTS (features)
On OSX:
$ jruby -J-XstartOnFirstThread bin/cucumber plugins/#{plugin_name}/features
On Linux:
$ jruby bin/cucumber plugins/#{plugin_name}/features/
LICENSE
Redcar is copyright 2008-2009 Daniel Lucraft and contributors. It is licensed under the GPL2. See the included LICENSE file for details.

