-
Notifications
You must be signed in to change notification settings - Fork 0
Footer
Matthew Daly edited this page Jul 30, 2022
·
2 revisions
Maple's footer can be customized extensively through the footer.xml file.
A footer layout is composed of block elements within a <BlockGroup> node. Currently, only one block group is supported. Additionally, there are a few properties that can change the way a block displays information. Not all properties are supported by all blocks (except for Color and BackgroundColor).
| Block Name | Properties | Description |
|---|---|---|
Text |
Content |
A custom string, never changes. |
Separator |
Displays a space when surrounded by two non-empty blocks. | |
Filepath |
The path of the current file. | |
Filename |
The name of the current file. | |
LnCol |
The current cursor position. | |
Selection |
Displays the boundaries of the current selection, or the SelectIn point, or nothing. | |
DirtyIndicator |
TrueValue, FalseValue
|
Is true if the file has been modified. |
ReadOnlyIndicator |
TrueValue, FalseValue
|
Is true if the editor is in readonly mode. |
| Property Name | Description |
|---|---|
Color |
The text color, available on every block. |
BackgroundColor |
The background color, available on every block. |
Content |
The static text content of the block. |
TrueValue |
Text that will be displayed if the block's value is true. |
FalseValue |
Text that will be displayed if the block's value is false. |
The wiki is updated when changes are made to the repository. This page may reflect changes that are not present in the latest release.