Ralf Sternberg

Results 54 comments of Ralf Sternberg

> Can you please add a test for this that would have caught the issue? Okay, here you go. Feel free to adjust to your conventions.

@Sharcoux Here you go: https://github.com/cantoo-scribe/pdf-lib/pull/30

Hi @minduch . I'm sorry to say, this project is 10 years old and not maintained anymore. Feel free to fork and improve. However, you might be better off switching...

We should figure out if this can be done with an `IResourceChangeListener`.

I'm not sure which icon you're referring to. Anyway, this is very likely an issue with the Eclipse marker framework, not with this plug-in. The plug-in only reports warnings and...

We have to wait for tycho to adopt the fixed maven-surefire version 2.12.1 ([bug 386481](https://bugs.eclipse.org/bugs/show_bug.cgi?id=386481)).

I can't reproduce it. Can provide an input file that leads to this error? Which exact version of jshint-eclipse do you use?

> Jslint Plugin: 2.1.10/ Are you using JSLint or JSHint? Please check your version of JSHint Eclipse (_Help > Installation Details_ in Eclipse). > how can i share a js...

Thanks for the example. I can reproduce the issue with a plain Kepler SR2 Eclipse with jshint-eclipse 0.9.9 installed. Will investigate.

We use a different glob matching syntax than jshint, which is probably confusing. For example, they use `/**/` as path segment wildcard, while we currently use `//`. They also allow...