public
Description: A cross-platform programmer's editor written in Ruby.
Homepage: http://redcareditor.com
Clone URL: git://github.com/danlucraft/redcar.git
redcar /
name age message
directory .Redcar/ Mon Mar 31 13:35:21 -0700 2008 broken ... [danlucraft]
file .document Sat Oct 24 05:48:38 -0700 2009 Removed vendor/ and freebase from .document [dvyjones]
file .gitignore Tue Nov 24 21:39:26 -0800 2009 Added yard rake task and rewrote the docs in ma... [danlucraft]
file .gitmodules Sat Oct 17 07:33:22 -0700 2009 Added build raketask and javamateview as a subm... [danlucraft]
file CHANGES Thu Nov 26 12:24:28 -0800 2009 Added ROADMAP [danlucraft]
file INSTALL.md Tue Nov 24 06:30:00 -0800 2009 Fixed cucumber SWT runner to work with scenario... [danlucraft]
file LICENSE Wed Apr 08 14:19:35 -0700 2009 There is now a single cache for all bundles [danlucraft]
file README.md Tue Nov 24 22:20:26 -0800 2009 Add documentation for Redcar module [danlucraft]
file ROADMAP.md Thu Nov 26 12:24:28 -0800 2009 Added ROADMAP [danlucraft]
file Rakefile Tue Nov 24 22:20:26 -0800 2009 Add documentation for Redcar module [danlucraft]
file TODO Sun Sep 20 05:24:36 -0700 2009 Cleaned up the load path; can now run plugin specs [danlucraft]
directory bin/ Sun Oct 11 01:18:37 -0700 2009 Can run rake to run all the tests now. Also fix... [danlucraft]
directory config/ Tue Oct 13 06:08:32 -0700 2009 Adjusted freebase load paths [danlucraft]
directory freebase2/ Tue Nov 24 21:26:22 -0800 2009 Refactored FreeBASE loading a bit to make it cl... [danlucraft]
directory gtk-plugins/ Sun Oct 04 04:39:07 -0700 2009 Added Redcar::Command::History [danlucraft]
directory lib/ Wed Dec 02 23:53:48 -0800 2009 Can choose a theme from the command line too [danlucraft]
directory plugins/ Wed Dec 02 23:53:48 -0800 2009 Can choose a theme from the command line too [danlucraft]
directory scratchpad/ Sun Nov 22 04:59:42 -0800 2009 First stab at drag and drop support for tabs [danlucraft]
submodule textmate - 5d706c5 Thu Nov 19 22:25:36 -0800 2009 Finished off the REPL [danlucraft]
directory vendor/ Sat Nov 28 01:36:52 -0800 2009 Fix age's C rendering bug [danlucraft]
directory website/ Sat Feb 14 01:03:19 -0800 2009 Removed a lot of deadwood [danlucraft]
README.md

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.