1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

Fix erroneous info and add group names in styling.txt

* Delete the desctiption of nonexistent command :highlight-clear.
* Delete the erroneous info about bang of :highlight command.
* Add unwritten group names from styling.js.

Signed-off-by: Kris Maglione <maglione.k@gmail.com>
This commit is contained in:
janus_wel
2009-01-21 04:13:49 +09:00
committed by Kris Maglione
parent 8b95e72115
commit 912bf91133

View File

@@ -27,58 +27,69 @@ valid, [!] will override the check, to speed Vimperator startup.
if provided will restrict the match to matching elements. if provided will restrict the match to matching elements.
Valid groups are: Valid groups are:
`------------------`----------------------------------- `--------------------`-----------------------------------
*Bell* Vimperator's visual bell *Bell* Vimperator's visual bell
*Boolean* A JavaScript Boolean object *Boolean* A JavaScript Boolean object
*CompDesc* The description column of the completion list *CmdLine* The command line
*CompIcon* The favicon of a completion row *CmdOutput*
*CompItem* A completion row *CompDesc* The description column of the completion list
*CompLess* The indicator shown when completions may be scrolled up *CompGroup*
*CompMore* The indicator shown when completions may be scrolled down *CompIcon* The favicon of a completion row
*CompResult* The result column of the completion list *CompItem* A row of completion list
*CompTitle* Completion row titles *CompItem[selected]* A selected row of completion list
*ErrorMsg* Error messages *CompLess* The indicator shown when completions may be scrolled up
*Filter* The matching text in a completion list *CompLess::after* The character of indicator shown when completions may be scrolled up
*FrameIndicator* The indicator shown when a new frame is selected *CompMore* The indicator shown when completions may be scrolled down
*Function* A JavaScript Function object *CompMore::after* The character of indicator shown when completions may be scrolled down
*Hint* A hint indicator. See [c]:help hints[c]. *CompMsg*
*HintActive* The hint element which will be selected on <Enter> *CompResult* The result column of the completion list
*HintElem* The element which a hint refers to. *CompTitle* Completion row titles
*HintImage* The indicator which floats above hinted images. *ErrorMsg* Error messages
*Filter* The matching text in a completion list
*FrameIndicator* The indicator shown when a new frame is selected
*Function* A JavaScript Function object
*Gradient*
*GradientLeft*
*GradientRight*
*Hint* A hint indicator. See [c]:help hints[c]
*HintActive* The hint element of link which will be followed by <Enter>
*HintElem* The hintable element
*HintImage* The indicator which floats above hinted images
*Indicator* *Indicator*
*InfoMsg* Information messages *InfoMsg* Information messages
*Keyword* A bookmark keyword for a URL *Keyword* A bookmark keyword for a URL
*LineNr* The line number of an error *LineNr* The line number of an error
*Message* *Message*
*ModeMsg* The mode indicator in the command line *ModeMsg* The mode indicator in the command line
*MoreMsg* The indicator that there is more text to view *MoreMsg* The indicator that there is more text to view
*NonText* *NonText*
*Normal* Normal text in the command line *Normal* Normal text in the command line
*Null* A JavaScript Null object *Null* A JavaScript Null object
*Number* A JavaScript Number object *Number* A JavaScript Number object
*Object* A JavaScript Object *Object* A JavaScript Object
*Question* A prompt for a decision *Preview*
*Search* Highlighted search results in a web page *Question* A prompt for a decision
*StatusLine* The status bar *Search* Highlighted search results in a web page
*StatusLineBroken* The status bar for a broken web page *StatusLine* The status bar
*StatusLineSecure* The status bar for a secure web page *StatusLineBroken* The status bar for a broken web page
*String* A JavaScript String object *StatusLineSecure* The status bar for a secure web page
*TabClose* The close button of a browser tab *String* A JavaScript String object
*TabIcon* The icon of a browser tab *TabClose* The close button of a browser tab
*TabIconNumber* The number of a browser tab, over its icon *TabIcon* The icon of a browser tab
*TabNumber* The number of a browser tab, next to its icon *TabIconNumber* The number of a browser tab, over its icon
*TabText* The text of a browser tab *TabNumber* The number of a browser tab, next to its icon
*Tag* A bookmark tag for a URL *TabText* The text of a browser tab
*Title* The title of a listing, including [c]:bmarks[c], [c]:jumps[c] *Tag* A bookmark tag for a URL
*URL* A URL *Title* The title of a listing, including [c]:pageinfo[c], [c]:jumps[c]
*WarningMsg* A warning message *URL* A URL
*WarningMsg* A warning message
------------------------------------------------------- -------------------------------------------------------
Every invocation completely replaces the styling of any previous invocation, Every invocation completely replaces the styling of any previous invocation,
unless [-append] (short option: -a) is provided, in which case, {css} is unless [-append] (short option: -a) is provided, in which case, {css} is
appended to its current value. If {css} is not provided and [!] is, any appended to its current value. If {css} is not provided, any styles matching
styles matching {group} are listed. If neither {css} nor [!] is provided, the {group} are listed. If you want to set its default value, you can refer from
style for {group} is reset to its default value. complete list.
________________________________________________________________________________ ________________________________________________________________________________
|:highlight-clear| + |:highlight-clear| +