William Platt

Results 8 issues of William Platt

## 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 followed...

has workaround
JDK

I'm trying to migrate from version 3.5.2 to 4.0.1 but with how things have been re-organised I'm not sure if some features have been removed or I just can't figure...

When copying text from Microsoft Word on Windows and pasting into a RichTextFX text field or text area there is always a null character (code point 0) at the end...

Is there a way to copy text with styling such that it can be pasted (with styling) into other applications like word processors? If not, this would be a useful...

This pull request fixes issue #1301 by accounting for the fact that later changes affect the line numbers of earlier changes. This solution may be of help to those wanting...

JavaKeywordsDemo doesn't update syntax highlighting after certain changes. This is because it tries to be efficient by only recomputing highlighting for lines that are changed, but it does this incorrectly....

bug
test

Attempted to build on Windows 10 and had the same error both with command prompt and git bash: ``` >gradlew.bat demos FAILURE: Build failed with an exception. * Where: Settings...

Consider this very simple grammer: ``` namespace org.example.brackets.agl grammar Brackets { sentence = '[' 'x' ']'; skip WHITESPACE = "\s+"; } ``` And this Java program that uses it to...