Dreamhacker
January 31, 2008 4:30 AM
Subscribe
I would like to write my own HTML/CSS editor. What would be the best way to go about it? (more inside)
I've been a professional web developer for the last 8 years or so. I've used Dreamweaver all the way back since the very first beta came out way back when. Without a doubt, it's the best tool for the job (for me).
Saying that, I only ever use Dreamweaver to write code. I don't use any of the visual tools, or any of the built in javascript or back end helper code. I'd say I maybe use 15% of all it's features. It got quite bloated over the years, but it's that 15% that's keeping me from ditching in altogether and going with something like Komodo edit or one of the other open source tools like Bluefish or Aptana.
These features are:
1. The awesome tab completion and code hinting for HTML/CSS
2. Code coloring
3. Color pickers when defining colors on the fly
4. File picker when defining background image files on the fly
5. Code formatting/indentation
My question is, how hard would it be to write my own standalone editor that could do these things, or could I extend another existing software package (like Eclipse) to do it? I would like to make something that would be cross-platform and free.
Apologies for the long-winded post. I throw myself at your feet, hive mind!
posted by ReiToei to computers & internet (14 comments total)
4 users marked this as a favorite
posted by ReiToei at 4:33 AM on January 31