A list of interfaces and globals that are being changed, dropped, or deprecated in Komodo 6.
gProjectManager - use ko.projects.manager
Currently used in
gFocusedProjectView - use ko.projects.active. Used in guibuilder/peGUI.js
toolboxMgr - ko.toolboxes.user. Not used anywhere.
ko.dd - use ko.dragdrop. Not used anywhere.
ko.views.manager.loadViewFromURI - use ko.views.manager.doFileOpenAsync
Used only in ActiveState's ' about:config' macro.
koIPartService.runningMacro deprecated, replaced by koToolBox2Service.runningMacro
runningMacro.project returns the active project, if there is one, regardless of where the macro being run lives. If the macro is part of the current project, runningMacro.project gives that project. This JavaScript gives the main owner of the runningMacro:
var parent = runningMacro.parent; while (parent.parent) parent = parent.parent; return parent;
koIPartService.findPartForRunningMacro is dropped. Use koIToolbox2Service.runningMacro.project.findPart(...) instead
gViewMgr -- use ko.views.manager -- used in closeallbut, aboutconfig, Bookmark-Click, komodo_html_entities, knose