aboutsummaryrefslogtreecommitdiff
path: root/data/core/commandview.lua
AgeCommit message (Collapse)Author
2022-07-15CommandView: do not change caret size with config.line_heightjgmdev
2022-07-11Don't wrap around if there are no suggestions in `CommandView`Guldoman
2022-06-20CommandView: improve performance by only drawing visiblejgmdev
2022-06-07initial documentation for better code completionjgmdev
2022-06-02Add `text` and `select_text` to `CommandView` optionsGuldoman
2022-06-02Add `show_suggestions` to `CommandView` optionsGuldoman
2022-06-02Fix `CommandView:enter` deprecation logGuldoman
2022-05-30Add options to `CommandView:enter`Guldoman
Now `CommandView:enter` can accept a table that specifies its behavior. The old behavior is kept for compatibility.
2022-05-30Made wrapping overflow optionalJoshua Barretto
2022-05-09Merge branch 'master' into master-2.1Adam
2022-04-30Add typeahead to `CommandView` (#963)Guldoman
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
* Allow finer control over transitions * Add categories to transitions
2022-04-03Soft Line Wrapping (#636)Adam
Added in soft line wrapping.
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