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 33 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 Offline
    C Offline
    Christopher Duncan
    wrote on last edited by
    #1

    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

    E H M N E 26 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

      E Offline
      E Offline
      elchupathingy
      wrote on last edited by
      #2

      I use it for a lot of javascript...it really is just a very enhanced and plugin expandable notepad. But, I'm used to it because it works well and there just isn't really anything flashy to it and you get exactly what you get. The plugins help and makes it easier to use, but I turn a lot of and just use the code highlighting, folding. Would be nice if it was more featured towards say projects, but that would destroy the "notepad" replacement part. Nothing special just a really well featured notepad in all essence.

      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

        H Offline
        H Offline
        hammerstein05
        wrote on last edited by
        #3

        Recently, I've come to use Eclipse for all my PHP (and thus HTML/Javascript) development. I've also taken to using Eclipse (or MotoDev motorolas flavour) for Android development. Notepad++ is a great product, one that I did a lot of coding in for a good long while, but I never considered myself a power user of it. However, when it comes to managing projects, site layouts etc. I'm just finding Eclipse that little bit easier.

        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
          martin_hughes
          wrote on last edited by
          #4

          Christopher Duncan wrote:

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

          It's a pretty decent application NP++. Out of the box it's a bit vanilla, but certainly a competent text editor (and vastly superior to Notepad). But install some of the plug-ins[^] (NppExec is a good one) and it does become a pretty sophisticated development tool. Furthermore, there's plenty of scope for writing your own plug-ins, even in .Net if you install the .Net wrapper plug-in. I use it mostly for scripting-type languages (Python, mostly), especially for small quick one-off apps to do something specific and it has yet to give me any problems. Not sure I'd want to write a big C# app with it, though, VS (despite its faults) does an excellent job at that - and there's always SharpDevelop if money's tight and the VS Express editions don't cut the mustard.

          Books written by CP members

          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

            N Offline
            N Offline
            Nish Nishant
            wrote on last edited by
            #5

            Another option to consider is Notepad2[^].

            Regards, Nish


            Recent Articles:

            • An MVVM friendly approach to adding system menu entries in a WPF application
            • An extensible ExifReader class with customizable tag handlers
            H 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

              E Offline
              E Offline
              Ed Poore
              wrote on last edited by
              #6

              I've tried and tried to like Notepad++ but always found it a tiny bit clunky - one I typically use is SciTE[^] which was originally a demonstration app written for the Scintilla editor component (which Notepad++ utilises) but somehow always preferred it to Notepad++ and any other alternatives. If only there was a nice way of tweaking it so that it looked like Visual Studio's (i.e. the way it handles collapsed code and so on) then it'd be the perfect editor.

              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

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

                I finally took a look at it. Looks like too many features, not a text editor at all. Too new-fangled.

                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

                  V Offline
                  V Offline
                  Vikram A Punathambekar
                  wrote on last edited by
                  #8

                  Notepad++ is built on Scintilla, right? I swear by Scite, which uses Scintilla. I discovered it in 2003, thanks to CP's Davy Mitchell.

                  Cheers, Vikram. (Got my troika of CCCs!)

                  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
                    Mustafa Ismail Mustafa
                    wrote on last edited by
                    #9

                    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[^]?

                    S K 2 Replies Last reply
                    0
                    • N Nish Nishant

                      Another option to consider is Notepad2[^].

                      Regards, Nish


                      Recent Articles:

                      • An MVVM friendly approach to adding system menu entries in a WPF application
                      • An extensible ExifReader class with customizable tag handlers
                      H Offline
                      H Offline
                      Hardik Varma
                      wrote on last edited by
                      #10

                      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 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
                        dazfuller
                        wrote on last edited by
                        #11

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

                        M 1 Reply Last reply
                        0
                        • 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[^]?

                          S Offline
                          S Offline
                          Siedlerchr
                          wrote on last edited by
                          #12

                          I love Notepad++ more than Ultraedit, I think Notepad++ is easier to use and has a better xml support. I have been using Notepad++ since several years and I like it very much, espcecially the wide programming language support.

                          1 Reply Last reply
                          0
                          • 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
                                          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