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

Add a filetree-like widget for z3views #6

Open
frapell opened this issue Aug 23, 2012 · 0 comments
Open

Add a filetree-like widget for z3views #6

frapell opened this issue Aug 23, 2012 · 0 comments

Comments

@frapell
Copy link
Member

frapell commented Aug 23, 2012

Have something like the file tree browser, but, instead of folders and files, it will be a list of z3views, organized hierarchically by product name:

product.dotted.name
|
|__ view_name_1
| |_ python
| |_ template
| |_ zcml
|
|__ view_name_2
| |_ python
| |_ template
| |_ zcml
|
product.dotted.name2
|
|__ other_view
| |_ python
| |_ template
| |_ zcml
|
|__ new_view
| |_ python
| |_ template
| |_ zcml

So, if clicking on "python" you'll get the python file, if clicking in "template" you get the pt, and zcml you'll get the configure.zcml where the view is defined.

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

1 participant