Syntax Definiton

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
mark.bensch
Posts: 1
Joined: Fri Jul 16, 2004 2:53 pm

Syntax Definiton

Post 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++.
Post Reply