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

Allow multiple submenus (Issue #13 & Issue #26) #36

Closed
wants to merge 5 commits into from

Commits on Jul 17, 2013

  1. Allow multiple submenus

    Moved the submenu creation into separate methods which allows for a
    recursive menu generation and therefore multiple submenus
    thoro committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    947db5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a472e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2013

  1. Configuration menu
    Copy the full SHA
    572171a View commit details
    Browse the repository at this point in the history
  2. Added a sample for an icon to the default-config

    Updated the path expansion to work with ~
    thoro committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    1994325 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2013

  1. Added SSHConfig submenu support, New Class-Structure, Changed Parsing

    The ssh_config parsing now creates an equivalent to the parsed JSON
    content and appends it to the read config.
    
    The parsed content then gets modeled into a Class-Hierarchy - for
    future extensibility.
    
    Finally the Class-Hierarchy is converted into a NSMenu tree
    thoro committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    1a32a9b View commit details
    Browse the repository at this point in the history