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

2+ Views (areas) share the same Model (document) #232

Merged
merged 10 commits into from
Dec 28, 2015
Merged

2+ Views (areas) share the same Model (document) #232

merged 10 commits into from
Dec 28, 2015

Commits on Dec 19, 2015

  1. Configuration menu
    Copy the full SHA
    7efe3e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa2bf0 View commit details
    Browse the repository at this point in the history
  3. Update AreaFactory to account for cloning constructors and the demo t…

    …hat uses AreaFactory to construct an area.
    JordanMartinez committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    99e1d9b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Added EventStream that updates an area's caret and selection values t…

    …o refer to the same values as before (if they still exist) and to be within the area's bounds when a clone modifies the document
    JordanMartinez committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    96b3ed1 View commit details
    Browse the repository at this point in the history
  2. Stored all attached StyledTextArea's omniSuspendables in their shared…

    … document so that, when one modifies the underlying document, all of their suspendables are suspended. This insures that their values are always valid and correct.
    JordanMartinez committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    1236a43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0b4c05 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Changed handling of suspending every StyledTextArea that shares the s…

    …ame EditableStyledDocument to be cleaner.
    JordanMartinez committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    d73fbd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b684eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2223da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bb340e View commit details
    Browse the repository at this point in the history