Simple table editor scriptable with Lua.
author: Severák
license: MIT
svlad.alert(message)
- display mesage boxconfirmed = svlad.confirm(question)
- display confirmation window, return true if user choosedOK
text = svlad.get(row, col)
- get contents of cellsvlad.set(row, col, text)
- set contents of cellsvlad.focus(row, col)
- set focus on cellsvlad.autosize()
- autosize gridrow, col = svlad.get_max()
- get coordinate of bottom-right corner of filled part of gridrows, cols = svlad.get_bounds()
- get bounds of tablesvlad.clean()
- clean grid contentssvlad.menu_add(label, function_name)
- adds item toActions
menusvlad.menu_clean()
- cleanActions
menu
this project was abandoned, use CSVPad