Releases: blakeembrey/atom-dash
Releases · blakeembrey/atom-dash
Babel Grammar
Added
- Add the babel grammar to grammar map (dab2140)
Open External
Dash Scheme
Changed
- Change the dash URI scheme for Linux and Zeal (137f5b3)
Add missing JS docs, LaTeX
Changed
- Add
latex
to language map - Add
react
andnodejs
to JS language map
Use `xdg-open` on Linux
Changed
- Use
xdg-open
on Linux to open Zeal (see #30) - Add an error notification when Dash fails to launch
Current Cursor
Changed
- Look up on the current word, remove syntax-based lookup
Background Activation
Added
- Use
shift
to modify the command and launch Dash in the background (#28)
Changed
- Revert crazy tab display/buffer position hack
Non-Token Shortcut Regression
Fixed
- When triggering the shortcut in a zone that does not have a token properly, it would crash - added regression test case to avoid future issues
Fix Mixed Screen/Buffer Position
Fixed
- Workaround issues with screen/buffer position in Atom
- Updated README install instructions to latest Atom version
Added
- SCSS grammar map
Support Windows and Linux
Added
- Add support for Velocity (using Dash URIs) under Windows
- Add support for Zeal under Linux