Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. text editor with the best UI (icons, windows layout)?

text editor with the best UI (icons, windows layout)?

Scheduled Pinned Locked Moved The Lounge
questioncomdesign
82 Posts 53 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • OriginalGriffO OriginalGriff

    I used to swear by Brief[^] (I used to swear at vi)

    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."

    F Offline
    F Offline
    flyingxu
    wrote on last edited by
    #31

    I even followed your link before I realized that's a joke :^)

    OriginalGriffO 1 Reply Last reply
    0
    • F flyingxu

      I even followed your link before I realized that's a joke :^)

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #32

      :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."

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      A 1 Reply Last reply
      0
      • F flyingxu

        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.

        N Offline
        N Offline
        NormDroid
        wrote on last edited by
        #33

        Notepad, nuff said.

        www.software-kinetics.co.uk Wear a hard hat it's under construction

        1 Reply Last reply
        0
        • OriginalGriffO OriginalGriff

          I used to swear by Brief[^] (I used to swear at vi)

          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."

          R Offline
          R Offline
          Rob Grainger
          wrote on last edited by
          #34

          Ah yes, Brief, by Underware, killed by Borland. R.I.P.

          1 Reply Last reply
          0
          • F flyingxu

            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.

            J Offline
            J Offline
            Jon Sagara
            wrote on last edited by
            #35

            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

            F 1 Reply Last reply
            0
            • H Henry Minute

              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.

              G Offline
              G Offline
              Gary Wheeler
              wrote on last edited by
              #36

              GET THEE BEHIND ME, SATAN!

              Software Zen: delete this;

              H 1 Reply Last reply
              0
              • G Gary Wheeler

                GET THEE BEHIND ME, SATAN!

                Software Zen: delete this;

                H Offline
                H Offline
                Henry Minute
                wrote on last edited by
                #37

                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.

                G 1 Reply Last reply
                0
                • L Lost User

                  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

                  enhzflepE Offline
                  enhzflepE Offline
                  enhzflep
                  wrote on last edited by
                  #38

                  shoot me, shoot me now! Well, at least in preference to being forced to use that "tool" chain..

                  1 Reply Last reply
                  0
                  • H Henry Minute

                    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.

                    G Offline
                    G Offline
                    Gary Wheeler
                    wrote on last edited by
                    #39

                    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;

                    1 Reply Last reply
                    0
                    • F flyingxu

                      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.

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #40

                      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: )

                      1 Reply Last reply
                      0
                      • J Jon Sagara

                        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

                        F Offline
                        F Offline
                        flyingxu
                        wrote on last edited by
                        #41

                        yes, it introduced a very interesting view: Minimap, a zoomed view of the whole text file.

                        R 1 Reply Last reply
                        0
                        • H Henry Minute

                          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.

                          G Offline
                          G Offline
                          giuchici
                          wrote on last edited by
                          #42

                          I'll take your word for it.

                          giuchici

                          1 Reply Last reply
                          0
                          • F flyingxu

                            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?

                            B Offline
                            B Offline
                            BillWoodruff
                            wrote on last edited by
                            #43

                            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

                            F 1 Reply Last reply
                            0
                            • F flyingxu

                              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.

                              D Offline
                              D Offline
                              Darshana Akalanka
                              wrote on last edited by
                              #44

                              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. :):):)

                              1 Reply Last reply
                              0
                              • F flyingxu

                                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.

                                Y Offline
                                Y Offline
                                yetanothergeek
                                wrote on last edited by
                                #45

                                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/

                                .

                                1 Reply Last reply
                                0
                                • OriginalGriffO OriginalGriff

                                  I used to swear by Brief[^] (I used to swear at vi)

                                  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."

                                  D Offline
                                  D Offline
                                  Derek Hunter
                                  wrote on last edited by
                                  #46

                                  There's four of us in this office still using Brief :)

                                  OriginalGriffO 1 Reply Last reply
                                  0
                                  • D Derek Hunter

                                    There's four of us in this office still using Brief :)

                                    OriginalGriffO Offline
                                    OriginalGriffO Offline
                                    OriginalGriff
                                    wrote on last edited by
                                    #47

                                    I'm really not sure if I should feel vindicated, or sympathetic...

                                    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."

                                    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                    "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                    D 1 Reply Last reply
                                    0
                                    • OriginalGriffO OriginalGriff

                                      I'm really not sure if I should feel vindicated, or sympathetic...

                                      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."

                                      D Offline
                                      D Offline
                                      Derek Hunter
                                      wrote on last edited by
                                      #48

                                      Vindicated! We've got the manuals (reference and programmers guide) and software on both 51/4 " and 31/2" floppies ;)

                                      OriginalGriffO 1 Reply Last reply
                                      0
                                      • D Derek Hunter

                                        Vindicated! We've got the manuals (reference and programmers guide) and software on both 51/4 " and 31/2" floppies ;)

                                        OriginalGriffO Offline
                                        OriginalGriffO Offline
                                        OriginalGriff
                                        wrote on last edited by
                                        #49

                                        Now you mention it, so have I, I think. Pretty definately the 5 1/4", and probably copied to 3 1/2" as well. The only problem with that: I don't have a 5 1/4" drive any more, and I don't know if my 3 1/2" drive works either... :laugh:

                                        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."

                                        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                        1 Reply Last reply
                                        0
                                        • F flyingxu

                                          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.

                                          T Offline
                                          T Offline
                                          t078871
                                          wrote on last edited by
                                          #50

                                          Being a C++ programmer in the MS world and doing also lots of script coding (bash, csh, ksh, perl, ...), I need a reliable but simple ASCII editor. Many years ago, I found a free version of a Swiss product called "NoteTab Pro". Today the free version is called "NoteTab Light", and it does everything I need: it is simple, stable, fast, comfortable. The license version might even be better. Anyway, it 's worth while to try. So I recommend it here. Uli@CH.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups