- This topic is empty.
-
AuthorPosts
-
April 24, 2011 at 10:04 am #32464
ChrisBull
MemberI purchased Dreamwever a few years back now but I’m tired of it, Its just too heavy for what i need. I don’t use its ftp, its design view or anything except for its coding view.
I code in html and php mainly but also javascript everynow and then.
I do a lot of my sites in oop with mvc so they often have complex layouts.So i’m looking for a new editor that’s clean and looks good but also has a projects section that can display my folders and files tidily. Error checking and code hinting would be nice but its not a must.
Many Thanks
ChrisApril 24, 2011 at 10:59 am #49493whiteInkDesign
MemberI went from dreamweaver to a mac program called Coda and like it a lot. Though its ftp feature was a big selling point for me so if you don’t need that mac also has Espresso and Textmate ( E TextEditor is the PC version).
Other popular programs used by coders I know include NetBeans and Notepad++.
I searched ‘coding software’ on this site and found a previous discussion that might help:
https://css-tricks.com/forums/discussion/9711/which-software-and-why/April 24, 2011 at 2:03 pm #49454eagleworks
MemberI’ve never used a fully featured piece of software like Dreamweaver.
I use Notepad++ for markup and scripting/programming.
Firefox 4.0 with Firebug for error checking. Then as many browser versions as possible for testing.
IE9 has ie7/ie8 dev tools, chrome and safari.
Also use Adobe’s online Browserlab from time to time.
April 25, 2011 at 1:04 pm #49309TheDoc
MemberI very much enjoy me some Coda.
April 25, 2011 at 1:11 pm #49311mwarren
MemberNotepad++ and Filezilla for FTP.
Filezilla has a live edit/publish option that you can tie to any editor you want. I right click files in Filezilla, edit them in Notepad ++, and when I save, Filezilla auto-prompts me to upload them back to the server.
April 25, 2011 at 3:04 pm #49316ChrisBull
MemberThanks for all of the replies! Beeing a PC user I’ve decided to go for E TextEditor, It’s relatively cheap (compared to dreamweaver) and has lots of great functions, like its snippets function, which i now love!
I don’y really need something with a live edit/publish feature as i do my testing on WAMP on my computer so e is perfect for what i need.Thanks Again
April 26, 2011 at 8:51 am #49125davidlab.be
ParticipantI used E before and liked the snippets functions, but then I dicovered Netbeans…..wow! SO much better then E and also has the same snippets idea, but it is called code templates and palletes. You can customizes it your own way. It almost reads your mind. If you use anything like WP or jquery and will store all the custom functions and variables and everything else and code hint them for you within your project. I have not seen this work on anything other then Netbeans.
May 1, 2011 at 10:12 am #48244cssloser
MemberI recommend Notepad++ .
September 26, 2011 at 4:40 pm #87998dti
Member@mwarren you could actually just edit ftp files within notepad++ without even filezilla.
i use to do what u’re doing, but hate that filezilla can’t auto save file when it changes in notepad++
more info at http://www.davidtan.org/how-to-edit-ftp-files-auto-upload-on-save-using-notepad/
netbeans works great for me too!
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.