expand-selection icon indicating copy to clipboard operation
expand-selection copied to clipboard

Results 11 expand-selection issues
Sort by recently updated
recently updated
newest added

My Atom states: > This package has not been loaded due to using deprecated APIs. There is no update available. Any plans on making it compatible?

wontfix

Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.2.1`) of this package: 1. Use `activationCommands` instead of...

wontfix

In keymaps/expand-selection.cson: Use the `atom-workspace` tag instead of the `workspace` class.

wontfix

Use `activationCommands` instead of `activationEvents` in your package.json Commands should be grouped by selector as follows: ``` json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } ``` ``` Package.getActivationCommands (/usr/share/atom/resources/app.asar/src/package.js:808:9)...

wontfix

The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager

wontfix

Add a command to reverse the selection in the same way it is expanded.

**Atom Version**: 0.196.0 :warning: **in 1.0 API Preview Mode** :warning: **System**: Mac OS X 10.10.3 **Thrown From**: [expand-selection](https://github.com/mrolla/expand-selection) package, v0.2.1 ### Stack Trace Failed to activate the expand-selection package ```...

Refer to the gif below: ![expand-selection_01](https://cloud.githubusercontent.com/assets/5153846/5393975/dca4c006-8137-11e4-95e0-12632ab35814.gif) - On line `3`, I think it should first select the whole class (possible without the `.`, first) before selecting the brace, as well....