Commit Graph

9 Commits (cae2e451933ffe1108bfd00fa67ff5d63741ab85)

Author SHA1 Message Date
Marc Cornellà b5d52682ca
fix(dash): urlencode special parameters like `:` in query (#12811)
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-11-19 15:43:04 +01:00
vladislav doster 1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
Marc Cornellà 3459768745 perf(dash): improve dash completion performance 2022-03-14 13:19:00 +01:00
Marc Cornellà c4699f8ee1 fix(dash): fix "no application knows how to open URL" error (#10767)
Fixes #10767
2022-03-14 13:19:00 +01:00
Marc Cornellà b45e0f4836
dash: simplify completion logic 2019-10-07 17:08:38 +02:00
Marc Cornellà 357336bfb3
Remove redundant section and document keyword args 2019-10-07 17:04:31 +02:00
Michael C 4b65f439e2 docs: add README.md for Dash plugin 2019-10-07 07:08:17 +02:00
Garth Mortensen bf05bb3a1b dash: update dash bundle identifier (#7127) 2018-09-12 18:13:13 +02:00
Tony Lotts e934624b32 Add function to search Dash.app (#2557)
* Add function to search Dash

* Pass all arguements instead of just the first

* Adding docset completion with help from @kapeli and [arx]
2018-08-07 18:14:38 +02:00