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

Extracted Model content from StyledTextArea (view) into its own model class (StyledTextAreaModel) #243

Merged
merged 7 commits into from
Jan 23, 2016
Merged

Extracted Model content from StyledTextArea (view) into its own model class (StyledTextAreaModel) #243

merged 7 commits into from
Jan 23, 2016

Conversation

JordanMartinez
Copy link
Contributor

So, I got to it sooner. (It's also has a somewhat cleaner commit history).

… its View (StyledTextArea). Note: View-related properties in TextEditingArea were removed: `wrapText` and `editable`
…ved unneeded import that wasn't removed in skin-removal commits.
*/
boolean isEditable();
void setEditable(boolean value);
BooleanProperty editableProperty();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should preserve the Javadoc comment by moving it to StyledTextArea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Good point!

@TomasMikula
Copy link
Member

Looking good 👍 Thanks!

TomasMikula added a commit that referenced this pull request Jan 23, 2016
Extract Model content from StyledTextArea (view) into its own model class (StyledTextAreaModel).
@TomasMikula TomasMikula merged commit cd96277 into FXMisc:master Jan 23, 2016
@JordanMartinez
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants