<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>[TxMt] addittion to JavaScript bundle</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText48027 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>FWIW, I would request that 
core JS methods be kept separate from HTML-JS-DOM specific 
bindings.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>To be clear, clientX, et al 
are not in the core JS language, but rather are properties of objects exposed by 
HTML user agents. For a list of ECMAScript-specific objects, properties and 
methods, see</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><A 
href="http://phrogz.net/ObjJob/objects.asp?langID=4">http://phrogz.net/ObjJob/objects.asp?langID=4</A></FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><A 
href="http://phrogz.net/ObjJob/properties.asp?langID=4http://phrogz.net/ObjJob/objects.asp?langID=4">http://phrogz.net/ObjJob/properties.asp?langID=4</FONT><FONT 
face=Arial color=#000000 size=2></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><A 
href="http://phrogz.net/ObjJob/methods.asp?langID=4">http://phrogz.net/ObjJob/methods.asp?langID=4</A></A></FONT></DIV>
<DIV dir=ltr> </DIV></FONT></FONT></DIV></DIV>
<DIV dir=ltr>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> textmate-bounces@lists.macromates.com on 
behalf of Andreas Wahlin<BR><B>Sent:</B> Mon 9/19/2005 9:07 AM<BR><B>To:</B> 
TextMate users<BR><B>Subject:</B> [TxMt] addittion to JavaScript 
bundle<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>While poking around there I found some other things that should 
be <BR>added (?)<BR><BR>clientX,clientY,scrollLeft,scrollTop,style<BR>for 
support.constant.js<BR><BR>appendChild<BR>for support.function.js<BR><BR>and 
support.function.event-handler.js should, I think, be made to <BR>ignore 
case.<BR><BR>It would be cool if the one thing after styl. could be somehow 
me <BR>matched to the css rules ...<BR><BR>er ... somethnig like 
this?<BR><BR>         
{    name = 
"support.constant.js";<BR>             
begin = 
"\\.\\b(style)\\.";<BR>             
end = 
"\\s*";<BR>             
captures = { 1 = { name = "support.constant.js"; }; 
};<BR>             
patterns = 
(<BR>                 
{    include = "#tag-stuff"; 
},<BR>                 
{    begin = 
"\\.";<BR>                     
end = 
"\\s*";<BR>                     
patterns = ( { include = "source.css"; } 
);<BR>                 
},<BR>             
);<BR>         
},<BR><BR>Andreas<BR><BR>______________________________________________________________________<BR>For 
new threads USE THIS: textmate@lists.macromates.com<BR>(threading gets destroyed 
and the universe will collapse if you don't)<BR><A 
href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</A><BR></FONT></P></DIV>

</BODY>
</HTML>