brendand / mbtablegrid

An NSControl subclass which provides a spreadsheet-style table grid
9 stars 3 forks source link

WIP on allowing cells to be edited with a popup menu #3

Closed interstateone closed 10 years ago

interstateone commented 10 years ago

screenshot 2014-09-10 09 57 31

There is currently a delegate method to provide whether a cell has "available object values" (what will be presented as menu items in a popup menu). This can be used to return the values or nil (for "edit as text"). Cells with available values will display with arrows as an affordance to the user.

Todo: