Encapsulate Styles #54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should have a style structure independent of a cell that contains all of the style fields, that way it can be passed around more easily and the individual bits of it referred to more easily where need be. This should reduce the number of arguments to print and printtok and the like.
If there was an operation of merging styles, then this would also provide a natural way to have row and column styles which individual cells could override.