1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 22:52:28 +01:00

add :scriptnames

This commit is contained in:
Doug Kearns
2008-09-14 15:18:48 +00:00
parent 164bc044b3
commit e623f529f9
4 changed files with 37 additions and 6 deletions

View File

@@ -205,6 +205,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:restart|| Force undefined to restart +
||:saveas|| Save current document to disk +
||:sbclose|| Close the sidebar window +
||:scriptnames|| List all sourced script names +
||:set|| Set an option +
||:setglobal|| Set global option +
||:setlocal|| Set local option +
@@ -252,6 +253,7 @@ section:Options[option-index]
||'focuscontent'|| Try to stay in normal mode after loading a web page +
||'fullscreen'|| Show the current window fullscreen +
||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar +
||'helpfile'|| Name of the main help file +
||'hintmatching'|| How links are matched +
||'hintstyle'|| CSS specification of unfocused hints +
||'hinttags'|| XPath string of hintable elements activated by 'f' and 'F' +

View File

@@ -80,6 +80,13 @@ printed.
________________________________________________________________________________
|:scrip| |:scriptnames|
||:scrip[tnames]|| +
________________________________________________________________________________
List all sourced script names, in the order they were first sourced.
________________________________________________________________________________
|:fini| |:finish|
||:fini[sh]|| +
________________________________________________________________________________