Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Interfaces: Added support for unknown options in a separate cfe | Ted Trask | 2012-12-06 | 1 | -0/+1 |
| | | | | The previous implementation would display them as separate options with errors, and silently drop when writing | ||||
* | Interfaces: Move iface structure to a separate file and use it in view to ↵ | Ted Trask | 2012-12-06 | 1 | -0/+61 |
determine which options to display The previous method meant that each option was defined in both the model and in the view. Now, everything is defined in the model, and the view just hides / shows as desired. |