/src/dqsd/go.xml

http://go-tool.googlecode.com/ · XML · 28 lines · 26 code · 2 blank · 0 comment · 0 complexity · f8286a302bf71a851b154486c4955baf MD5 · raw file

  1. <search function="go">
  2. <name>Go to Folders</name>
  3. <description>Go to directories using shortcuts:
  4. <div class="helpboxDescLabels">Example:</div>
  5. <table class="helpboxDescTable">
  6. <tr> <td>go &lt;shortcut&gt;[/&lt;subpath&gt;]</td> </tr>
  7. </table>
  8. </description>
  9. <category>ActiveState</category>
  10. <link>http://starship.python.net/~tmick/#go</link>
  11. <script><![CDATA[
  12. function go(q)
  13. {
  14. var cmd = "gow.exe " + q;
  15. try {
  16. openDocument(cmd);
  17. } catch (e) {
  18. alert("Could not run '"+cmd+"'.")
  19. }
  20. }
  21. ]]></script>
  22. <copyright>
  23. Copyright (c) 2003 ActiveState Corp.
  24. Written by Trent Mick (TrentM@ActiveState.com)
  25. </copyright>
  26. </search>