aboutsummaryrefslogtreecommitdiff
path: root/data/core/commandview.lua
AgeCommit message (Collapse)Author
2021-09-09Remeber initial user text for hidden suggestionsFrancesco Abbate
When using hidden suggestions remember the text user was typing when navigating suggestions. Ensure also that in the previously searched expressiosn we have no duplicate entries.
2021-09-09Fix error with hidden suggestionsFrancesco Abbate
Avoid indexing a nil if there are no suggestions.
2021-09-09Implement hidden suggestions for find dialogFrancesco Abbate
2021-08-27Introduce View objects context propertyFrancesco Abbate
Used to determine if an instance of the given class should be closed or not when a project session is terminated.
2021-05-05Do not close command view on open-file is file is invalid or it is a directoryAdam
Added in a validation function which fires before submitting a command enter; found it incredibly irritating to try to open something, hit enter, only to be told I'd selected a directory, and then have to go through the whole process again. (#175)
2021-02-28Simplifies logic for suggestion's offsetFrancesco Abbate
2021-02-28Implement scrolling in command viewFrancesco Abbate
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