Every repository with this icon (
Every repository with this icon (
tree ed9f1446e249dc795f1e39a9ac2043a68afbecb9
parent bf0810bf396b9c16de4aa178e3302bfd3b010c10
| name | age | message | |
|---|---|---|---|
| |
.Redcar/ | Mon Mar 31 13:35:21 -0700 2008 | |
| |
.document | Sat Oct 24 05:48:38 -0700 2009 | |
| |
.gitignore | Sat Oct 24 11:35:28 -0700 2009 | |
| |
.gitmodules | Sat Oct 17 07:33:22 -0700 2009 | |
| |
CHANGES | Mon Jul 13 06:23:21 -0700 2009 | |
| |
INSTALL.md | Sat Oct 17 07:43:18 -0700 2009 | |
| |
LICENSE | Wed Apr 08 14:19:35 -0700 2009 | |
| |
README.md | Wed Oct 21 11:17:12 -0700 2009 | |
| |
Rakefile | Wed Oct 21 14:14:48 -0700 2009 | |
| |
TODO | Sun Sep 20 05:24:36 -0700 2009 | |
| |
bin/ | Sun Oct 11 01:18:37 -0700 2009 | |
| |
config/ | Tue Oct 13 06:08:32 -0700 2009 | |
| |
doc/ | Sat May 09 01:01:23 -0700 2009 | |
| |
freebase2/ | Sat Oct 24 00:32:19 -0700 2009 | |
| |
gtk-plugins/ | Sun Oct 04 04:39:07 -0700 2009 | |
| |
lib/ | Sat Oct 24 00:32:19 -0700 2009 | |
| |
plugins/ | ||
| |
scratchpad/ | Sun Oct 11 06:28:02 -0700 2009 | |
| |
textmate - 91b2728 | Fri Jun 19 23:19:57 -0700 2009 | |
| |
vendor/ | Mon Nov 02 06:23:58 -0800 2009 | |
| |
website/ | Sat Feb 14 01:03:19 -0800 2009 |
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.








