text editor with the best UI (icons, windows layout)?
-
-
For the programmers who write code daily, do you care about the UI of your text editors? I personally dislike the ui of source insight (its UI is very out dated), but it's still a preferred editor. I came to another editor named 010editor some day ago, I found that I like its UI. But unfortunatedly I need some functions which it doesnot provide. I spend some time (yesterday and today, maybe my boss should give me more work to do?) on the net just try to find a editor whose UI can give me some interest to try it, but I'm not satisfied by my result. Are you guys are same serious about the UI of a editor as I am, if so, do you have any recommandations? (Here UI mainly refers to the icons, windows layout, color schemas. I'm not asking for the best functions) PS, I asked the same question on stacko******.com, but 5 people rushed in and closed my question within several minutes! I'm amazed by their efficiency, I agree with their reasons though.
-
after reading the last several replies, I guess I should repeat: I am asking for UI, not functions. I used UE for some time many years ago, does it have a decent UI nowadays?
Notepad++ is cool because it has a menu bar filled with menus and their menu items, and also it has this red "X" in the top right-hand corner that you can click if you want to close it.
-
after reading the last several replies, I guess I should repeat: I am asking for UI, not functions. I used UE for some time many years ago, does it have a decent UI nowadays?
flyingxu wrote:
does it have a decent UI nowadays?
Download the free trial and check it out.
Best wishes, Hans
-
-
:laugh: That was no joke - that was a seriously good editor, for it's day! Now, it looks like pants, but since the competition was nearly all command line editors it was a godsend. Vi search and replace looked like this:
:32,56s/guy/gal/g
Meaning:
Command start (:)
from lines 32 to 56 inclusive (32,56)
Search (s)
Forward (/)
for the text "guy"
and replace it with "gal"
globally (/g)Since we used assembler, where a label (and there were a lot of them) ended with a ':' it could get "interesting" working out how to undo the damage your last chunk of code just did to your source code... Even now, Brief had things it is difficult to do in VS - like have 6 source files open at the same time and showing exactly what you want.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."
-
For the programmers who write code daily, do you care about the UI of your text editors? I personally dislike the ui of source insight (its UI is very out dated), but it's still a preferred editor. I came to another editor named 010editor some day ago, I found that I like its UI. But unfortunatedly I need some functions which it doesnot provide. I spend some time (yesterday and today, maybe my boss should give me more work to do?) on the net just try to find a editor whose UI can give me some interest to try it, but I'm not satisfied by my result. Are you guys are same serious about the UI of a editor as I am, if so, do you have any recommandations? (Here UI mainly refers to the icons, windows layout, color schemas. I'm not asking for the best functions) PS, I asked the same question on stacko******.com, but 5 people rushed in and closed my question within several minutes! I'm amazed by their efficiency, I agree with their reasons though.
Notepad, nuff said.
www.software-kinetics.co.uk Wear a hard hat it's under construction
-
Ah yes, Brief, by Underware, killed by Borland. R.I.P.
-
For the programmers who write code daily, do you care about the UI of your text editors? I personally dislike the ui of source insight (its UI is very out dated), but it's still a preferred editor. I came to another editor named 010editor some day ago, I found that I like its UI. But unfortunatedly I need some functions which it doesnot provide. I spend some time (yesterday and today, maybe my boss should give me more work to do?) on the net just try to find a editor whose UI can give me some interest to try it, but I'm not satisfied by my result. Are you guys are same serious about the UI of a editor as I am, if so, do you have any recommandations? (Here UI mainly refers to the icons, windows layout, color schemas. I'm not asking for the best functions) PS, I asked the same question on stacko******.com, but 5 people rushed in and closed my question within several minutes! I'm amazed by their efficiency, I agree with their reasons though.
Check out Sublime Text[^]. Two caveats: * It doesn't have great large file support (> 100 MB) * It doesn't have a hex editor
Jon Sagara Some see the glass as half-empty, some see the glass as half-full. I see the glass as too big. -- George Carlin Blog | Twitter | Articles
-
The text editor with the best UI is undoubtedly vi.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
GET THEE BEHIND ME, SATAN!
Software Zen:
delete this;
-
GET THEE BEHIND ME, SATAN!
Software Zen:
delete this;
moi? :eek:
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
Eclipse and Java, anyone? X|
"Dark the dark side is. Very dark..." - Yoda ---
"Shut up, Yoda, and just make yourself another toast." - Obi Wan Kenobi -
moi? :eek:
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
I had to use vi on a project back in the late 80's. It was the only editor available for a UNIX-based host for a graphics engine. My therapist told me recently that there's hope that I'll make a full recovery some day.
Software Zen:
delete this;
-
For the programmers who write code daily, do you care about the UI of your text editors? I personally dislike the ui of source insight (its UI is very out dated), but it's still a preferred editor. I came to another editor named 010editor some day ago, I found that I like its UI. But unfortunatedly I need some functions which it doesnot provide. I spend some time (yesterday and today, maybe my boss should give me more work to do?) on the net just try to find a editor whose UI can give me some interest to try it, but I'm not satisfied by my result. Are you guys are same serious about the UI of a editor as I am, if so, do you have any recommandations? (Here UI mainly refers to the icons, windows layout, color schemas. I'm not asking for the best functions) PS, I asked the same question on stacko******.com, but 5 people rushed in and closed my question within several minutes! I'm amazed by their efficiency, I agree with their reasons though.
Notepad for XML and HTML. VS when I absolutely positively have to do something "visual" X| (and at work). Edit for everything else -- it's the first thing I... oh, wait, I don't have to install it, it's already there :cool: . (And pretty much unchanged since DOS 6 --
MS-DOS Editor Version 2.0.026 Copyright (c) Microsoft Corp 1995.
-- now that's a stable MS product! :cool: ) -
Check out Sublime Text[^]. Two caveats: * It doesn't have great large file support (> 100 MB) * It doesn't have a hex editor
Jon Sagara Some see the glass as half-empty, some see the glass as half-full. I see the glass as too big. -- George Carlin Blog | Twitter | Articles
-
The text editor with the best UI is undoubtedly vi.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
after reading the last several replies, I guess I should repeat: I am asking for UI, not functions. I used UE for some time many years ago, does it have a decent UI nowadays?
Hi FlyingXu, The current UltraEdit (17.xx on Windows) has six modes of user interface, including: technical writer, programmer, notepad replacement. Last I looked, there were thirteen different programming language development modes from C# to Ruby to HTML development. You can customize any style ... menus, icons, etc. ... of the six UI modes highly. I sure wish I could "plug" UE in to Visual Studio, instead of using the VS editor which I have come to refer to ... in my head ... as "the light show:" with the color settings tweaked to mild-stun for the sake of my older eyes, there's all kinds of flashing that occurs unless I'm guiding the mouse with the precision of a neurosurgeon ! Suggest you download a trial of the current UE and take a look. best, Bill
"Reason is the natural order of truth; but imagination is the organ of meaning." C.S. Lewis
-
For the programmers who write code daily, do you care about the UI of your text editors? I personally dislike the ui of source insight (its UI is very out dated), but it's still a preferred editor. I came to another editor named 010editor some day ago, I found that I like its UI. But unfortunatedly I need some functions which it doesnot provide. I spend some time (yesterday and today, maybe my boss should give me more work to do?) on the net just try to find a editor whose UI can give me some interest to try it, but I'm not satisfied by my result. Are you guys are same serious about the UI of a editor as I am, if so, do you have any recommandations? (Here UI mainly refers to the icons, windows layout, color schemas. I'm not asking for the best functions) PS, I asked the same question on stacko******.com, but 5 people rushed in and closed my question within several minutes! I'm amazed by their efficiency, I agree with their reasons though.
Notepad++ is my favourite choice. It's not powerfull on it's own, But if we combine another software with it it's amazing. For example, when I use Dreamviewer, I design the UI with Dreamview but edit the code with Notepad++. Other software takes in the changes with no problem. :):):)
-
For the programmers who write code daily, do you care about the UI of your text editors? I personally dislike the ui of source insight (its UI is very out dated), but it's still a preferred editor. I came to another editor named 010editor some day ago, I found that I like its UI. But unfortunatedly I need some functions which it doesnot provide. I spend some time (yesterday and today, maybe my boss should give me more work to do?) on the net just try to find a editor whose UI can give me some interest to try it, but I'm not satisfied by my result. Are you guys are same serious about the UI of a editor as I am, if so, do you have any recommandations? (Here UI mainly refers to the icons, windows layout, color schemas. I'm not asking for the best functions) PS, I asked the same question on stacko******.com, but 5 people rushed in and closed my question within several minutes! I'm amazed by their efficiency, I agree with their reasons though.
I really like FXiTe, but of course I might be a little bit biased, since I'm the one who wrote it. http://code.google.com/p/fxite/
.
-
There's four of us in this office still using Brief :)