| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-19 | fix(dash): urlencode special parameters like `:` in query (#12811) | Marc Cornellà | |
| In macOS, using queries such as `dash php:enum` does not open Dash.app, possibly due to colon character being interpreted as a port. URL-encoding the parameter (: -> %3A) makes this work again. Fixes https://discord.com/channels/642496866407284746/809850042575093760/1308076125456437300 | |||
| 2024-03-26 | style: remove trailing whitespace (#12303) | vladislav doster | |
| 2022-03-14 | perf(dash): improve dash completion performance | Marc Cornellà | |
| 2022-03-14 | fix(dash): fix "no application knows how to open URL" error (#10767) | Marc Cornellà | |
| Fixes #10767 | |||
| 2019-10-07 | dash: simplify completion logic | Marc Cornellà | |
| 2019-10-07 | Remove redundant section and document keyword args | Marc Cornellà | |
| 2019-10-07 | docs: add README.md for Dash plugin | Michael C | |
| 2018-09-12 | dash: update dash bundle identifier (#7127) | Garth Mortensen | |
| 2018-08-07 | Add function to search Dash.app (#2557) | Tony Lotts | |
| * Add function to search Dash * Pass all arguements instead of just the first * Adding docset completion with help from @kapeli and [arx] | |||
