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 choosedOKtext = 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 toActionsmenusvlad.menu_clean()- cleanActionsmenu
this project was abandoned, use CSVPad