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

view = panel #46

Open
mottosso opened this issue Feb 27, 2016 · 1 comment
Open

view = panel #46

mottosso opened this issue Feb 27, 2016 · 1 comment

Comments

@mottosso
Copy link
Member

Goal

Clarify what is actually being parsed and applied. The current use of "view" is synonymous to "panel"; specifically, "modelPanel".

# Before
capture.parse_active_view()
capture.parse_view("modelPanel1")

# After
capture.parse_active_panel()
capture.parse_panel("modelPanel1")
@BigRoy
Copy link
Collaborator

BigRoy commented Feb 27, 2016

Sounds good. +1
With this keep in mind to update the examples in README.md as well.

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

No branches or pull requests

2 participants