GutterStyle
Defines gutter appearance (line numbers) for the code editor.
Properties
background_color- Background color for the gutter.margin- Margin outside the gutter.show_errors- Whether to show errors in the gutter.show_folding_handles- Whether to show folding handles in the gutter.show_line_numbers- Whether to show line numbers in the gutter.text_style- Text style for line numbers.width- Fixed width of the gutter.
Properties
background_colorclass-attributeinstance-attribute
background_color: Optional[ColorValue] = NoneBackground color for the gutter.
show_errorsclass-attributeinstance-attribute
show_errors: bool = TrueWhether to show errors in the gutter.
show_folding_handlesclass-attributeinstance-attribute
show_folding_handles: bool = TrueWhether to show folding handles in the gutter.
show_line_numbersclass-attributeinstance-attribute
show_line_numbers: bool = TrueWhether to show line numbers in the gutter.