Question

First of all, I do all my coding strictly in code view in Dreamweaver for a good few years now. I could do all my coding in Notepad, but Notepad doesn't have any features. :) I've never thought of changing because I just got used to Dreamweaver over time. But now it's starting to irritate me here and there. I also want to switch to a more lightweight editor.

What I don't like in Dreamweaver is that tabs can't automatically be changed to spaces (very annoying, any solutions are welcome too). It also creates a lot of useless whitespace everywhere.

I love Dreamweaver's automatic auto complete for html and css, this speeds up my coding very much because I don't have to type out every character. I've tried some other editors, but I really miss this feature. Dreamweaver also auto completes css classes from included css files in the header.

Is there any other editor that has similar features? Free or license is fine. I like Sublime Text (http://www.sublimetext.com/).

Thanks!

Was it helpful?

Solution

I went for PhpStorm eventually. Love it!

OTHER TIPS

Notepad++ is the best for Window: http://notepad-plus.sourceforge.net/uk/site.htm

I've came to a solution that, though it's not lighter than Dreamweaver (as you requested), is very robust, works like a charm and was quite a productivity boost!

Check out:

Eclipse + Aptana as a plug-in (how to auto-upload on save)

If you enjoy html markup completion then snippets in Textmate for Mac is amazing. I use it all the time for all my HTML and CSS work. However if you are a windows person I hear E-TextEditor is the best replacement for Textmate. Both require licenses.

You might be interested in HTML-Kit.

Your don't want to use Dreamweaver and you want Dreamweaver theme in other editor which is not load like Dreamweaver then sublime is best for you,

Download sublime from this link and follow this step to apply Dreamweaver in sublime.

Click here to download Dreamweaver Theme Zip File

How to apply colour scheme like Dreamweaver CS5

1. Download zip file from Dreamweaver Theme File Link
2. Extract folder
3. Open sublime and goto "Preferences">"Browser Packages..">"Paste extract folder here"
4. Restart Sublime
5. Select color scheme from sublime, to select color scheme Goto "Preferences">"Color Scheme">"SublimeDreamweaver-master">"SublimeDreamweaver-master">"Dreamviwer"
6. Restart Again your sublime
7. Now open your file to see effect
8. Thanks

Change Font like dreamviwer after apply color scheme of dreamviwer.

1. Goto "Preferences">"Setting - User"
2. Add this line is your setting json, "font_face":"courier new"
3. Save enjoy

enter image description here

Thanks

Microsoft Expression Web. It is not free...

I have tried PHP Designer 7 and it rocks with its features. Most of all, you get autocomplete for methods / variables in PHP classes.

If you use a PC, you could try out VisualStudio express / Visual Web Developer, which is free. http://www.microsoft.com/express/product/

If your real trouble is tabbing and spacing the you could actualy try to modify those settings at Edit > Preference > Code formatt. this should help. Once you modify the setting apply it to the page.

or

You could also look at Netbeans is a powerful tool too. Buts its a bit heavy weight. If you want it only for HTML purpose , then while installing do not install unnecessary modules.

Did you try Stylizer from skybound.ca? I've been using it and you can visually modify the CSS or code it using the side bar. Works pretty good but is not as feature rich as Dreamweaver.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top