- provided a way to show an alert window if a JavaScript error occurs
- this will be set in index.html by:
        objj_exception_setOutputStream(function(aString) { alert(aString) });
        objj_import("main.j", YES, function() { try{ main(); } catch(e) { 
alert(e);} });
- for TM alert() and confirm() will be overridden in Run.tmCommand 

Changed:
U   trunk/Review/Bundles/JavaScript Objective-J.tmbundle/Commands/Run.tmCommand
U   trunk/Review/Bundles/JavaScript 
Objective-J.tmbundle/Support/AppTemplate/index.html

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to