Komodo API breakage with version 5.0.3
Todd Whiteman <[email protected]>
| Newsgroups | gmane.comp.ide.komodo.general |
|---|---|
| Message-ID | <[email protected]> |
Just a heads up that the Komodo 5.0.3 release will change the behaviour of some of the Komodo JavaScript API methods. These changes should only affect a small minority of Komodo macro and extension code. The two methods below were previously operating synchronously in Komodo 5.0.2, but will now operate asynchronous as of Komodo 5.0.3: ko.open.URI ko.open.displayPath These API methods are now deprecated in favour of asynchronous versions: ko.views.manager.doFileOpen => ko.views.manager.doFileOpenAsync ko.views.manager.doNewView ko.views.manager.newViewFromURI ko.views.manager.doFileNewFromTemplate You can read the Komodo blog post for the full details of how and why this is being done: http://www.openkomodo.com/blogs/toddw/komodo-5-0-3-api-changes Cheers, Todd _______________________________________________ Komodo-discuss mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss