-
In Intellij Idea, the TreeView displays their files like so:
```
some/package/name/
firstName/
text.java
code.java
secondName/
subPackage/
someClass.java
…
-
## Expected Behavior
Text should be rendered regardless of preceding characters in the paragraph.
## Actual Behavior
Certain characters (such as `த` or `ம` from the Tamil alphabet), when foll…
-
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 are entirely Farsi or Arabic a…
-
We're using a CodeArea to show the source code for pages to users. Some websites go a bit mad with minification and have huge chunks of code on one line, and when scrolling down the view there's a not…
-
This is a precursor to investigating their licenses, whether those are problematic for us and our licenses, and what we need to do to be in compliance with their licenses. Please generate one addition…
-
JabRef version
```
JabRef 5.0-beta.409--2020-02-09--6a9c915
Mac OS X 10.14.6 x86_64
Java 13.0.2
```
On macOS, in a text box, Option-Left/Right moves the insertion point by one word, and…
-
-
When using a `TextFlow` node, I was able to simulate a blinking "terminal" (insert, block-shaped) style caret by adding a `Text` object as follows:
caretText = new Text("█");
caret…
-
Thinking about switching from JavaFX to compose for desktop. One of the most frustrating things I encountered was having to implement a rich text implementation in JavaFX with RichTextFX (fonts/bold/i…
-
Since 6.4, the decision to put a jar in the classpath or the modulepath is taken by the org.gradle._internal_.jvm.JavaModuleDetector. It applies IMHO a pretty nice heuristic, but is not flexible at al…