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

Create a base class for project settings #73

Open
Dovyski opened this issue Feb 10, 2016 · 0 comments
Open

Create a base class for project settings #73

Dovyski opened this issue Feb 10, 2016 · 0 comments

Comments

@Dovyski
Copy link
Owner

Dovyski commented Feb 10, 2016

A project settings panel should extend a base class (e.g. Codebot.Panel.ProjectSettings). It will make the job of integrating global Codebot features (e.g. edit project name) into different project types (js, flash, etc) a lot easier.

Right now, each platform type has its own project settings panel, which leads to code replication if they all implement the very same thing (e.g. edit project name). A base class would eliminate that in a nice way, paving the way for global features for all project type.

@Dovyski Dovyski added this to the Future milestone Feb 10, 2016
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