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

Removed AreaFactory #305

Merged
merged 1 commit into from
May 10, 2016
Merged

Commits on May 10, 2016

  1. Removed AreaFactory

    The class' purposes:
     - clone StyledTextArea or one of its three subclasses (no longer needed due to EditableStyledDocument now being public as an interface)
     - add scroll bars by embedding the area into a VirtualizedScrollPane (more of a convenience method than anything else)
    
     Cloning is no longer needed. Embedding it had an annoying leads-to-more-boilerplate issue: one couldn't modify the area before it was embedded into the pane.
    
     So, it seemed simpler to remove this class entirely and just tell developers to embed the area in their own code.
    JordanMartinez committed May 10, 2016
    Configuration menu
    Copy the full SHA
    ba08949 View commit details
    Browse the repository at this point in the history