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. Good text editor?

Good text editor?

Scheduled Pinned Locked Moved The Lounge
visual-studiocomquestionannouncement
32 Posts 24 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.
  • C Chris Losinger

    ah, but when i was in college, there was no Visual Studio, and no Windows. my choices for editor were vi or emacs. and i got pretty good with vi.

    image processing toolkits | batch image processing | blogging

    B Offline
    B Offline
    Brady Kelly
    wrote on last edited by
    #20

    EDLIN

    1 Reply Last reply
    0
    • R Ray Kinsella

      Notepad 2[^]

      Regards Ray "Je Suis Mort De Rire" Blogging @ Keratoconus Watch

      B Offline
      B Offline
      Brady Kelly
      wrote on last edited by
      #21

      I'll second that. For most Q&D it's more than enough, and that's what the OP wanted.

      1 Reply Last reply
      0
      • D David Veeneman

        I've used TextPad vor years as a quick-and-dirty text editor (I use VS 2005 as my main IDE). But the new version of TextPad is buggy, so I'm looking around. Can anyone recommend a simple text editor with good syntax highlighting? Thanks.

        David Veeneman www.veeneman.com

        S Offline
        S Offline
        Shog9 0
        wrote on last edited by
        #22

        SciTE[^]. Great highlighting, fast, doesn't piss me off with a brain-dead UI that wants to be an IDE.

        ----

        It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

        --Raymond Chen on MSDN

        T 1 Reply Last reply
        0
        • K Kevin Darty

          I've tried TextPad, UltraEdit and Notepad++ and the one I finally settled on is Notepad2. Like most of the other editors out there it does Syntax Schemes and RegEx Find/Replace but the one thing I like the most from Notepad2 is that its RegEx Find/Replace is user-friendly. The Syntax Schemes are great as well. I use it for HTML, XML, CSS and building SQL Scripts. A lot of times I get data that may be in a Word document and I need to build SQL Scripts using that data. The RegEx Find and Replace in Notepad2 works great for tasks like that. Give it a shot :-)

          C Offline
          C Offline
          Clickok
          wrote on last edited by
          #23

          I second you. Notepad++ presented so much problems, then I switched to Notepad2 again. Clean, fast, and does the job!


          For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:

          1 Reply Last reply
          0
          • B Bassam Abdul Baki

            UltraEdit[^]


            "I know which side I want to win regardless of how many wrongs they have to commit to achieve it." - Stan Shannon Web - Blog - RSS - Math - LinkedIn - BM

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

            Yes. I :love: UE.

            Jon Sagara This is the stuff we'll drink on special occasions. To paraphrase my father-in-law, this is the kind of wine that results in kids. -- A friend Blog | Site | Articles

            B 1 Reply Last reply
            0
            • S Shog9 0

              SciTE[^]. Great highlighting, fast, doesn't piss me off with a brain-dead UI that wants to be an IDE.

              ----

              It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

              --Raymond Chen on MSDN

              T Offline
              T Offline
              TheIdleProgrammer
              wrote on last edited by
              #25

              I second that. It's very quick but still has lots of features on offer, and it's free!

              1 Reply Last reply
              0
              • K Kevin Darty

                I've tried TextPad, UltraEdit and Notepad++ and the one I finally settled on is Notepad2. Like most of the other editors out there it does Syntax Schemes and RegEx Find/Replace but the one thing I like the most from Notepad2 is that its RegEx Find/Replace is user-friendly. The Syntax Schemes are great as well. I use it for HTML, XML, CSS and building SQL Scripts. A lot of times I get data that may be in a Word document and I need to build SQL Scripts using that data. The RegEx Find and Replace in Notepad2 works great for tasks like that. Give it a shot :-)

                D Offline
                D Offline
                David Veeneman
                wrote on last edited by
                #26

                I'm going to give that a try. Very simple, very clean. Looks like it does one thing well.

                David Veeneman www.veeneman.com

                1 Reply Last reply
                0
                • J Jon Sagara

                  Yes. I :love: UE.

                  Jon Sagara This is the stuff we'll drink on special occasions. To paraphrase my father-in-law, this is the kind of wine that results in kids. -- A friend Blog | Site | Articles

                  B Offline
                  B Offline
                  Bassam Abdul Baki
                  wrote on last edited by
                  #27

                  I :love: UE 2. ;)


                  "Oh, what a tangled web we weave, when first we practice to deceive." - Sir Walter Scott Web - Blog - RSS - Math - LinkedIn - BM

                  1 Reply Last reply
                  0
                  • V Virtual Coder

                    PSPad[^] - the universal freeware editor

                    D Offline
                    D Offline
                    DavidNohejl
                    wrote on last edited by
                    #28

                    Colleague uses this one, and it serves him well. I don t because I don't like to leave Visual Studio :)


                    "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

                    1 Reply Last reply
                    0
                    • D David Veeneman

                      I've used TextPad vor years as a quick-and-dirty text editor (I use VS 2005 as my main IDE). But the new version of TextPad is buggy, so I'm looking around. Can anyone recommend a simple text editor with good syntax highlighting? Thanks.

                      David Veeneman www.veeneman.com

                      M Offline
                      M Offline
                      Mark_Wallace
                      wrote on last edited by
                      #29

                      David Veeneman wrote:

                      I've used TextPad vor years as a quick-and-dirty text editor (I use VS 2005 as my main IDE). But the new version of TextPad is buggy, so I'm looking around.

                      I rolled back to v4.7.3. It was the fixed-toolbar cock-up that did it for me. I found where that error was (tucked away in a pair of XML files, rather than in the registry), but without knowing exactly what the various elements in the XML sheets represented, I couldn't do anything about it. I'm perfectly happy with 4.7.3, though, so no problem.

                      David Veeneman wrote:

                      Can anyone recommend a simple text editor with good syntax highlighting?

                      PsPad[^] is pretty good; it and SuperEdi[^] are the only ones I've found with decent XML highlighting (which I need far more than I'd like). SuperEdi also allows you to use TextPad .syn files, which is handy -- better the colours you know. There's a bunch of freeware text editors on nonags[^]. (if you're anything like me, you'll end up installing a dozen, forgetting what they're called, and never finding them again).

                      M 1 Reply Last reply
                      0
                      • M Mark_Wallace

                        David Veeneman wrote:

                        I've used TextPad vor years as a quick-and-dirty text editor (I use VS 2005 as my main IDE). But the new version of TextPad is buggy, so I'm looking around.

                        I rolled back to v4.7.3. It was the fixed-toolbar cock-up that did it for me. I found where that error was (tucked away in a pair of XML files, rather than in the registry), but without knowing exactly what the various elements in the XML sheets represented, I couldn't do anything about it. I'm perfectly happy with 4.7.3, though, so no problem.

                        David Veeneman wrote:

                        Can anyone recommend a simple text editor with good syntax highlighting?

                        PsPad[^] is pretty good; it and SuperEdi[^] are the only ones I've found with decent XML highlighting (which I need far more than I'd like). SuperEdi also allows you to use TextPad .syn files, which is handy -- better the colours you know. There's a bunch of freeware text editors on nonags[^]. (if you're anything like me, you'll end up installing a dozen, forgetting what they're called, and never finding them again).

                        M Offline
                        M Offline
                        Mark_Wallace
                        wrote on last edited by
                        #30

                        Mark Wallace wrote:

                        It was the fixed-toolbar c***-up that did it for me.

                        Hey! C.o.c.k-up ain't swearing! I'm being repressed!

                        1 Reply Last reply
                        0
                        • B Bassam Abdul Baki

                          UltraEdit[^]


                          "I know which side I want to win regardless of how many wrongs they have to commit to achieve it." - Stan Shannon Web - Blog - RSS - Math - LinkedIn - BM

                          S Offline
                          S Offline
                          Sebastian Schneider
                          wrote on last edited by
                          #31

                          UltraEdit for the Win. I use it at work, and I just plain love it. At home, I use JEdit (which I also have on my USB Stick).

                          Cheers, Sebastian -- Ceterum censeo, borlandem esse delendam.

                          1 Reply Last reply
                          0
                          • D David Veeneman

                            I've used TextPad vor years as a quick-and-dirty text editor (I use VS 2005 as my main IDE). But the new version of TextPad is buggy, so I'm looking around. Can anyone recommend a simple text editor with good syntax highlighting? Thanks.

                            David Veeneman www.veeneman.com

                            R Offline
                            R Offline
                            reshi999
                            wrote on last edited by
                            #32

                            Notepad++ - Good code editor, nice features (code syntax, brace\indent checking, etc), open source

                            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