Giter Club home page Giter Club logo

resize-panes's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

resize-panes's Issues

Atom.Object.defineProperty.get is deprecated.

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),
which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
Object.activate (/Users/jimm/.atom/packages/resize-panes/lib/resize-panes.coffee:7:9)

Broken in latest Atom Release

I noticed this package was added to core, so Atom asked to remove it. After the latest Atom update, both before and after I removed this package. Resizing the panes via the keyboard has stopped working.. Thoughts on how to fix this?

Package.getStylesheetsPath is deprecated.

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)
<unknown> (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)

Package not found in Atom search results

Hi !

When I search for "resize-panes" in the "Install Packages" panel, this package doesn't show up. This problem doesn't occur with "swap-panes", "move-panes" and "maximize-panes" packages.

I checked everything :

  • is it already installed => no
  • do I need to update Atom => It's up to date
  • do I need to uninstall the "Layout Manager" package => already uninstalled

Did I miss something ?

Installed Plugin - Missing Shrink Keybinding

It seems the Shrink keybinding is missing after installing the plugin. Enlarge works and shows a keybinding in the command palette, but shrink doesn't show a keybinding in the command palette. Had to use the command palette repeatedly to shrink the pane.

Shrinking fails with Markdown Preview pane focused

Atom 0.140.0
Resize Panes 0.1.0

Enlarging and shrinking works fine except when previewing markdown files.

Steps to reproduce:

  1. Open a markdown file in atom
  2. Run Markdown Preview
  3. Focus the preview pane
  4. Shrink pane with shortcut

Expected: Should shrink window
Actual: Does nothing

Enlarging the window works.

This is just mildly frustrating, not a biggie at all.
Just wanted to let you know.

And thank you for this wonderful package!

Package.getActivationCommands is deprecated.

Use activationCommands instead of activationEvents in your package.json
Commands should be grouped by selector as follows:

  "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)
Package.hasActivationCommands (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:733:20)
<unknown> (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:185:24)
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)
PackageManager.loadPackage (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package-manager.js:355:14)

needed to escape the `-` character in key binding?

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 Pro it seems I needed to remap as follows (note the backslash) to get proper shrinkage by escaping the dash character:

'.workspace .editor:not(.mini)':
  'alt-cmd-\-': 'resize-panes:shrink-active-pane'

Atom.Object.defineProperty.get is deprecated.

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),
which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
Object.activate (/Users/jimm/.atom/packages/resize-panes/lib/resize-panes.coffee:6:9)

Failed to activate the resize-panes package

I git-cloned the package and restarted the application.

Atom Version: 0.188.0
System: Mac OS X 10.10.1
Thrown From: resize-panes package, v0.1.0

Stack Trace

Failed to activate the resize-panes package

At Cannot find module 'jquery'

Error: Cannot find module 'jquery'
  at Module._resolveFilename (module.js:351:15)
  at Function.Module._resolveFilename (/Applications/Atom.app/Contents/Resources/app/src/module-cache.js:383:52)
  at Function.Module._load (module.js:293:25)
  at Module.require (module.js:380:17)
  at require (module.js:399:17)
  at Object.<anonymous> (/Users/bayram/.atom/packages/resize-panes/lib/resize-panes.coffee:1:5)
  at Object.<anonymous> (/Users/bayram/.atom/packages/resize-panes/lib/resize-panes.coffee:1:1)
  at Module._compile (module.js:475:26)
  at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
  at Module.load (module.js:370:32)
  at Function.Module._load (module.js:325:12)
  at Module.require (module.js:380:17)
  at require (module.js:399:17)
  at Package.module.exports.Package.requireMainModule (/Applications/Atom.app/Contents/Resources/app/src/package.js:678:34)
  at Package.module.exports.Package.activateConfig (/Applications/Atom.app/Contents/Resources/app/src/package.js:257:12)
  at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app/src/package.js:236:14)
  at /Applications/Atom.app/Contents/Resources/app/src/package.js:741:25
  at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:82:11)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:223:20)
  at /Applications/Atom.app/Contents/Resources/app/src/command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:558:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:396:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:180:20)

Commands

 28x -1:15.9 core:undo (atom-text-editor.editor)
  4x -0:00.9 resize-panes:shrink-active-pane (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "one-dark-syntax"
    ]
  }
}

Installed Packages

# User
resize-panes, v0.1.0

# Dev
No dev packages

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.