Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open quick settings #194

Closed
GameplayJDK opened this issue Jan 6, 2015 · 1 comment
Closed

Can't open quick settings #194

GameplayJDK opened this issue Jan 6, 2015 · 1 comment

Comments

@GameplayJDK
Copy link

When I'd like to access the quick settings first the editor freezes (not the window itself) and then I get the following message in the top right corner of the window:
screenshot_1
Btw, the link which says "Create issue on the minimap package" seems to be broken.
The error seems to be located in .atom/packages/minimap/lib/main.coffee in line 127. The stack trace reads as the following:

TypeError: undefined is not a function
  at atom-workspace.subscriptions.add.atom.commands.add.minimap:open-quick-settings (c:\Users\Gameplay\.atom\packages\minimap\lib\main.coffee:120:14)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\src\command-registry.js:243:29)
  at c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\src\command-registry.js:3:61
  at CommandPaletteView.module.exports.CommandPaletteView.confirmed (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\node_modules\command-palette\lib\command-palette-view.js:120:32)
  at CommandPaletteView.module.exports.SelectListView.confirmSelection (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\node_modules\autocomplete\node_modules\atom-space-pen-views\lib\select-list-view.js:335:21)
  at space-pen-div.atom.commands.add.core:confirm (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\node_modules\autocomplete\node_modules\atom-space-pen-views\lib\select-list-view.js:109:19)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\src\command-registry.js:243:29)
  at c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\src\command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\node_modules\atom-keymap\lib\keymap-manager.js:549:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\node_modules\atom-keymap\lib\keymap-manager.js:391:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (c:\Users\Gameplay\AppData\Local\atom\app-0.165.0\resources\app\src\window-event-handler.js:167:20)

There seems to be function called, which isn't defined (at that point in time).
The function linked to the command registered to atom seems to be undefined.

(Atom v0.165.0; Minimap 3.5.0, v4 Preview deactivated; Windows 8.1)

@abe33
Copy link
Contributor

abe33 commented Jan 6, 2015

Thanks for the report, I'll take a look at that.

@abe33 abe33 closed this as completed in 8cbde1d Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants