mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:02:27 +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:
@@ -27,24 +27,34 @@ 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
|
||||||
|
*CmdLine* The command line
|
||||||
|
*CmdOutput*
|
||||||
*CompDesc* The description column of the completion list
|
*CompDesc* The description column of the completion list
|
||||||
|
*CompGroup*
|
||||||
*CompIcon* The favicon of a completion row
|
*CompIcon* The favicon of a completion row
|
||||||
*CompItem* A completion row
|
*CompItem* A row of completion list
|
||||||
|
*CompItem[selected]* A selected row of completion list
|
||||||
*CompLess* The indicator shown when completions may be scrolled up
|
*CompLess* The indicator shown when completions may be scrolled up
|
||||||
|
*CompLess::after* The character of indicator shown when completions may be scrolled up
|
||||||
*CompMore* The indicator shown when completions may be scrolled down
|
*CompMore* The indicator shown when completions may be scrolled down
|
||||||
|
*CompMore::after* The character of indicator shown when completions may be scrolled down
|
||||||
|
*CompMsg*
|
||||||
*CompResult* The result column of the completion list
|
*CompResult* The result column of the completion list
|
||||||
*CompTitle* Completion row titles
|
*CompTitle* Completion row titles
|
||||||
*ErrorMsg* Error messages
|
*ErrorMsg* Error messages
|
||||||
*Filter* The matching text in a completion list
|
*Filter* The matching text in a completion list
|
||||||
*FrameIndicator* The indicator shown when a new frame is selected
|
*FrameIndicator* The indicator shown when a new frame is selected
|
||||||
*Function* A JavaScript Function object
|
*Function* A JavaScript Function object
|
||||||
*Hint* A hint indicator. See [c]:help hints[c].
|
*Gradient*
|
||||||
*HintActive* The hint element which will be selected on <Enter>
|
*GradientLeft*
|
||||||
*HintElem* The element which a hint refers to.
|
*GradientRight*
|
||||||
*HintImage* The indicator which floats above hinted images.
|
*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
|
||||||
@@ -57,6 +67,7 @@ Valid groups are:
|
|||||||
*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
|
||||||
|
*Preview*
|
||||||
*Question* A prompt for a decision
|
*Question* A prompt for a decision
|
||||||
*Search* Highlighted search results in a web page
|
*Search* Highlighted search results in a web page
|
||||||
*StatusLine* The status bar
|
*StatusLine* The status bar
|
||||||
@@ -69,16 +80,16 @@ Valid groups are:
|
|||||||
*TabNumber* The number of a browser tab, next to its icon
|
*TabNumber* The number of a browser tab, next to its icon
|
||||||
*TabText* The text of a browser tab
|
*TabText* The text of a browser tab
|
||||||
*Tag* A bookmark tag for a URL
|
*Tag* A bookmark tag for a URL
|
||||||
*Title* The title of a listing, including [c]:bmarks[c], [c]:jumps[c]
|
*Title* The title of a listing, including [c]:pageinfo[c], [c]:jumps[c]
|
||||||
*URL* A URL
|
*URL* A URL
|
||||||
*WarningMsg* A warning message
|
*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| +
|
||||||
|
|||||||
Reference in New Issue
Block a user