Aaron R Miller

Results 58 comments of Aaron R Miller

One other idea I had is to implement a step in the generator to preprocess the json into a set of optional feature bundles for each locale. The goal wouldn;t...

@cdietrich @szarnekow @kthoms @miklossy FYI the underlying work for this can be found in [drkstr101/next](https://github.com/drkstr101/Natural/tree/next) The current mission is to update the grammar to remove all ambiguities (generator warnings) so...

Thanks for the assist on this one! We were able to incorporate the idea in the upcoming release. Cheers!

This would be fairly trivial to implement now that `formatting2` API is on the table. The bulk of the work would go into defining a preference page with formatting options....

The capabilities for this are now present in [next](https://github.com/rlogiacco/Natural/pull/86), but the test case we have was failing, and so was commented out. We need to investigate further to see where...

Should be possible with the creation of new/custom `ValidationCode` definitions, which may be localized and have metadata associated with it.

Fixed in https://github.com/rlogiacco/Natural/pull/86

Updated URL: https://github.com/cucumber/cucumber/blob/master/gherkin/gherkin-languages.json This will most likely need to be included in a general "localization" update. The issue is in fact that newer versions of Gherkin will match practically **any**...

@rlogiacco Confirmed partial fix in [next](https://github.com/rlogiacco/Natural/pull/73). `*` is now a supported Step keyword. There have also been other [minor improvements on the localization front](https://github.com/drkstr101/Natural/blob/c1cec82e9f44e058789c530463ad3a8b67f4b57a/org.agileware.natural.cucumber/src/org/agileware/natural/cucumber/Cucumber.xtext#L189), but nothing to fruition yet.

@rlogiacco This will be closed by https://github.com/rlogiacco/Natural/pull/86