helm-dash icon indicating copy to clipboard operation
helm-dash copied to clipboard

Browse Dash docsets inside emacs

Results 30 helm-dash issues
Sort by recently updated
recently updated
newest added

As of today, they are docsets named for example Ruby_on_Rails_4 or Ruby_on_Rails_5 that contains a top level directory in their archived named "Ruby on Rails". This causes multiple problems. 1....

I downloaded the GLib docset and if I browse the help for e.g. the function `g_hash_table_new`, the browser is opened with a URL like file:///long/boring/path/glib-Hash-Tables.html#//apple_ref/func/g%%5Fhash%%5Ftable%%5Fnew Note the doubled percent characters....

In case threads are available (post 26.1) use a different thread to download and install docsets.

Maybe it is me trying to be clever but if I want to install `"Ruby_on_Rails_5"` but not re install it I have to call `helm-dash-docset-installed-p` with `Ruby on Rails`. Would...

For some docsets, keywords are quite distinctive, such as elisp. Auto-opening would be more productive.

In Dash, when installing a new docset, there is an option to install the latest version or an older specific version, if available. This would be a great addition to...

Right now helm-dash supports a single path for finding docsets, but Dash uses multiple internally: ``` ~/L/A/Dash: ls 16:42:01 Cheat Sheets Java DocSets Temp library.dash DocSets License Versioned DocSets ```

When you install docsets that have underscores in the name the end result is rather unpredictable, e.g. - `Bootstrap_2` => `Bootstrap.docset` - `Bootstrap_3` => `Bootstrap 3.docset` - `Common_Lisp` => `Common...

Here is the original issue https://github.com/magnars/dash.el/issues/132 I thought it is the issue in dash.el, but it's not, I searched with `grep` in Rails docset. and found the `Flash.html` page. in...