Skin removal#213
Skin removal#213TomasMikula merged 10 commits intoFXMisc:masterfrom JordanMartinez:skinRemoval-Attempt3
Conversation
…aBehavior) inside of Control directly.
…is now inside of StyledTextArea.
…to the richtextfx package's CssProperties in the previous commit.
…ys scroll bars; created AreaFactory class for convenience methods.
|
Is there something lost from |
I don't think so. I just didn't see the need to have them anymore, so I deleted them. Should I leave them there and just deprecate them? |
|
No, sorry, I was looking at the commit where you inlined StyledTextAreaView and was wondering why you kept the original file around. Didn't realize you deleted it in the next commit. |
|
Oh ok... |
|
Seems like the (In the future I would like to be able to provide an external document. At that point, dispose will need to be reintroduced to break ties with the document, if the document outlives the area.) If you don't see any catch, we can remove the method. That also means we don't need to keep the subscriptions that are unsubscribed in |
Yeah, I was wondering about that... Looking at its dependencies, would I remove all of the following?
and then change all
Yeah, the idea proposed in #152. |
…d when Issue #152 is implemented.
|
One more thing. Seems like |
|
I was thinking it would be more precise if |
…dTextArea reference (area).
|
This was a lot of work, thanks! |
|
Woohoo! |
This one's cleaner.