On 7/6/06, Graham Anderson said: > yes, highlighted = colored :) > > Can you create your own glossary without a major effort for > Javascript DOM ?
It isn't easy. It's done with what is called a "language module." BB has documentation for creating them, but... like I said, it's not "easy." > I am still learning the language and very prone to stupid syntax errors. > Thank goodness it is close to php which is more my speciality The syntax is similar, that does make it easier to learn. (JavaScript happens to be my favorite scripting langauge, but there are lots of languages with similar syntax.) > maybe it is better to use Eclipse for this kind of thing ? I think BBEdit is quite well suited for this. Actually, Eclipse wouldn't do you any good in this case. I'm running it right now, and just tested: it's javascript editor doesn't color the DOM methods either. (Frankly, I wouldn't expect ANY editor to color the DOM methods. They're not part of the language itself.) Seth -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
