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

Improvement: MVC #95

Open
GoogleCodeExporter opened this issue May 19, 2015 · 5 comments
Open

Improvement: MVC #95

GoogleCodeExporter opened this issue May 19, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Currently, all GUI components implement their data models inside themselves.  
Exceptions to this are Edit and TextArea, which implement their models as 
separate Document objects, which are there to provide pluggable support for 
different types of documents (for example, documents that justify themselves).

This kind of separation should be provided for all GUI components.

This would also make it possible to test these components.  See: 
http://stackoverflow.com/questions/215458/how-can-i-unit-test-a-gui

Original issue reported on code.google.com by [email protected] on 28 Oct 2011 at 10:37

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

This should naturally fall out of Issue #133.

Original comment by [email protected] on 5 Sep 2013 at 12:00

  • Added labels: Milestone-Release1.4
  • Removed labels: Milestone-WishList

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 6 Sep 2013 at 8:49

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 11 Sep 2013 at 7:19

@KazDragon KazDragon added this to the Milestone-Release1.4 milestone Jul 18, 2015
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