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. Notepad++ and programmer's editors

Notepad++ and programmer's editors

Scheduled Pinned Locked Moved The Lounge
csharpjavascripthtmlvisual-studiocom
38 Posts 34 Posters 30 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.
  • M Mustafa Ismail Mustafa

    Consider Ultraedit[^] (for $59.95) Had a copy of it once at work a few years back. Beats anything I've ever used.

    If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?

    K Offline
    K Offline
    KoosFourie
    wrote on last edited by
    #13

    I Agree, UltraEdit is by far the best editor available. It is the best piece of software I have ever spend some money on.

    D 1 Reply Last reply
    0
    • C Christopher Duncan

      I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

      Christopher Duncan
      www.PracticalUSA.com
      Author of The Career Programmer and Unite the Tribes
      Copywriting Services

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #14

      its nice editor. i use it for editing environment and other such files.

      Ravie Busie Coding is my birth-right and bugs are part of feature my code has! _________________________________________ Me  Facebook  Twitter

      1 Reply Last reply
      0
      • C Christopher Duncan

        I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

        Christopher Duncan
        www.PracticalUSA.com
        Author of The Career Programmer and Unite the Tribes
        Copywriting Services

        L Offline
        L Offline
        LloydA111
        wrote on last edited by
        #15

        Perhaps this will help you decide? http://xkcd.com/378/[^] :-O

        I know you believe you understood what you think I said, but I am not sure you realize what you heard is not what I meant.

        My operating system kernel the first time it booted

        D S 2 Replies Last reply
        0
        • L LloydA111

          Perhaps this will help you decide? http://xkcd.com/378/[^] :-O

          I know you believe you understood what you think I said, but I am not sure you realize what you heard is not what I meant.

          My operating system kernel the first time it booted

          D Offline
          D Offline
          Drozzy
          wrote on last edited by
          #16

          Haha.. so true..

          1 Reply Last reply
          0
          • C Christopher Duncan

            I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

            Christopher Duncan
            www.PracticalUSA.com
            Author of The Career Programmer and Unite the Tribes
            Copywriting Services

            D Offline
            D Offline
            Drozzy
            wrote on last edited by
            #17

            Sooner or later someone has to mention it: Vi Gvim (for windows): http://www.vim.org/download.php#pc In windows I set gVim as default thing to open .py, .html, .tex files, but use Notepad2 for my .txt. In linux it's vi or gvim for everything.

            S 1 Reply Last reply
            0
            • H Hardik Varma

              I'd have to disagree on that. I tried using NP2 for quite some time and it just can't even come close to NP++.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #18

              Notepad2 is the best replacement ever for windows notepad. But, like you, it does not compare with NP++ But, I think we cant compare them, the target of use is very different, I like notepad2 to read logs, write text files, make some fast modification to source files, etc, but np++ comes better for scripting languages and files with a lot of lines of code. The plugin interface is very simple, I made a plugin for our source control system very easily, and there are a lot of usefulls plugins on the web, one that comes to my mind now is FunctionList, not very stable, but very very usefull, NppNetNote was another plugin that I found funny and usefull too. I've got both of them on my computer, and I am always using both

              Saludos!! ____Juan

              L H 2 Replies Last reply
              0
              • C Christopher Duncan

                I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                Christopher Duncan
                www.PracticalUSA.com
                Author of The Career Programmer and Unite the Tribes
                Copywriting Services

                C Offline
                C Offline
                cgh1977
                wrote on last edited by
                #19

                I have used EditPadPro for years. It compares nicely to UltraEdit, is $10 cheaper, and Jan has some other nice utilities that integrate with it. I particularly like his RegexBuddy... It makes debugging regular expressions a dream. Updates are free for life. :-D Check them out at http://www.jgsoft.com

                1 Reply Last reply
                0
                • L Lost User

                  Notepad2 is the best replacement ever for windows notepad. But, like you, it does not compare with NP++ But, I think we cant compare them, the target of use is very different, I like notepad2 to read logs, write text files, make some fast modification to source files, etc, but np++ comes better for scripting languages and files with a lot of lines of code. The plugin interface is very simple, I made a plugin for our source control system very easily, and there are a lot of usefulls plugins on the web, one that comes to my mind now is FunctionList, not very stable, but very very usefull, NppNetNote was another plugin that I found funny and usefull too. I've got both of them on my computer, and I am always using both

                  Saludos!! ____Juan

                  L Offline
                  L Offline
                  leonej_dt
                  wrote on last edited by
                  #20

                  Personally, the only thing I find Notepad2 useful for is writing assembly. And even I, a confessed Real Programmer (in what is considered to be the bad sense of those words), don't write much assembly these days.

                  If you can play The Dance of Eternity (Dream Theater), then we shall make a band.

                  1 Reply Last reply
                  0
                  • D dazfuller

                    Also consider PSPad[^]. I've been using it for years and its been nothing if not brilliant :)

                    M Offline
                    M Offline
                    MattPenner
                    wrote on last edited by
                    #21

                    +1 for PSPad. I used to use Notepad++ but I do a lot of regex and this support was really lacking in N++ at the time. Plus, sometimes I would do quick edits on websites when I didn't have my development computer. PSPad has a built-in FTP connection so that I can edit files directly on the server. This saved me from doing the whole dance of downloading a file in another program, editing it in N++, uploading it and checking the changes. The only thing I find lacking in PSPad is the syntax high-lighting isn't always true and it would be nice if it had better "Intellisense" type help. Sometimes it puts the closing brackets or parenthesis for me but I have to arrow over it. If I type it myself it adds an additional one rather than skipping over it like most advanced editors do.

                    1 Reply Last reply
                    0
                    • C Christopher Duncan

                      I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                      Christopher Duncan
                      www.PracticalUSA.com
                      Author of The Career Programmer and Unite the Tribes
                      Copywriting Services

                      J Offline
                      J Offline
                      janus toendering
                      wrote on last edited by
                      #22

                      Nobody has mentioned VIm and Emacs. Learning curves are quite a lot steeper but both editors are very powerful and customizable. They both have versions for Windows.

                      1 Reply Last reply
                      0
                      • L LloydA111

                        Perhaps this will help you decide? http://xkcd.com/378/[^] :-O

                        I know you believe you understood what you think I said, but I am not sure you realize what you heard is not what I meant.

                        My operating system kernel the first time it booted

                        S Offline
                        S Offline
                        Sterling Camden independent consultant
                        wrote on last edited by
                        #23

                        I love that one. Of course, all joking aside, real programmers use vim.

                        Contains coding, but not narcotic.

                        1 Reply Last reply
                        0
                        • D Drozzy

                          Sooner or later someone has to mention it: Vi Gvim (for windows): http://www.vim.org/download.php#pc In windows I set gVim as default thing to open .py, .html, .tex files, but use Notepad2 for my .txt. In linux it's vi or gvim for everything.

                          S Offline
                          S Offline
                          Sterling Camden independent consultant
                          wrote on last edited by
                          #24

                          I use the console version of vim, even on Windows. It's just snappier.

                          Contains coding, but not narcotic.

                          1 Reply Last reply
                          0
                          • C Christopher Duncan

                            I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                            Christopher Duncan
                            www.PracticalUSA.com
                            Author of The Career Programmer and Unite the Tribes
                            Copywriting Services

                            A Offline
                            A Offline
                            Adriaan Davel
                            wrote on last edited by
                            #25

                            If it can do Intellisense it is a good editor :) I don't even ponder writing code in editors without Intellisense, for just editing text files I have found NP++ 100%

                            ____________________________________________________________ Be brave little warrior, be VERY brave

                            1 Reply Last reply
                            0
                            • C Christopher Duncan

                              I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                              Christopher Duncan
                              www.PracticalUSA.com
                              Author of The Career Programmer and Unite the Tribes
                              Copywriting Services

                              J Offline
                              J Offline
                              Jwalant Natvarlal Soneji
                              wrote on last edited by
                              #26

                              I have used UltraEdit, Notepad++ and PSPad; and personally felt Notepad++ and PSPad good, cause they are free and open for plug-ins. Definitly the robustness of UltraEdit is comendable.

                              SQL.NET

                              1 Reply Last reply
                              0
                              • C Christopher Duncan

                                I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                                Christopher Duncan
                                www.PracticalUSA.com
                                Author of The Career Programmer and Unite the Tribes
                                Copywriting Services

                                D Offline
                                D Offline
                                da808z
                                wrote on last edited by
                                #27

                                TextPAD rocks! If you're going to do ASP.NET or ASP however, Visual Studio 2008 Express is free and does the tips while typing thing. I don't know any free/shareware stuff that does tips while typing for PHP etc. My workplace has DreamWeaver which can do it for html/css while typing, but it costs $$$$$$$$$$$$$$$$$$$$$$$$.

                                1 Reply Last reply
                                0
                                • C Christopher Duncan

                                  I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                                  Christopher Duncan
                                  www.PracticalUSA.com
                                  Author of The Career Programmer and Unite the Tribes
                                  Copywriting Services

                                  F Offline
                                  F Offline
                                  Flynn Arrowstarr Regular Schmoe
                                  wrote on last edited by
                                  #28

                                  I generally use PFE[^] for all-purpose file editing and reading. Of course, PFE hasn't been updated since 1999, but it works great even in Windows 7 64-bit. The main feature I like is it remembers where you left off in a file. Great for my game walkthrough files and general text editing (no syntax highlighting or Intellisense). For scripting (JavaScript/VBScript, PHP, etc.) I use SourceEdit[^]. No project management features or Intellisense, but lots of syntax highlighters are available. Both are free and work for everything I need. For anything heavy-duty, I use Visual Studio Express. :-\ Flynn

                                  1 Reply Last reply
                                  0
                                  • C Christopher Duncan

                                    I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                                    Christopher Duncan
                                    www.PracticalUSA.com
                                    Author of The Career Programmer and Unite the Tribes
                                    Copywriting Services

                                    M Offline
                                    M Offline
                                    Mike Winiberg
                                    wrote on last edited by
                                    #29

                                    I use SLickedit (in Brief mode, natch 8) ). I'm - very slowly - trying to fix the netbeans IDE so that it can be configured for Brief mode, and then I will probably go over to that entirely for Java/PHP/C++ on non-windows platforms, but stick with Slickedit, as Visual Studio's editor makes punched cards look efficient (and yes, I have used punched cards, and paper tape...)

                                    1 Reply Last reply
                                    0
                                    • C Christopher Duncan

                                      I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                                      Christopher Duncan
                                      www.PracticalUSA.com
                                      Author of The Career Programmer and Unite the Tribes
                                      Copywriting Services

                                      U Offline
                                      U Offline
                                      User 2966909
                                      wrote on last edited by
                                      #30

                                      I use ViM. It's simple, it's fast, it's scriptable, it's flexible, it's powerful, it's geek, it's cool, it's everywhere and it's charityware. The only problem is you need to learn a bit. But anything aside is just a toy.

                                      1 Reply Last reply
                                      0
                                      • C Christopher Duncan

                                        I've been hauling around my trusty Codewright long after its commercial demise because I have it wired up just the way I like it. However, other viable alternatives that I know of in terms of horsepower are Multi Edit and Visual Slick Edit. I mention this because a guy I know who's just getting into some html / javascript coding (and doesn't use Visual Studio of any stripe) is using Notepad++. I was talking to him about the importance of having good tools. After visiting their home page I'm simply not sure if Notepad++ is just a bit more powerful than Notepad or it's a true programmer's editor in its own right and an equal to all the other ones (both mentioned and not mentioned). Anyone here have enough experience with it to offer comparisons?

                                        Christopher Duncan
                                        www.PracticalUSA.com
                                        Author of The Career Programmer and Unite the Tribes
                                        Copywriting Services

                                        S Offline
                                        S Offline
                                        Sami P
                                        wrote on last edited by
                                        #31

                                        Try Sublime Text, you won't regret it. The way it handles multiple selections and the ease of creating plugins (through a simple python API) makes it the best tool in my setup, by far.

                                        1 Reply Last reply
                                        0
                                        • L Lost User

                                          Notepad2 is the best replacement ever for windows notepad. But, like you, it does not compare with NP++ But, I think we cant compare them, the target of use is very different, I like notepad2 to read logs, write text files, make some fast modification to source files, etc, but np++ comes better for scripting languages and files with a lot of lines of code. The plugin interface is very simple, I made a plugin for our source control system very easily, and there are a lot of usefulls plugins on the web, one that comes to my mind now is FunctionList, not very stable, but very very usefull, NppNetNote was another plugin that I found funny and usefull too. I've got both of them on my computer, and I am always using both

                                          Saludos!! ____Juan

                                          H Offline
                                          H Offline
                                          Hardik Varma
                                          wrote on last edited by
                                          #32

                                          I've tried using both simultaneously in the past, and NP++ surpasses NP2 in every aspect for any task that I've thrown at the two of them (including reading plaintext files).

                                          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