I started using Redcar a couple days ago as my primary text editor for programming on my Ubuntu machine. It\'s definitely a buggy software, and it\'s obvious that it\'s still in development, but overa
You can use TextMate with git config --g开发者_开发知识库lobal core.editor \"mate -w\" What shortname would I use for the Redcar editor? redcar? car? rcar?git config --global core.editor \"redcar -
Is there a way to direct the install of redcar to a user defined location other than a user home directory?
I am trying to get redcar to run on a windows 7 x64 box but I am getting the following error: Redcar 0.8.1 ( java )
Here is my sample abstract singleton class: public abstract class A { protected static A instance; public static A getInstance() {