metaonly module xdc.tools.path.sg.Main

Graphical interface to path tool

This graphical interactive tool displays the packages located along any specified package repository path. [ more ... ]
XDCspec summary sourced in xdc/tools/path/sg/Main.xdc
metaonly module Main {  ...
XDCscript usage meta-domain
var Main = xdc.useModule('xdc.tools.path.sg.Main');
module-wide functions
 
XDCspec declarations sourced in xdc/tools/path/sg/Main.xdc
 
metaonly module Main {
module-wide functions
}
USAGE
    xs xdc.tools.path.sg
DETAILS
This graphical interactive tool displays the packages located along any specified package repository path.
At startup, this tool shows the packages located along the current package path; i.e.,
      $XDCPATH;$XDCROOT/packages;^
where $XDCPATH is the value of the the user settable prefix of the package path, $XDCROOT is the installation directory of the XDC tools, and ^ is the repository of the package in the current working directory (if it exists).
BUGS
This tool scans all packages available along the current package path before displaying the user interface. So, a repository in the package path that contains a large number of sub-directories, such as '/', causes very long delays before the user interface is displayed.
While it is easy to see that you should not put '/' in the package path, it is less obvious that installing a package at '/' has the same effect.
 
Main.main( )  // module-wide

Main entry point for interactive interface to path tool

XDCscript usage meta-domain
Main.main( Any args ) returns Any
 
generated on Fri, 04 Sep 2009 23:26:05 GMT