Im looking for a text/hex/coding program for gentoo, im used to use Ultraedit in windows and i loved it.
But since i converted to gentoo i cant find a nice replacement....
I tried Vim and hated it, i tried Emacs and felt even worse about it, same with nedit and so on....
The only programs that is close that i found so far is "nano" and "cooledit",
but both of them are missing critical parts of coding and HexEditing and so on.
So anyone got a tip ???
I want a combined Hex/Text/Coding - Editor (*PREFERABLY GRAPHICAL*)
No i acually haven't but it will be my last way out,
i would preferably have a linux application instead of running windows aplications through a emulator....
I know you tried Emacs and felt even worse about it than about Vim, but Emacs does have a hex editing mode which is accessible with "M-x hexl-find-file". In case you give Emacs a second try, i'd say, emerge "emacs-cvs", i'm using it all the time and it's very stable for me. If you use the "gtk" use flag, you'll get GTK2 scrollbars, menu and iconbar. I'd also advice to read the tutorial (accessible from the menu with Help->EmacsTutorial). Emacs is everything you want it to be... Whether it's graphical or not, depends on your definition of graphical... You can run is as a pure console program or as an X11 program.
Anyways... long time ago, i was using windows and i also used UltraEdit. I thought that closest to that (well, closest to the older versions of ultraedit) is Nedit. What is it you don't like about nedit?
I happen to use SlickEdit which probably has all of what you are looking for... Emulates several different keybindings (I use Brief), including VI and Emacs.. Hex editing, syntax highlighting, etc.. Availble on Windows, Linux, Mac, and several other Unix..
Any of these editors support file editing on remote server as UltraEdit does?
--
Jaska
gvim has support for remote files. If gvim's "Command mode" and "Insert mode" seems too much, you can instead open your file using evim or vim -y, which always opens the editor in "Insert mode".