Link to home
Start Free TrialLog in
Avatar of intreeg
intreeg

asked on

UltraEdit like program in Linux

Does anyone know of a program with the same functionality as UltraEdit that runs on Linux?
ASKER CERTIFIED SOLUTION
Avatar of turn123
turn123
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gillgates
gillgates

Avatar of intreeg

ASKER

Specifically what I am looking for is a program that allows you to open, edit, and save  files via ftp. In addition, UltraEdit will color code your source as you are wokring which speeds up many processes such as search through your code. Xemacs does not have either of this abilites as far as I can tell.
intreeg,

What kind of code are you writing?  Emacs always color coded my source for me.

Turn123
Avatar of intreeg

ASKER

Mainly ASP, HTML, Javascript, VBScript, etc. I am currently trying to migrate myself away from windows. However, the site that I maintain is all MS technology so I need to be able to interface with the site as I would from Windows. While the UltraEdit functionality is not crucial it is helpful.
Avatar of intreeg

ASKER

Ok I see how to open via ftp, is there a way to browse the site though instead of having to type the entire path?
Avatar of intreeg

ASKER

Nevermind, figured that out. Now I guess its down to wether or not it will color code HTML and ASP... which is not the bigger concern.
What have you tried so far?  Sorry my Linux box it totaly down and I'm going from memory.

http://hirose.ai.is.saga-u.ac.jp/html.el/readme.html
Avatar of intreeg

ASKER

That link looks interesting, I do not necessarily need the closing tag stuff though. And at this point I think I am just going to say good enough for now and work without the color coding. I assume from your last post that emacs does not nativly support web dev languages.
intreeg,

I'm afraid I don't know as I've never tried and can't try right now :-(.  You could just try opening a .html file and see if it works.

Turn123
Avatar of intreeg

ASKER

As it appears at this point it does color code HTML, JS, and CSS for sure. I found a FAQ that says you need a VB support file in order to color code ASP. So I am looking into that, I will post my results.