Every repository with this icon (
Every repository with this icon (
| 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-ubuntu.md | Wed Nov 18 22:18:02 -0800 2009 | |
| |
INSTALL.md | Wed Nov 18 22:18:02 -0800 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 | |
| |
freebase2/ | Sat Oct 24 00:32:19 -0700 2009 | |
| |
gtk-plugins/ | Sun Oct 04 04:39:07 -0700 2009 | |
| |
lib/ | Sat Nov 21 01:07:09 -0800 2009 | |
| |
plugins/ | Sun Nov 22 00:00:11 -0800 2009 | |
| |
scratchpad/ | Tue Nov 17 12:57:06 -0800 2009 | |
| |
textmate - 5d706c5 | Thu Nov 19 22:25:36 -0800 2009 | |
| |
vendor/ | Sun Nov 22 01:02:20 -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.







