First I'd like to start off by saying this application is definitely the best coding application I have worked with. The speed and features are great.
Dreamweaver is an editor I have worked with before and the ONLY thing I miss from there is the way it handles auto-completion. When you type the "</" to close a tag it auto completes at this point. This seems much more efficient to me than the auto-complete when you type the closing ">" because you don't have to skip over the closing tag when you get to it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It also makes marking up already-written text straightforward. Getting <p></p> when you type <p> at the start of an existing sentence is extremely annoying...
It's also a standard plugin for jEdit, so maybe it wouldn't be too hard to code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First I'd like to start off by saying this application is definitely the best coding application I have worked with. The speed and features are great.
Dreamweaver is an editor I have worked with before and the ONLY thing I miss from there is the way it handles auto-completion. When you type the "</" to close a tag it auto completes at this point. This seems much more efficient to me than the auto-complete when you type the closing ">" because you don't have to skip over the closing tag when you get to it.
It also makes marking up already-written text straightforward. Getting <p></p> when you type <p> at the start of an existing sentence is extremely annoying...
It's also a standard plugin for jEdit, so maybe it wouldn't be too hard to code?