Bryan Lott
Bryan Lott
Hi, first off, **love** the app, this is amazing as a non-webdev™️ that I can get a web app up and running in a couple minutes! Second, I'm having trouble...
Hi, I'm unable to launch an app from slingcode if I download the slingcode.html file and run it locally. After clicking on the launch button for (for instance) Hello World,...
In stylesheets/easy-motion.less: Style elements within text editors using the `atom-text-editor::shadow` selector or the `.atom-text-editor.less` file extension. If you want to target overlay elements, target them directly or as descendants of...
In keymaps/easy-motion.cson: Use the `atom-text-editor` tag instead of the `editor` class.
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 `easy-motion` 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) ```
ex: take 1204613 seconds and convert it into days/hours/minutes/seconds | Time Unit | Value | |--------|--------| | Seconds | 1204613 | | Minutes | 20,076.883 | | Hours | 334.614...
tl;dr: `magit.toggle-fold` doesn't work to expand anything in the magit window. When on the Staged changes line in the magit window (or any other line for that matter), pressing tab...