FXMisc / RichTextFX

Rich-text area for JavaFX
BSD 2-Clause "Simplified" License
1.21k stars 237 forks source link

Add property to area to control overwrite mode (#1224) #1226

Closed PavelTurk closed 4 months ago

PavelTurk commented 4 months ago

With this property it is possible to control when user starts overwrite mode using Insert key

PavelTurk commented 4 months ago

In the second commit I moved creating wrapper to GenericStyledAreaBehavior and gave access to it via property method. I think is is better than in the previous version.

Jugen commented 4 months ago

Thanks for the PR, have reviewed and will merge :-)