aboutsummaryrefslogtreecommitdiff
path: root/data/core/commandview.lua
AgeCommit message (Expand)Author
2025-06-13Made findfile update suggestions as more results come in. (#2039)Adam
2025-03-15add a __tostring method to every object (#1534)ThaCuber
2024-03-05Improve `CommandView` and `autocomplete` scroll behavior (#1732)Guldoman
2023-04-07Added in explicit touchscreen keyboard support. (#1389)Adam
2022-11-15Pass the currently selected item to `CommandView` validation (#1203)Guldoman
2022-10-15Refactor scrollbar into its own file (#1124)Guldoman
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
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
2022-04-03Soft Line Wrapping (#636)Adam
2021-09-09Remeber initial user text for hidden suggestionsFrancesco Abbate
2021-09-09Fix error with hidden suggestionsFrancesco Abbate
2021-09-09Implement hidden suggestions for find dialogFrancesco Abbate
2021-08-27Introduce View objects context propertyFrancesco Abbate
2021-05-05Do not close command view on open-file is file is invalid or it is a directoryAdam
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` ar...rxi
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
2019-12-28Initial commitrxi