aboutsummaryrefslogtreecommitdiff
path: root/data/core/commandview.lua
AgeCommit message (Collapse)Author
2020-05-19Added core.set_active_view(); removed `focusable` boolean from Viewrxi
2020-05-14Fixed gutter text jittering when horizontal scrolling on docviewrxi
2020-05-09Added `doc:rename` command; changed command_view:set_text to take `select` ↵rxi
argument
2020-05-07Removed unused variablesrxi
2020-05-01Improved handling of zero-sized locked nodes on RootViewrxi
2020-04-22Fixed rounding of CommandView suggestion popup boxrxi
2020-04-18Reorganising of DocView's draw functionsv1.01rxi
* Renamed `draw_line_body` => `draw_line_main` * Renamed `draw_gutter_text` => `draw_line_gutter` * Added `draw_line_text` for *just* the line text
2019-12-28Initial commitrxi