RichTextFX icon indicating copy to clipboard operation
RichTextFX copied to clipboard

Rich-text area for JavaFX

Results 102 RichTextFX issues
Sort by recently updated
recently updated
newest added

Hi, I am working on a text editor project. Our editor is supposed to be able to handle some documents those are entirely RTL. For instance, suppose that our documents...

Is there a way to use the input field with different colors together with pattern words?

Many editors shows grey vertical lines for indentations. For example like this: ![Screenshot from 2023-11-14 00-01-00](https://github.com/FXMisc/RichTextFX/assets/10261361/d5d57d2e-4f13-4844-b35c-eec26a636255) Could anyone say how to do it fox `XML` with `CodeArea`?

I'm working on a log text displayer: a worker thread frequently appends new log text to a file, and the displayer should display the latest log text ASAP. For now,...

I am using InlineCssTextArea, and as characters are added, I wish to enlarge the area and the box that contains it so that all the characters are shown. And shrink...

I have started exploring RichTextFX. I am porting 56,000 lines of Objective-C that I wrote for NextStep in the 1990s to JavaFX, and need an editable styled text box in...

Is there a built-in code keyword highlighting? Of course, I'm not sure what programming language the user is using for input, it could be Java Python PHP ASP aspx, etc...

```xml ``` When the mouse is aimed at any CodeArea, the scrolling of the outermost ScrollPanel fails. Therefore, I have added the following code based on other issues' solutions: ```java...

- [ Y ] Already google - [ Y ] Already chatgpt - [ Y ] Already check issue - [ Y ] Already stackoverflow ## Expected Behavior Line-spacing to...