You cannot post messages because only members can post, and you are not currently a member.
Description:
Redcar is a cross-platform programmers' text editor, written in Ruby.
|
|
|
Syntax highlighting glitches
|
| |
I found two issues: 1. In java mode a String withing parentheses is not colorized (i.e. as a parameter in a method) 2. In python mode, when a method has more than one parameter, while the first one is "self", "self" is not colorized correctly e.g. def foo(self,test): in "self" only the "s" will be colorized and the... more »
|
|
Use Bundler standalone to manage development-time dependencies
|
| |
Hey all,
I had an awesome time at JRubyConf earlier this week where I was
fortunate enough to run into kattrali hacking on Redcar. After some
discussion among the Railsbridge curriculum team there is a huge renewed
interest in adopting Redcar as the recommended editor for new Ruby on
Rails students.... more »
|
|
Redcar launcher for Linux
|
| |
Hi Guys, First, just wanted to say that I love the work that's going into Redcar, it's become my go to editor for a most of my projects now, so thanks! Secondly, I'm not sure if it will be of interest or not, but a while ago I hacked together a Redcar launcher for my Linux installation, and wrote it... more »
|
|
notes on 0.13
|
| |
Hello all. I just switched to 0.13, and had a couple feedback items... 1) hitting "enter" in the search bar seems broken again [?] 2) all files seem to be saved with unix line endings, even if they started with DOS. Anybody have any clues there? Thanks. -roger-
|
|
Multiple Windows - Focus Problem
|
| |
Sometimes when I have multiple windows in Redcar I get focus problems.
Here is behavior I see:
1. I have one window open.
2. I open a file into a new window
3. I refocus back on the old window and I don't see the cursor when I
click anywhere in the text. But it is still somewhat working. If I... more »
|
|
Code Folding
|
| |
This is the only feature that keeps me from using Redcar. I've thought
it'll be the integrated debugger, but I worked on it and created
something usable [link]
(at least for me).
But I don't even know how to start with code folding. ¿There's someone... more »
|
|
Only one user at a time can use redcar.
|
| |
Hi All! I just added an intern to my rails/hobo project and set her up with a separate account on the development machine. I installed redcar on her account under rvm. I have redcar installed on my account, also under rvm. The installations are different versions of redcar (0.11 and 0.13) under different home directories with different executables.... more »
|
|
Updating the development installation steps
|
| |
Was looking to update the development installation steps with the
steps marked with # new step.
1. git clone git://github.com/redcar/redcar .git
2. cd redcar
3. bundle init # new step
4. edit the Gemfile and add the line gemspec # new step
5. jruby -S bundle install
That was what I needed to do to get redcar to work for me. Could... more »
|
|
|