brendand / mbtablegrid

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

Tab and enter end text editing and move right, down respectively #20

Closed interstateone closed 10 years ago

interstateone commented 10 years ago

Fixed delegate setup to be consistent and use the existing delegate method for both cases (double click to start editing, just start typing to start editing). Use the notification info to figure out which way to move the selected cell and do that after persisting the edited data.

Fixes #13.