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

Pop out a page into a new tab (like inspector in new window). DO NOT INTEGRATE #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2020

  1. Pop out a page into a new window like you can do in inspector. DO NOT…

    … INTEGRATE.
    
    I "half" implemented it, but there are so many entry points into Coder (forClass:, forObject:, forPackage:, forCoder: - what could that last one even mean!?) that I'm not sure how to complete it, so I arbitrarily implemented the case where a class is selected. Maybe some double dispatch is warranted...
    seandenigris committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    52eb5f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Pop Out into Tab, Not Window. DO NOT INTEGRATE

    Still only works for class selection, and needs to be refactored.
    seandenigris committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    bbafc99 View commit details
    Browse the repository at this point in the history