nrg_alpha Posted May 5, 2009 Share Posted May 5, 2009 [quote author=corbin link=topic=54859.msg1176952#msg1176952 date=1241480943]Hrmmm.... Just disabled about 4 plugins.I think a major part of the crappy performance might also be the crappy code I'm currently working with. There are a ton of syntax errors in the HTML, so NetBeans is probably freaking out a lot.[/quote]LOL Sounds like NetBeans is working overtime busy squiggly-highlighting stuff... Just scrap the code and redo it from scratch.. put the pour thing out of it's misery ;D@Ken2k7I used to be a Dreamweaver 8 user.. then one day I decided to give NetBeans a shot upon hearing about it from others (it's free after all.. bad comes to worse, I can simply uninstall it and go back to Dreamweaver). At first, I have to admit, I didn't take to it too well .. but eventually, it started to grow on me.. now I can't go back.. my only regret now is the 'residual' of buyers remorse (not that Dreamweaver is horrible by any stretch.. just lacks many of the nifty little features that NetBeans has). I haven't tried DW CS4 yet (probably never will though... but I hear it's pretty good). Link to comment Share on other sites More sharing options...
Ken2k7 Posted May 5, 2009 Share Posted May 5, 2009 Hmm. Thanks for your input nrg_alpha. I tried Dreamweaver CS4 and hated it. It's so bloated and takes forever to load. The auto-completion lags so much I had to turn it off.I used to use phpDesigner. I love that app. Whenever I'm on Windows (which is rare), I use phpDesigner unless I'm on SSH where I have Vim. It has a nice debugger. Link to comment Share on other sites More sharing options...
infiniteacuity Posted June 16, 2009 Share Posted June 16, 2009 I prefer EditPlus, it's simple and intuitive. Link to comment Share on other sites More sharing options...
jcombs_31 Posted June 18, 2009 Share Posted June 18, 2009 I started using netbeans a few months ago. I've been using Dreamweaver for years and always liked it. From what i can tell, Dreamweaver ran better/faster, but there are a few features I really like about Netbeans. Link to comment Share on other sites More sharing options...
ober Posted June 18, 2009 Share Posted June 18, 2009 After using it for over a year, I'm sold on PHPDesigner. Great product, works well and has a lot built-in. Link to comment Share on other sites More sharing options...
trq Posted June 18, 2009 Share Posted June 18, 2009 I've also been using netbeans for the last few months (since I started my new job) and I'm loving it. they tried to get me to use Dreamweaver (we are the Australian distribution company for Adobe afteral) but after a week I hated it.Being a long term vim user it took me a while to get used to the whole IDE thing, but now I'm using netbeans at home too. I love its built in subversion client. Link to comment Share on other sites More sharing options...
Daniel0 Posted June 18, 2009 Share Posted June 18, 2009 Just a shame that the upcoming 6.7 release won't support the new PHP 5.3 features. Link to comment Share on other sites More sharing options...
RichardRotterdam Posted June 18, 2009 Share Posted June 18, 2009 For simple scripts I use notepad++ or kate depending on which os im working on. For more serious projects I use eclipse. There is one thing im curious about a lot has changed since 2005 and more often I notice php developers switch to ide's instead of editors, is the percentage of users that use DW still this high compared to the other editors/ide's? Link to comment Share on other sites More sharing options...
Daniel0 Posted June 18, 2009 Share Posted June 18, 2009 I've added Netbeans to the poll choices. It has come up in a lot of posts. Link to comment Share on other sites More sharing options...
cheetahten Posted June 23, 2009 Share Posted June 23, 2009 UltraEditand for FREE, CrimsonEditor Link to comment Share on other sites More sharing options...
roopurt18 Posted July 29, 2009 Share Posted July 29, 2009 I've used:Zend StudioThe last version I used actively for development was version 5 I believe, or the last compiled version right before they switched to an Eclipse IDE. It was solid and I liked it, but not without some problems. I did play briefly with their Eclipse version and at first glance was impressed, but never did any heavy development in it.PDT 2.0Slow, slow, slow. There are a lot of things I like about this editor but the performance on my dev machine at work was terrible and unusable at times.PDT 1.03, 1.05These versions of PDT are much better than the 2.0 to date. In fact the Zend IDE is based on PDT 1.05 from what I hear. I used these for a long while at work until my projects must have hit a size barrier for my dev machine or something because the performance eventually started to degrade.NuSphere's PHPEDI use this exclusively at work and it's very fast and snappy. The debugging is very easy to set up with a 3rd party web server, which is a big plus. It'll even break on XHR requests which is also nice. There are a couple of features I really dislike about this editor, most notably the default options in the 'Find and Replace' dialog; they make me want to pull my hair out!NetBeansI just installed this a few hours ago because there is a project I want to work on at home. I must say I am greatly impressed.+ It defaults to spaces over tabs for indents+ Debugging worked right out of the box, I didn't have to do anything (not even to get it to work with a 3rd party web server)+ I like the phpDoc hints with extended descriptions about what they mean (yah yah I could look it up elsewhere but I'm lazy)+ I like that it will copy my source files into another directory when I save them (one of my favorite features actually)Give me some more time with it an I might find some things I dislike about it.I'd say for me it's currently a tie between NetBeans and PHPED and if you didn't want to shell out any cash then NetBeans all the way.Now if the PDT team could get some better performance out of that monster I might change my mind. Link to comment Share on other sites More sharing options...
nrg_alpha Posted July 29, 2009 Share Posted July 29, 2009 [quote author=roopurt18 link=topic=54859.msg1236983#msg1236983 date=1248863137]+ It defaults to spaces over tabs for indents[/quote]I prefer tabs over spaces personally (and if I'm not mistaken, I think it saves on filesize that way as well).I use NetBeans as my IDE of choice. For me, it's a bunch of the small details that make a nice impact. + Using classes for instance, hitting Alt + Insert (with your cursor placed inside a class) brings up a panel of methods (accessor methods [if your class properties are already defined]) as well as constructor, database connections and whatnot which you can auto insert ([i]nice[/i]).+ variable names come up in a pop up when typing $this-> or when calling a function (after opening parenthesis, hit Ctrl + space to list any previously declared variables).+ Macros are a god send. Simply bind chunks of template code to whatever keys and presto! Saves some typing.+ Keyboard shorcuts like Alt + Shift + F auto formats selected code and Ctrl + E deletes lines of code (stuff like that... not game changers to be sure, but the devil is in the details imo).Just some of the stuff off the top of my head. Yeah, it's a damn fine IDE to be sure. Link to comment Share on other sites More sharing options...
roopurt18 Posted July 29, 2009 Share Posted July 29, 2009 [quote]I prefer tabs over spaces personally (and if I'm not mistaken, I think it saves on filesize that way as well).[/quote]A file with tabs should be smaller than one with spaces. But who is really concerned if the file is 1.4kb or 1.5kb in an age of TB servers?I prefer spaces over tabs because there are occasions when you have to view a file in something other than your favorite editor. When this is the case, not all viewers use the same width for tabs and some of them use extraordinarily wide tab characters, which make it harder to see all the code at a glance.Spaces are almost always the same size though, which means my code always looks the same no matter what I open it in. Link to comment Share on other sites More sharing options...
sqlnoob Posted September 2, 2009 Share Posted September 2, 2009 none of the abovedon't use any of themi only use notepad and winsyntax Link to comment Share on other sites More sharing options...
nrg_alpha Posted September 2, 2009 Share Posted September 2, 2009 [quote author=sqlnoob link=topic=54859.msg1262240#msg1262240 date=1251885056]none of the abovedon't use any of themi only use notepad and winsyntax[/quote]Trying to elicit 'torch and pitchfork' responses from the masses? ;) Link to comment Share on other sites More sharing options...
Maq Posted September 2, 2009 Share Posted September 2, 2009 [quote author=nrg_alpha link=topic=54859.msg1262381#msg1262381 date=1251902408][quote author=sqlnoob link=topic=54859.msg1262240#msg1262240 date=1251885056]none of the abovedon't use any of themi only use notepad and winsyntax[/quote]Trying to elicit 'torch and pitchfork' responses from the masses? ;) [/quote]Usually people who make these comments have only ever maintained their own little blog sites. Link to comment Share on other sites More sharing options...
tyrant79 Posted September 3, 2009 Share Posted September 3, 2009 pspad haha Link to comment Share on other sites More sharing options...
waynew Posted September 3, 2009 Share Posted September 3, 2009 Dreamweaver for me. The WYSIWYG editor makes it handy for creating forms quickly. Link to comment Share on other sites More sharing options...
jon23d Posted October 1, 2009 Share Posted October 1, 2009 I still use zend studio 5.5, I tried the newer eclipse stuff, but it sucks - no line wrapping? Zend says eclipse doesn't support it... The way zend hints class methods rocks. It works really well for complex object relationships, and really helps your code to be self-documenting. I love the code analyzer feature and built-in phpdoc. Good stuff Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted October 17, 2009 Share Posted October 17, 2009 [quote author=roopurt18 link=topic=54859.msg1236983#msg1236983 date=1248863137]I've used:Zend Studio[/quote]I used zend studio in my last job, i dont think it was eclipse related but i liked it very much, i then had to use eclipse to develop drupal and found it useless there is not much the php package for eclipse offers at first glance. I did like the fact that at some point there will be all sorts of futures for it.I prefer Zend Studio but would really like to see some more cool things happen with eclipse. Link to comment Share on other sites More sharing options...
N1CK3RS0N Posted October 21, 2009 Share Posted October 21, 2009 Top Style Pro. Mainly a CSS and Javascript editor. Though it supports editing for all types of code. HTML, CSS, JavaScript, PHP, etc.Has nice features and lets you control the syntax highlighting and stuff. Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted October 21, 2009 Share Posted October 21, 2009 i use netbeans at my new job its sick realy good Link to comment Share on other sites More sharing options...
exally Posted October 23, 2009 Share Posted October 23, 2009 The best editor i have found so far is definately Web Expressions 3 by Microsoft.Other than that mainly Dreamweaver or Visual Studio 2005 with the PHP.NET add on. Link to comment Share on other sites More sharing options...
purpleshadez Posted October 23, 2009 Share Posted October 23, 2009 I like PSPad in Windows but use Quanta in Linux.I use to use dreamweaver but I found it became quite bloated over the years so wnet for a lightweight editor instead. Link to comment Share on other sites More sharing options...
PugJr Posted October 24, 2009 Share Posted October 24, 2009 Guess I have to vote for other as I use "Text document" . :o Link to comment Share on other sites More sharing options...
Recommended Posts