Results 14 comments of Andreas

I have a PR ready at https://github.com/FreeCAD/FreeCAD-addons/compare/master...afester:proxySettings which adds proxy support for the "usual" settings (no NTLM support yet): ![image](https://user-images.githubusercontent.com/2681864/34942308-7b866536-f9f7-11e7-995b-6f28777ef7df.png) After modifying the proxy settings, "Save & Close" will store...

Is there any documentation available about the awt versus glass robot? Like some background why those two exist at all, when to use which, what are the differences etc. ......

This is an essential feature for every code editor. If not implemented in the core, we should at least provide a sample implementation to show how to do it.

> Would we be generifying the Paragraph similarly to how we generified the Segment? Ah no, I am still busy with unscrambling the knots in my head, caused by all...

Note: The RichTextDemo meanwhile supports bullets (see #850). Probably this is sufficient for this enhancement request - I would like to check if this can be extended to numbered lists...

BTW: The reason for the Gradle upgrade was my plan to add Java 11 support ;-) I already have a local branch which builds and runs on Java 11. Now...

> It's really a good step forward. Though, I believe the worst part about RichTextFX now are its dependencies. Abandoned and not modularized. Switching to Java 11 usually means that...

If you are interested, my work in progress is available at https://github.com/afester/RichTextFX/tree/jdk11 - building the source and running the demos works on JDK 11. This has the adjusted gradle build...

I have completed most of the Java11 tasks and pushed the code to my personal branch at https://github.com/afester/RichTextFX/tree/jdk11. - Move java files from "richtextfx/src/main/java9/org/fxmisc/richtext" to "richtextfx/src/main/java/org/fxmisc/richtext" overwriting any existing files,...

> With regards to bullet point 5 and fat jar files, I'm using the fat jar without issues with Java 11 and JavaFX. Interesting - I never got that to...