mbeddr.core
mbeddr.core copied to clipboard
Create first-class editors for EditorCells
The following Java classes should be provided as first-class editors:
- [ ] CommandButton
- [ ] ClosingBracketCell
- [ ] OpeningBracketCell
- [ ] CRHelperCell
- [ ] ColoredVerticalBarCell
- [x] EmptyCell: CellModel_Empty
- [x] HorizLineCell: HorizontalLineCell
- [ ] IconCell
- [ ] LittlePlusCell
- [ ] ProgressBarCell
- [ ] TrafficLightCell
- [ ] VerticalWhitespaceCell
@alexanderpann: Edited to reflect the current status.