| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-15 | CommandView: do not change caret size with config.line_height | jgmdev | |
| 2022-07-11 | Don't wrap around if there are no suggestions in `CommandView` | Guldoman | |
| 2022-06-20 | CommandView: improve performance by only drawing visible | jgmdev | |
| 2022-06-07 | initial documentation for better code completion | jgmdev | |
| 2022-06-02 | Add `text` and `select_text` to `CommandView` options | Guldoman | |
| 2022-06-02 | Add `show_suggestions` to `CommandView` options | Guldoman | |
| 2022-06-02 | Fix `CommandView:enter` deprecation log | Guldoman | |
| 2022-05-30 | Add 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-30 | Made wrapping overflow optional | Joshua Barretto | |
| 2022-05-09 | Merge branch 'master' into master-2.1 | Adam | |
| 2022-04-30 | Add typeahead to `CommandView` (#963) | Guldoman | |
| 2022-04-25 | Add animation categories to enable finer transitions control (#941) | Guldoman | |
| * Allow finer control over transitions * Add categories to transitions | |||
| 2022-04-03 | Soft Line Wrapping (#636) | Adam | |
| Added in soft line wrapping. | |||
| 2021-09-09 | Remeber initial user text for hidden suggestions | Francesco 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-09 | Fix error with hidden suggestions | Francesco Abbate | |
| Avoid indexing a nil if there are no suggestions. | |||
| 2021-09-09 | Implement hidden suggestions for find dialog | Francesco Abbate | |
| 2021-08-27 | Introduce View objects context property | Francesco Abbate | |
| Used to determine if an instance of the given class should be closed or not when a project session is terminated. | |||
| 2021-05-05 | Do not close command view on open-file is file is invalid or it is a directory | Adam | |
| 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-28 | Simplifies logic for suggestion's offset | Francesco Abbate | |
| 2021-02-28 | Implement scrolling in command view | Francesco Abbate | |
| 2020-05-19 | Added core.set_active_view(); removed `focusable` boolean from View | rxi | |
| 2020-05-14 | Fixed gutter text jittering when horizontal scrolling on docview | rxi | |
| 2020-05-09 | Added `doc:rename` command; changed command_view:set_text to take `select` ↵ | rxi | |
| argument | |||
| 2020-05-07 | Removed unused variables | rxi | |
| 2020-05-01 | Improved handling of zero-sized locked nodes on RootView | rxi | |
| 2020-04-22 | Fixed rounding of CommandView suggestion popup box | rxi | |
| 2020-04-18 | Reorganising of DocView's draw functionsv1.01 | rxi | |
| * 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-28 | Initial commit | rxi | |
