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.
  • D Dan Neely

    Joan Murt wrote:

    TextPad[^] is also nice...

    I've been using textpad since 99, but some of it's keyboard shortcuts are eccentric which makes it a bit annoying for new users.

    3x12=36 2x12=24 1x12=12 0x12=18

    M Offline
    M Offline
    Marcus_2
    wrote on last edited by
    #27

    Textpad is one of the first applications that I install on a new machine, and I agree on the shortcuts... ;)

    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.

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

      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?

      C H B 3 Replies 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?

        C Offline
        C Offline
        clientSurfer
        wrote on last edited by
        #29

        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.

        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?

          H Offline
          H Offline
          Hans Dietrich
          wrote on last edited by
          #30

          flyingxu wrote:

          does it have a decent UI nowadays?

          Download the free trial and check it out.

          Best wishes, Hans


          [Hans Dietrich Software]

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

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