resize-panes
resize-panes copied to clipboard
Atom Package for resizing panes
In keymaps/resize-panes.cson: Use the `atom-text-editor` tag instead of the `editor` class.
In keymaps/resize-panes.cson: Use the `atom-workspace` tag instead of the `workspace` 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 (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:808:9)...
Store package style sheets in the `styles/` directory instead of `stylesheets/` in the `resize-panes` package ``` Package.getStylesheetsPath (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:460:9) Package.getStylesheetPaths (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:471:32) Package.loadStylesheets (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:453:38) (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:183:19) Package.measure (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:163:15) Package.load (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:177:12) ```
Thanks for making these utilities! I was seriously contemplating going back to Sublime over the loss of Origami! Problem solved. FWIW, it may be just me, but on my Macbook...
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...
Since windows and linux do not have a CMD-key, this plugin won't work out of the box on these platforms.
I can expand the Settings window but I can't seem to shrink it