• Stars
    star
    997
  • Rank 45,549 (Top 1.0 %)
  • Language
    Ruby
  • License
    Other
  • Created about 14 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A cross-platform programmer's editor written in Ruby.

{Redcar}

http://redcareditor.com/

Description

A Ruby text editor.

  • written in Ruby from the ground up
  • runs on JRuby (a fast, compatible Ruby implementation)
  • is cross-platform (Linux, Mac OS X, Windows)
  • highly extensible

Some Redcar features:

  • supports Textmate themes and snippets
  • split screen mode
  • syntax checking for many languages
  • built in REPL for Ruby, plugins for Groovy, Clojure and Mirah.

Some (current) limitations:

  • Only supports UTF-8 file encodings (and therefore ASCII)

alt text alt text

Installation

$ gem install redcar

for more details, see User Guide: Installation

  • Note: On OS X, you must have Xcode and Xcode Command Line Tools (available view Xcode > Preferences > Downloads) installed.

Usage

Run

$ redcar --help

To see full usage details.

Experimental Installers

You must have Java installed. On Ubuntu, you can install openjdk-7-jre if you do not already have Java.

  • OS X

    unzip, then double click Redcar.app

  • Debian

    install with sudo dpkg -i redcar_xx_all.deb

  • Windows

    unzip, then run redcar.exe

Installing From Source

git clone git://github.com/redcar/redcar.git
cd redcar
rake init
ruby bin/redcar

Problems?

License

Redcar is copyright 2007-2012 Daniel Lucraft and contributors. It is licensed under the GPLv2. See the included LICENSE file for details.

More Repositories

1

git.js

pure-Javascript Git implementation
JavaScript
1,310
star
2

retwis-rb

Port of redis example twitter app to Ruby and Sinatra
Ruby
234
star
3

rak

grep replacement in pure Ruby
Ruby
82
star
4

rbwebkitgtk

Ruby bindings for the GTK+ port of WebKit.
C
70
star
5

jruby-swt-cookbook

Examples for writing an application in JRuby/SWT
Ruby
36
star
6

swt

Contains everything required to write cross-platform desktop applications with JRuby and SWT.
Ruby
35
star
7

redcar-bundles

Textmate bundles ported to work with Redcar
Ruby
26
star
8

jruby-prof

Profiler for JRuby - abandoned: functionality was merged into jruby
Ruby
22
star
9

simplex

Naive pure-Ruby simplex solver for linear programming problems.
Ruby
19
star
10

plugin_manager

A Ruby plugin loader
Ruby
19
star
11

valar

Ruby-Vala interface
Ruby
18
star
12

gtkmateview

Textmate-compatible editing widget for Gnome
C
18
star
13

features_reports

Generate a PDF report of a set of Cucumber features (deprecated - use the PDF formatter now bundled with Cucumber instead)
Ruby
14
star
14

zerenity

Pure Ruby implementation of Gnome's Zenity with extra features
Ruby
8
star
15

gutkumber

Ruby-GNOME2 integration testing library
Ruby
8
star
16

rvc-dojo

A coding dojo problem that teaches about how git's object model works.
4
star
17

gitcase

A git repository viewer in Rails
Ruby
4
star
18

repo

Life repository/wiki
Ruby
4
star
19

irc-logger

A really fucking hacky irc-logger.
Ruby
4
star
20

rx

YAML/JSON validation for Ruby, Perl, PHP, Python, JavaScript
JavaScript
3
star
21

redcar-docs

Documentation (and website) for the Redcar project
3
star
22

grammer

Yammer client for Gnome
Ruby
2
star
23

rg2-dist

Experiments in distributing pre-built Ruby-GNOME2 applications
C
2
star
24

jrubyconf-button

Demo swt app created for JRubyConf 2011 talk
Ruby
2
star
25

rsigsegv

Make Ruby segfault on demand
C
2
star
26

presentations

2
star
27

heroku-hello-world

Ruby
2
star
28

redcar-icons

The icons used in the redcar editor
Ruby
2
star
29

word_search

A simple, but fast, word search library. Forked from Mauricio Fernandez' ftsearch
Ruby
2
star
30

nginx-test

Ruby
2
star
31

noughts-and-crosses-server

Scala
1
star
32

3d-from-scratch

Me figuring out how 3d graphics work without referring to any docs or tutorials
JavaScript
1
star
33

clojure-dojo

clojure dojo code for work
Clojure
1
star
34

logsoul

simple log grepper
Ruby
1
star
35

redcar-clojure

Redcar plugin with extensions for Clojure (REPL)
Ruby
1
star
36

capybara-sweet

An cross-browser driver for Capybara, using SWT's browser widget in JRuby.
JavaScript
1
star
37

pyranine

Extract and compile annotations from PDFs
Ruby
1
star
38

redcar-groovy

Groovy extensions for the Redcar editor.
Ruby
1
star
39

reskype

Why can't you export Skype history??!??!
Ruby
1
star
40

test-repo1

JavaScript
1
star
41

risp

Mess around with Rust
Rust
1
star
42

joni-benchmark

Java
1
star
43

kmeans

My solution to Songkick's old data science hiring test.
Ruby
1
star