I use FileZilla for FTP and then Notepad++ to edit. Filezilla is handy because it can create temp files for you to edit. Then you don't have to drag and drop your PHP files every time after you save them.
I like Notepad++ because it is so simple and yet very handy. Personally, I don't like code editors that automatically indent my code. I also like Notepad++ because when you have the editor by a "{" or "}" it will highlight in red the one corresponding with it. So when you have functions with lots of ifs, foreach, while, etc you dont get lost with your brackets.