What editor do you use? 2008
Moderator: General Moderators
Re: What editor do you use? 2008
Bluefish is pretty good, and it's free. Vim is most advanced, for serious codes.
Re: What editor do you use? 2008
I use Crimson Editor mostly. However, I've used vi(m) in 'nix environments and I'll be working with PHPEd soon because of the included debugging functionality. It really helps when I'm being asked to track down bugs in code that I didn't write.
-
jackwills12
- Forum Newbie
- Posts: 1
- Joined: Thu Jun 18, 2009 3:42 am
Re: What editor do you use? 2008
Dreamweaver is the best!
Re: What editor do you use? 2008
Personally I use PSPad... and it's not in the list 
Re: What editor do you use? 2008
dreamweaver seems pretty good to use. I like it, but notepad++ is also pretty good. Any preferences for a php IDE which can directly interact with a mysql database?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: What editor do you use? 2008
I have really started to like Zend Studio for Eclipse as of late. But I only use it because my company pays for it. If I had to I wouldn't. I'd stick with EclipsePDT.
NetBeans has a SQL connector that works OK. Not anything great, but workable. There are several Eclipse Plugins you can get to work with your databases, but in the end I have found that native SQL clients work way better as stand alone environments than they do when integrated into the IDE.
NetBeans has a SQL connector that works OK. Not anything great, but workable. There are several Eclipse Plugins you can get to work with your databases, but in the end I have found that native SQL clients work way better as stand alone environments than they do when integrated into the IDE.
- ridgerunner
- Forum Contributor
- Posts: 214
- Joined: Sun Jul 05, 2009 10:39 pm
- Location: SLC, UT
Re: What editor do you use? 2008
Hi everyone. I'm new here and joined because you have a forum dedicated to regex...
I used to use UltraEdit32 until I got heavy into regex and uncovered inconsistencies in its Perl engine (Boost Library). Then I discovered EditPad Pro which is now my general text editor of choice. Small, fast, and non-obtrusive. Excellent regex support and color syntax highlighting. Side pane showing; tree-view of entire file system, code snippets, FTP connections, File Navigator, or just the currently opened files. Clean install/uninstall and can be installed and run on a USB stick. The lite version is free (Pro version is $50). I switched from Ultra-Edit (which is also good) and have not looked back. I love this editor!
Just Great Software focuses on regular expression technology and has the most powerful regex tools available for Windows. The author of the software also runs the http://www.regular-expressions.info/ website. I purchased EPP, PowerGrep and RegexBuddy last year and these are some of the finest apps I've run across in my 30 years programming. A bit pricey but well worth the cost.
Note: I'm surprised that my three favorite editors are not even on your list (UltraEdit32, Editpad Pro and Komodo IDE).
But of course if you get ten people in a room, you will have a dozen opinions about the best text editor!
I used to use UltraEdit32 until I got heavy into regex and uncovered inconsistencies in its Perl engine (Boost Library). Then I discovered EditPad Pro which is now my general text editor of choice. Small, fast, and non-obtrusive. Excellent regex support and color syntax highlighting. Side pane showing; tree-view of entire file system, code snippets, FTP connections, File Navigator, or just the currently opened files. Clean install/uninstall and can be installed and run on a USB stick. The lite version is free (Pro version is $50). I switched from Ultra-Edit (which is also good) and have not looked back. I love this editor!
Just Great Software focuses on regular expression technology and has the most powerful regex tools available for Windows. The author of the software also runs the http://www.regular-expressions.info/ website. I purchased EPP, PowerGrep and RegexBuddy last year and these are some of the finest apps I've run across in my 30 years programming. A bit pricey but well worth the cost.
Note: I'm surprised that my three favorite editors are not even on your list (UltraEdit32, Editpad Pro and Komodo IDE).
But of course if you get ten people in a room, you will have a dozen opinions about the best text editor!
Re: What editor do you use? 2008
For me Eclipse is the best! It's got SVN support, FTP upload/download (with Aptana Studio), many plug-ins. It's fast and very good for large projects. I use it at work everyday. Additionally if I want to write small piece of code I use Notepad++ (is much more faster than Ecplise and allows you to create a file without creating a whole project).
Re: What editor do you use? 2008
I use a fairly wide variety of editors:
Large projects: Currently shifting from Eclipse to Komodo (I'm on a mac) Eclipse is nice but Komodo loads faster, and is just a nicer feel, it catches most syntax and other errors before they happen and does a pretty good job of code completion including often offering me variable name etc that I declared in another script linked in by an include or even by a framework $this->load-> or whatever, so it goes pretty deep into working out how my software works before giving me error feedback. Plus, it's free, great for writing (X)HTML too, and has plugins for Jquery and a few bits like that.
Smaller stuff, I use textedit, which is awesome. Especially given that you can give it a directory and it will open with the directory in tree view next to the edit area, and you can one-click open anything.
Large projects: Currently shifting from Eclipse to Komodo (I'm on a mac) Eclipse is nice but Komodo loads faster, and is just a nicer feel, it catches most syntax and other errors before they happen and does a pretty good job of code completion including often offering me variable name etc that I declared in another script linked in by an include or even by a framework $this->load-> or whatever, so it goes pretty deep into working out how my software works before giving me error feedback. Plus, it's free, great for writing (X)HTML too, and has plugins for Jquery and a few bits like that.
Smaller stuff, I use textedit, which is awesome. Especially given that you can give it a directory and it will open with the directory in tree view next to the edit area, and you can one-click open anything.
Re: What editor do you use? 2008
I use notepad++...it's like a part of me.
Wow...so many votes for dreamweaver. Never used it myself, but from what I hear it's just for lazy people who cba to write their own code
Wow...so many votes for dreamweaver. Never used it myself, but from what I hear it's just for lazy people who cba to write their own code
Re: What editor do you use? 2008
AFAIC EditPad Pro is the best text editor around, and it has been my editor of choice for both text & code for a few years now. Great set of features, file comparison, excellent regexp support (w/ highlight), syntax highlighting, folding, FTP, rect. selection, search&find with multi-line & regexp support, all in a tab and not another god damn window (I can't believe how many editors do not offer this!), etc -- I just love it!
For the record, when writing code I think the font also matters, and I use Dina 8 which I find just great.
For the record, when writing code I think the font also matters, and I use Dina 8 which I find just great.
Re: What editor do you use? 2008
The font is important, for sure. For me, nothing was able to beat Fixedsys (or Fixedsys Excelsior if you need unicode) - and I tried a lot of monospaced fonts.jacky wrote:For the record, when writing code I think the font also matters, and I use Dina 8 which I find just great.
Re: What editor do you use? 2008
I have used Zend Studio for Eclipse.
but now i am using NetBeans (lightweight, only 20M+).
but now i am using NetBeans (lightweight, only 20M+).
Re: What editor do you use? 2008
I have used NotePadd++, Komodo Edit, Dreamweaver, and notepad. 
No, not really, it adds in some ending tabs here and there and a few other things.jackpf wrote:I use notepad++...it's like a part of me.
Wow...so many votes for dreamweaver. Never used it myself, but from what I hear it's just for lazy people who cba to write their own code
Re: What editor do you use? 2008
Hmm...I find that quite annoying tbh.
Like, I tried out NetBeans, and found the way it adds in the ending quote really annoying, since it just means you have to navigate round it to put the semi-colon on the end. If I'd just typed the damn quote myself it'd probably be a lot quicker
It's just preference though.
Like, I tried out NetBeans, and found the way it adds in the ending quote really annoying, since it just means you have to navigate round it to put the semi-colon on the end. If I'd just typed the damn quote myself it'd probably be a lot quicker
It's just preference though.