QuBiT / cucumber-netbeans-plugin

Plugin / Module which allow Syntax Highlighting and many more in NetBeans with .feature Files
MIT License
50 stars 19 forks source link

French plugin : order of elements in feature description too strict #3

Closed ukabu closed 15 years ago

ukabu commented 15 years ago

The order if the elements in the Feature (Fonctionnalité) description is way too strict. I would prefer for the plugin to only highlight the specific keyword (Afin de gagner) instead of requiring that they appear in a specific order. Also, they should not be mandatory.

QuBiT commented 15 years ago

In Version 1.2.2 this elements are no longer mandatory, but the order is still fixed. The reason for mandatory was that, you should define your BusinessValue, Role and the SomeAction you take to reach your BusinessValue to focus in your development on what is really needed.

ukabu commented 15 years ago

I would prefer to not have anything mandatory (order, presence of keyword). I would'nt mind if a warning hint is displayed if something is missing or in the wrong order, but cumcumber is about describing features in text in a way that a business user can do it. I feel that only errors that would prevent Cucumber to correctly parse the feature files should raise errors.

Anything else should be raised as warnings.

QuBiT commented 15 years ago

the order is no longer fixed in version 1.2.3, also a new French version is available