/src/dqsd/go.xml
http://go-tool.googlecode.com/ · XML · 28 lines · 26 code · 2 blank · 0 comment · 0 complexity · f8286a302bf71a851b154486c4955baf MD5 · raw file
- <search function="go">
- <name>Go to Folders</name>
- <description>Go to directories using shortcuts:
- <div class="helpboxDescLabels">Example:</div>
- <table class="helpboxDescTable">
- <tr> <td>go <shortcut>[/<subpath>]</td> </tr>
- </table>
- </description>
- <category>ActiveState</category>
- <link>http://starship.python.net/~tmick/#go</link>
- <script><![CDATA[
- function go(q)
- {
- var cmd = "gow.exe " + q;
- try {
- openDocument(cmd);
- } catch (e) {
- alert("Could not run '"+cmd+"'.")
- }
- }
- ]]></script>
- <copyright>
- Copyright (c) 2003 ActiveState Corp.
- Written by Trent Mick (TrentM@ActiveState.com)
- </copyright>
- </search>