vote up 4 vote down star
4

Let me preface this question by saying I use TextMate on Mac OSX for my text needs and I am in love with it. Anything comparable on the Linux platform? I'll mostly use it for coding python/ruby.

Doing a google search yielded outdated answers.

Edit: Since there has been some concern about the 'merit' of this question. I am about to start a new Ruby Programming Project in Linux and before I got started I wanted to make sure I had the right tools to do the job.

Edit #2: I use VIM on a daily basis -- all . the . time. I enjoy using it. I was just looking for some alternatives.

flag

33 Answers

prev 1 2
vote up 1 vote down

Don't forget NEdit! Small and light, but with syntax highlighting and macro record/replay.

link|flag
show 1 more comment
vote up 0 vote down

Best one besides Vi? Vim.

link|flag
vote up 0 vote down

I love Kate because it has several interesting features (already cited) usually found in (heavier) IDEs. My favorite feature, however, is its terminal window that is very practical for quickly performing the save-compile-execute combo.

Nedit is another valid option, packed with lots of features (and it hasn't lots of dependencies: that's a huge plus IMHO).

For editing in a shell, when I cannot use VIM, I look immediately for pico or nano (but I would not recommend them for continuous development: for rapid editing they are perfect).

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.