[SVN] r10639 (JavaScript Objective-J)

Hans-Jörg Bibiko bibiko at eva.mpg.de
Thu Sep 25 13:35:01 UTC 2008


- 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




More information about the textmate-dev mailing list