Chris Holland
Chris Holland
I won't be adding an option, but you can modify it to do so. * Here's where material draws the menu in the titlebar: * https://github.com/Zren/material-decoration/blob/master/src/TextButton.cc#L59 * Here's how the...
Hmm. It looks like Reopen Project is actually useful these days. When it was first added, it only populated the list if you opened a folder in Atom from the...
You could edit "max directories" in Open Recents settings from `8` to `0` to hide the directories if you find it redundant.
Bleh. Didn't think about this use case. I was using local storage before since this isn't configuration really but data. Can you name any other plugins that have their own...
Hmm. Looks like flex-toolbar depends on the CSON package. Was hoping for something I didn't see in the atom API. Their implementation doesn't use the observe() pattern which means I'd...
I've seen those in Sublime Text (License area) for a while now. My guess it that they are `visible: false`, but are still being drawn for some reason.  Edit:...
Fairly certain that by not binding the command listeners with `atom.commands.add "atom-workspace",`, the menu won't work? Did you test that?
Not that I'm aware. Wasn't possible the last time I checked the command pallete package.
We could either request a new property that the command pallete will ignore the command if set, or have a config option to toggle off the path names in the...
PS, this is the file that filters the command pallete. https://github.com/atom/command-palette/blob/master/lib/command-palette-view.coffee