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
|
1 year ago |
vladislav doster
|
1d09c6bb0a
|
style: remove trailing whitespace (#12303)
|
2 years ago |
Marc Cornellà
|
3459768745
|
perf(dash): improve dash completion performance
|
4 years ago |
Marc Cornellà
|
c4699f8ee1
|
fix(dash): fix "no application knows how to open URL" error (#10767)
Fixes #10767
|
4 years ago |
Marc Cornellà
|
b45e0f4836
|
dash: simplify completion logic
|
7 years ago |
Marc Cornellà
|
357336bfb3
|
Remove redundant section and document keyword args
|
7 years ago |
Michael C
|
4b65f439e2
|
docs: add README.md for Dash plugin
|
7 years ago |
Garth Mortensen
|
bf05bb3a1b
|
dash: update dash bundle identifier (#7127)
|
8 years ago |
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]
|
8 years ago |