views:

205

answers:

6

I need html/css text editor, that is:

  1. free
  2. quick (no java or like)
  3. no wisywyg
  4. can autocomplete attributes and styles
  5. i write <script type="", autocomplete should show me list with text/javascript

I like Notepad++, but cant find smart autocomplete for it, as in visual studio.

Windows or Linux, no Mac please

+6  A: 

Visual Web Developer is free and has all those features that visual studio does. It's not as lightweight as notepad++ but some of that is due to those features you mention.

Martin Murphy
A: 

Apple's Dashcode fits the bill.

While it's target is dashboard developers, it has all the HTML/CSS/JS autocomplete features you seek available.

Nerdling
Dashcode is a great tool, although it sounds like this guy is using Windows. Notepad++ is a win32 only app.
Jweede
If you're on a mac, TextWrangler is also a great tool comparable to npp.
Jweede
+2  A: 

vim and all its scripts which fit to your need easily...

I advise you to look at the wikipedia Comparison of HTML editors page where there is a bunch of html editor.

Boris Guéry
For example i write <script type="", is vim autocomplete with text/javascript?
dynback.com
Thanks for wikipedia link
dynback.com
As vim is easy to configure, and there is a lot of script for javascript/html which offer you the possibility to autocomplete, what you, where you want.
Boris Guéry
A: 

Well Dreamweaver fits the bill quite nicely, and I have always been pleased with its autocomplete support (you don't need to use the wysiwyg editor, and I never do). Free options are fewer, but I have been pleased with geany's performance in my own coding. You should also look into vim and emacs, as both have extensive sets of add-ons targeted at just what you need. I used to use notepad++ when on windows, but I am also curious as to why you wish to move away from it, as it performed well all the times I used it.

rpkelly
Dreamweaver isn't free.
Martin Murphy
I dont know, how to install attributes support in notepad
dynback.com
A: 

Try Komodo Edit

dig
Tried, its not supporting attributes values and css nothing
dynback.com
A: 

Eclipse or Aptana?

Yeah, Aptana and Visual Studio make what I need, but both very heavy
dynback.com