Emanuel Rabina
Emanuel Rabina
I've got a project that uses JSDOM for some server-side DOM processing, and tests that emulated that environment by me adding JSDOM globals to Node's global scope and then using...
The Eclipse plugin is already quite large and could benefit from some kind of test suite. So: learn how Eclipse plugin tests are done so I can start creating one....
Much of the testing of this plugin has been with "vanilla" Eclipse (the "Java EE" version that's available for download), but a few reports recently have included Spring Tool Suite...
I've seen some other Eclipse plugins recently that have managed to not use Maven at all for their build! So let's see if I can do something similar here because...
Some of the Java compatibility problems have stemmed from using JAXB, which was included with Java in 8-, but some of its dependencies have been excluded in 9+ as part...
Using Eclipse on a retina display, the bitmaps for the content assist proposals don't look so good. Is there a way to use higher resolution images in Eclipse?
Just something I noticed when testing plugin installation for #78 was that it comes up with a signing warning. It's probably to do with signing the JARs or something like...
The schema that this plugin relies on, and which we share on a public URL for other dialects to make use of, is hosted inside this project. This project, however,...
An addition to the schema, so that we can discourage the use of old processors in newer versions. There are a lot of processors going away in 3.1, marked as...
Just like how the plugin can provide expression object suggestions or enumerated value suggestions inside certain attribute processors, provide fragment name suggestions when inside `th:include` or `th:replace` processors. Those aren't...