Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Can't open Working set context menus when all the Close Other preferences are false #7164

Closed
TomMalbran opened this issue Mar 11, 2014 · 1 comment
Assignees

Comments

@TomMalbran
Copy link
Contributor

Open the the user preferences file and add the next 3 lines:

    "closeOthers.above": false,
    "closeOthers.below": false,
    "closeOthers.others": false

After saving the file, try to open the working set context menu.

Result
It doesn't open
Expected
It should still open

There is a second minor issue when you set any of those preferences to false, and restart Brackets. In that case when you open the Developers Console, you should see an error, where the code is trying to remove a menu item that was never added.

Both issues are fixed in PR #7088.

@TomMalbran
Copy link
Contributor Author

This is now fixed in master. Closing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant