Re: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does

2025-05-01 Thread Andy Goryachev
x-dev@openjdk.org Subject: Re: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does To be honest, I think this will create problems when working with the RichTextArea API. Why? Because every developer will intuitively look for setText. For example, TextArea —https://

Re: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does

2025-05-01 Thread Kevin Rushforth
ichTextArea the content depends on the model.  It may not contain anything and be generated on the fly. -andy *From: *openjfx-dev on behalf of PavelTurk *Date: *Thursday, May 1, 2025 at 05:40 *To: *openjfx-dev@openjdk.org *Subject: *RichTextArea: RichTextArea doesn't have a setText method

Re: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does

2025-05-01 Thread PavelTurk
May 1, 2025 at 05:40 *To: *openjfx-dev@openjdk.org *Subject: *RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does I've just found out that RichTextArea doesn't have a setText method, but CodeArea does. Is this a mistake or was it done intentionally?

Re: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does

2025-05-01 Thread Kevin Rushforth
model.  It may not contain anything and be generated on the fly. -andy *From: *openjfx-dev on behalf of PavelTurk *Date: *Thursday, May 1, 2025 at 05:40 *To: *openjfx-dev@openjdk.org *Subject: *RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does I've just

Re: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does

2025-05-01 Thread Andy Goryachev
Subject: RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does I've just found out that RichTextArea doesn't have a setText method, but CodeArea does. Is this a mistake or was it done intentionally? Best regards, Pavel PS. Just don't think I spend my

RichTextArea: RichTextArea doesn't have a setText method, but CodeArea does

2025-05-01 Thread PavelTurk
I've just found out that RichTextArea doesn't have a setText method, but CodeArea does. Is this a mistake or was it done intentionally? Best regards, Pavel PS. Just don't think I spend my free time analyzing Javadoc. It's just that I once opened an issue in RTFX suggesting to add a setText me