Code Monkey home page Code Monkey logo

stash's Introduction

Stash

A quick Apple Documentation Viewer

How does stash work? Simple, you push cmnd-ctrl-space (or any key combo of your choice), Stash's window pops up, you type your search, you get documentation, fast!

Couldn't be simpler.

ScreenShot

Screenshot

Git Submodules

Don't forget to run git submodule init and git submodule update to grab the dependencies!

Alternatively run:

git clone --recursive git://github.com/beelsebob/Stash.git

to clone the repository and checkout the submodules in a single step.

stash's People

Contributors

abizern avatar beelsebob avatar mattstevens avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

stash's Issues

Activation policy change happens too late

The call to setActivationPolicy: currently happens in applicationDidFinishLaunching:, but this is too late because at this point the application has already activated. One noticeable side effect is that the menu bar does not update to show Stash's menu and using any menu item's key equivalent while in this state causes the menu bar to be redrawn in all white.

A simple fix is to move initialization of STAPreferencesController and the initial activation policy switch to the app delegate's init method, but I wasn't crazy about loading a nib at this point so I figured I'd just raise the issue and ask how you want to handle it.

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.