Page 1 of 1

Syntax Definiton

Posted: Fri Jul 16, 2004 2:56 pm
by mark.bensch
I miss a more special definition-handling in syntax-files
for dotbased-languages like Java, JavaScript etc.

Something like you could specify which keyword belongs
to which methods and properties.

Example:

[Keywords 1]
key
keyPressed()
commandDown
controlDown
key
keyCode

So you can type "key.keyPressed(whichKey)" and this would right
highlighted. And on the other hand "math.keyCode" would marked
as wrong syntax.

The next step could be an automatic drop-down-list for the
actual keyword, like in Borland C++.