1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 18:54:12 +01:00

add 'jsdebugger' option

for javascript completion
This commit is contained in:
teramako
2009-11-15 00:49:24 +09:00
parent 52749d6722
commit 8be2de8be7
5 changed files with 30 additions and 0 deletions

View File

@@ -1347,5 +1347,18 @@
</description>
</item>
<item>
<tags>'jsd' 'jsdebugger'</tags>
<spec>'jsdebugger' 'jsd'</spec>
<type>boolean</type>
<default>off</default>
<description>
<p>
Use javascript debugger service at the completion list.
More list is shown up when it is on.
</p>
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->