Paul Vorbach

Results 7 issues of Paul Vorbach

When I developed this program two years ago, I used Eclipse and WindowBuilder for development. Today I use IntelliJ IDEA, which unfortunately does not support forms created with WindowBuilder. So...

approved
technical

Currently there's a lot of coupling between components. DI via Spring will help to decouple components.

enhancement
approved
technical

Currently, existing projects need to be opened via File → New Project.... This is not self-explanatory.

enhancement
approved

Currently only a portion of the labels shown in the GUI come from the "labels.properties" file. All visible labels should be translated from the labels.properties instead. As a second step,...

enhancement
approved

You use `function(result, err)` as the signature for callbacks. Standard would be `function(err, result)`. Nearly every other library uses callbacks this way and everyone would expect this lib to do...

The class `ETEXT_DESC` is not implented at the moment. It would be useful to have this class to get the recognition progress and other internal state.

enhancement

Currently, there's a somewhat random step in the `PackageMojo` that adds an incubator repository. #77 allows us to disable this step, which was necessary for a CI pipeline that is...

enhancement