A good editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nick Mudge

    A good editor

    Hi,

    I want to do some Web development using HTML, Javascript, PHP and MySQL.
    Does anybody recommend any good editors to use in this Web development.
    Something that works well and makes development faster and easier but
    doesn't take away the power of writing code?

    Nick
  • Andrzej Bednarczyk

    #2
    Re: A good editor

    sure,
    if you are working on linux try Kdevelop or Quanta.
    if on windows: try Zend Studio (zend.com) or macromedia homesite
    on mac you can use quanta as well (I think) or use mac's build-in solutions

    regards
    andrew

    [color=blue]
    > Hi,
    >
    > I want to do some Web development using HTML, Javascript, PHP and MySQL.
    > Does anybody recommend any good editors to use in this Web development.
    > Something that works well and makes development faster and easier but
    > doesn't take away the power of writing code?
    >
    > Nick[/color]

    Comment

    • wald

      #3
      Re: A good editor

      Andrzej Bednarczyk <andrzej@kreo9. NOSPAM.com> wrote in
      news:40d2c599@n ews.home.net.pl :
      [color=blue]
      > if on windows: try Zend Studio (zend.com) or macromedia homesite[/color]

      Or the *excellent* PHPEdit, available from http://www.phpedit.net.
      It's free for personal or academic use.

      Regards,
      Wald

      Comment

      • Christian Fersch

        #4
        Re: A good editor

        wald wrote:[color=blue]
        > Or the *excellent* PHPEdit, available from http://www.phpedit.net.
        > It's free for personal or academic use.[/color]

        Don't try it at all - it's a waste of time. I tried a lot of php
        editors, but phpEdit was definitely one of the worst. It's slow, it's
        buggy and it's to big. It may have all the features you want, but there
        are a lot more, you don't want. It's impossible to work with that thing.

        If money doesn't matter try nusphere phpEd, it's definitely the best,
        but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
        than notepad and has everything you need.

        greetings Christian

        Comment

        • Justin Koivisto

          #5
          Re: A good editor

          Christian Fersch wrote:[color=blue]
          > try ultraEdit. It costs 35$, is even faster
          > than notepad and has everything you need.[/color]

          I second that.

          * Column mode (edit multiple lines) - one of the things that I use
          constantly. Great for indenting a large block of code when you forget
          that it should have been in some kind of conditional or loop statement.

          * Macros - have tasks that you perform constantly? Create a macro so you
          only have to press one key. I've got a block of code that I use a lot
          for different projects dealing with the loading of configuration vars. I
          just run my macro, and change a single filename, and my config loading
          code is implemented with only a few keystrokes.

          * Custom syntax highlight files - This has been one of the biggest
          timesavers for me. I created a PHP language file with all only the
          functions that were supported on the production server and the methods
          in my CMS. If the function doesn't turn blue in my editor, I can't use
          it for my project - very handy.

          * Multiple languages - I use UE for php, html, css, javascript, perl and c.

          * Open file Tabs - great for having multiple files open at once.

          * Find/Replace in files - search and/or replace things in files - either
          open or in a directory. Supports regex (unix like or a special UE markup)

          I work at an advertising agency where there are all Macs. The only
          reason I am on Windows still is because of UE. I haven't found a Mac
          editor that has all the features and flexibility that I use from UE.

          --
          Justin Koivisto - spam@koivi.com
          PHP POSTERS: Please use comp.lang.php for PHP related questions,
          alt.php* groups are not recommended.

          Comment

          • Jay Donnell

            #6
            Re: A good editor

            Try kate if you are on linux.

            Comment

            • Jussi Jumppanen

              #7
              Re: A good editor

              Christian Fersch wrote:[color=blue]
              >
              > wald wrote:[color=green]
              > > Or the *excellent* PHPEdit, available from http://www.phpedit.net.
              > > It's free for personal or academic use.[/color]
              >
              > Don't try it at all - it's a waste of time. I tried a lot of php
              > editors, but phpEdit was definitely one of the worst.
              >
              > ... snip ...
              >
              > If money doesn't matter try nusphere phpEd, it's definitely the
              > best, but if you don't have 500$, try ultraEdit. It costs 35$,
              > is even faster than notepad and has everything you need.[/color]

              For a programmer's editor for Windows take a look at Zeus:

              A powerful, feature packed, fully configurable IDE specifically designed for Windows developers....


              Just some of the programming features include:

              + Code completion and intellisensing
              + Integrated class browser
              + Project/workspace management
              + Fully configurable syntax highlighting
              + Seamless FTP editing
              + Integrated version control using the Microsoft Source Code
              Control (SCC) interface, including CVS integration.
              + Quick Help context sensitive help engine

              Jussi Jumppanen

              Comment

              • Wald

                #8
                Re: A good editor

                Justin Koivisto <spam@koivi.com > wrote:
                [color=blue]
                > Christian Fersch wrote:[color=green]
                >> try ultraEdit. It costs 35$, is even faster
                >> than notepad and has everything you need.[/color]
                >
                > I second that.[/color]
                <snip features>

                Looks nice indeed.

                Now, before I pay that license fee, what has UltraEdit that PsPad hasn't
                got? (http://www.pspad.com)

                Thanks for the feedback,
                Wald

                Comment

                • Brandon Blackmoor

                  #9
                  Re: A good editor

                  I and several of the Java programmers I work with swear by TextPad. It's
                  not cheap, but it's cheap, and it's well worth it.

                  bblackmoor
                  2004-06-20

                  Comment

                  • Zurab Davitiani

                    #10
                    Re: A good editor

                    Brandon Blackmoor wrote:
                    [color=blue]
                    > I and several of the Java programmers I work with swear by TextPad. It's
                    > not cheap, but it's cheap, and it's well worth it.
                    >
                    > bblackmoor
                    > 2004-06-20[/color]

                    Very simple and useful editor in my experience as well... I used it for
                    editing most everything back in the days of using Windows. When I switched
                    completely to Linux few years ago I started with and stuck with Kate, and
                    now I use KDevelop with Kate since 3.0 came out.

                    I still miss the file selector as it was implemented exactly in TextPad, but
                    I've also got to give a lot of props to KDevelop's class and function
                    library browser as well - makes file browsing nearly obsolete.

                    Comment

                    • Margaret MacDonald

                      #11
                      Re: A good editor

                      Zurab Davitiani wrote:
                      [color=blue]
                      >Brandon Blackmoor wrote:
                      >[color=green]
                      >> I and several of the Java programmers I work with swear by TextPad. It's
                      >> not cheap, but it's cheap, and it's well worth it.
                      >>
                      >> bblackmoor
                      >> 2004-06-20[/color]
                      >
                      >Very simple and useful editor in my experience as well... I used it for
                      >editing most everything back in the days of using Windows. When I switched
                      >completely to Linux few years ago I started with and stuck with Kate, and
                      >now I use KDevelop with Kate since 3.0 came out.
                      >
                      >I still miss the file selector as it was implemented exactly in TextPad, but
                      >I've also got to give a lot of props to KDevelop's class and function
                      >library browser as well - makes file browsing nearly obsolete.[/color]


                      Brief spoilt me for life, I'm afraid: I now can't be having with an
                      editor that doesn't offer c-like programmability and Brief-style
                      regexps. :-) (I use SlickEdit 4.0)

                      Margaret
                      --
                      (To mail me, please change .not.invalid to .net, first.
                      Apologies for the inconvenience.)

                      Comment

                      • Bob

                        #12
                        Re: A good editor

                        I like homesite. It is a html editor at heart. When you write php
                        you are writing php inside a html page. So it makes sense to me.

                        It is customizable, and has many template pages to start with.

                        I have it set up to sumbit to a webserver (Xtami sp?) which calls the
                        php parser and returns the page to IE. So I can view the result of a
                        page with a single click.

                        I have tried all the above and below mentioned, but none handle html
                        as easily as homesite does.

                        Oh, I do make calls to mysql via php within the editor environment.



                        Andrzej Bednarczyk <andrzej@kreo9. NOSPAM.com> wrote in message news:<40d2c599@ news.home.net.p l>...[color=blue]
                        > sure,
                        > if you are working on linux try Kdevelop or Quanta.
                        > if on windows: try Zend Studio (zend.com) or macromedia homesite
                        > on mac you can use quanta as well (I think) or use mac's build-in solutions
                        >
                        > regards
                        > andrew
                        >
                        >[color=green]
                        > > Hi,
                        > >
                        > > I want to do some Web development using HTML, Javascript, PHP and MySQL.
                        > > Does anybody recommend any good editors to use in this Web development.
                        > > Something that works well and makes development faster and easier but
                        > > doesn't take away the power of writing code?
                        > >
                        > > Nick[/color][/color]

                        Comment

                        • bonehead

                          #13
                          Re: A good editor

                          Christian Fersch wrote:[color=blue]
                          > wald wrote:
                          > Don't try it at all - it's a waste of time....
                          > If money doesn't matter try nusphere phpEd, it's definitely the best,
                          > but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
                          > than notepad and has everything you need.[/color]

                          And if money *does* matter, EditPlus2 is free *and* it's a combination
                          code editor/ftp tool. See Appendix F in this book for an excellent
                          comparison of various editors:



                          Comment

                          • Mudge

                            #14
                            Re: A good editor

                            bonehead wrote:
                            [color=blue]
                            > Christian Fersch wrote:[color=green]
                            >> wald wrote:
                            >> Don't try it at all - it's a waste of time....
                            >> If money doesn't matter try nusphere phpEd, it's definitely the best,
                            >> but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
                            >> than notepad and has everything you need.[/color]
                            >
                            > And if money *does* matter, EditPlus2 is free *and* it's a combination
                            > code editor/ftp tool. See Appendix F in this book for an excellent
                            > comparison of various editors:
                            >
                            > http://www.wrox.com/books/toc/0764557440_toc.shtml[/color]

                            Thanks, I'm checking it out.

                            Mudge

                            Comment

                            • Mudge

                              #15
                              Re: A good editor

                              bonehead wrote:
                              [color=blue]
                              > Christian Fersch wrote:[color=green]
                              >> wald wrote:
                              >> Don't try it at all - it's a waste of time....
                              >> If money doesn't matter try nusphere phpEd, it's definitely the best,
                              >> but if you don't have 500$, try ultraEdit. It costs 35$, is even faster
                              >> than notepad and has everything you need.[/color]
                              >
                              > And if money *does* matter, EditPlus2 is free *and* it's a combination
                              > code editor/ftp tool. See Appendix F in this book for an excellent
                              > comparison of various editors:
                              >
                              > http://www.wrox.com/books/toc/0764557440_toc.shtml[/color]


                              Hey! I happen to own that book.

                              Mudge

                              Comment

                              Working...