atom-term icon indicating copy to clipboard operation
atom-term copied to clipboard

shell tab for atom

Results 48 atom-term issues
Sort by recently updated
recently updated
newest added

Ubuntu 14.04 3.13.0-24-generic x86_64 Atom 0.94.0 (from https://launchpad.net/~webupd8team/+archive/atom) Some minor issues I noticed: - No copy/paste functionality within term tab. - "Crtl-V" is echoed literally - _File > Paste_ produces...

This seems to be part of a bigger issue, which is there's not way to send a `CTRL-C` process triggered by the gulp task buttons. Reloading the atom interface will...

Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.2.2`) of this package: 1. Store package style sheets...

As soon as I open a term tab, Atom helper starts to use 100% cpu. When I close the tab, it drops back down.

Use ::getPaths instead ``` Project.getPath (/usr/share/atom/resources/app.asar/src/project.js:583:12) new TermView (/home/nlundsten/.atom/packages/term/lib/TermView.js:24:39) Object.createTermView (/home/nlundsten/.atom/packages/term/index.js:24:22) Object.splitTerm (/home/nlundsten/.atom/packages/term/index.js:30:27) atom-workspace.handler (/usr/share/atom/resources/app.asar/src/space-pen-extensions.js:115:32) atom-workspace.jQuery.event.dispatch (/usr/share/atom/resources/app.asar/node_modules/space-pen/vendor/jquery.js:4681:9) ```

Requiring `$` from `atom` is no longer supported. If you are using `space-pen`, please require `$` from `atom-space-pen-views`. Otherwise require `jquery` instead: `{$} = require 'atom-space-pen-views'` or `$ = require...

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)...

Store package style sheets in the `styles/` directory instead of `stylesheets/` in the `term` package ``` Package.getStylesheetsPath (/usr/share/atom/resources/app.asar/src/package.js:460:9) Package.getStylesheetPaths (/usr/share/atom/resources/app.asar/src/package.js:471:32) Package.loadStylesheets (/usr/share/atom/resources/app.asar/src/package.js:453:38) (/usr/share/atom/resources/app.asar/src/package.js:183:19) Package.measure (/usr/share/atom/resources/app.asar/src/package.js:163:15) Package.load (/usr/share/atom/resources/app.asar/src/package.js:177:12) ```

Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details ``` Package.activateConfig (/usr/share/atom/resources/app.asar/src/package.js:263:11) Package.activateNow (/usr/share/atom/resources/app.asar/src/package.js:234:14) (/usr/share/atom/resources/app.asar/src/package.js:772:25) Emitter.emit (/usr/share/atom/resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11) CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:219:20) handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:3:61) ```

As the title suggests, it would be a really nice touch for this extension.