views:

33

answers:

1

I need a text editor (for programming pourposes) that supports the following features:

  1. Multi-Language syntax-highlighting
  2. Mult-plataform (UNIX/Windows)
  3. Graphical Interface
  4. Square Block of Text selection

On windows, I use ConTEXT, but, it is not Mult-plataform (issue 2). On Linux I use Gedit, but, fails on issue 4.


Is there any editor that suits all these needs?

EDIT:

Issue 4 is, select a square (or rectangle if you wish) like this:

aaaaaaaa|aaaa|aaxxxxxa 
bbbbbbbb|bbbb|bbbxxxxx
cccccccc|cccc|cccxxxxx 
+4  A: 

Multi platform? Emacs or gVim.

Bryan Ross
+1 for [insert favorite editor here] -1 for [other editor]
cobbal
I can strongly recommend (g)Vim. If you’ve heard spooky things about Vim and its newbie-unfriendly modal behavior, have a look at its “easy mode”.
Scytale