/src/dqsd/go.xml
XML | 28 lines | 26 code | 2 blank | 0 comment | 0 complexity | f8286a302bf71a851b154486c4955baf MD5 | raw file
Possible License(s): MIT
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 <shortcut>[/<subpath>]</td> </tr> 7 </table> 8 </description> 9 <category>ActiveState</category> 10 <link>http://starship.python.net/~tmick/#go</link> 11 12 <script><![CDATA[ 13 function go(q) 14 { 15 var cmd = "gow.exe " + q; 16 try { 17 openDocument(cmd); 18 } catch (e) { 19 alert("Could not run '"+cmd+"'.") 20 } 21 } 22 ]]></script> 23 24 <copyright> 25 Copyright (c) 2003 ActiveState Corp. 26 Written by Trent Mick (TrentM@ActiveState.com) 27 </copyright> 28</search>