SystemStyleClassifier

SystemStyleClassifier enumerates the style classifiers that are well-known to Anvil.

Entries

Link copied to clipboard

The background color for the input field of an active console.

Link copied to clipboard

The foreground color for the input field of an active console.

Link copied to clipboard

The background color for source text.

Link copied to clipboard

The foreground color for source text.

Link copied to clipboard

The color of a code guide.

Link copied to clipboard

The stream style used to echo user input.

Link copied to clipboard

The stream style used to display normal output.

Link copied to clipboard

The stream style used to display error output.

Link copied to clipboard

The stream style used to display informational text.

Link copied to clipboard

The stream style used to echo commands.

Link copied to clipboard

The stream style used to provide build progress updates.

Link copied to clipboard

The stream style used to display diagnostics and reports.

Link copied to clipboard

The style used to emphasize a particular token that has been selected or used in a navigation. Styler functions for actual code should not generally use this style, as it's intended for transiently emphasizing a particular token that the user is working with dynamically.

Properties

Link copied to clipboard

The style classifier.

Link copied to clipboard

The default rendering context to use when none was supplied for an exact match of the receiver in the stylesheet.

Link copied to clipboard

The source text for an exact match pattern for the receiver.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val palette: Palette

The default palette to use if the palette provided to the stylesheet does not have the right aliases defined.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.