Aaron R Miller

Results 58 comments of Aaron R Miller

What About something like this? ```java public class CucumberExpressionValidator { private static final Pattern TOKEN_PATTERN = Pattern.compile("(?|({\\w+})|(\\(\\w+(\\s\\w+)?\\)))"); public static boolean isMatchingAnnotationValue(final String annotationValue, final String description) { return matchRegex(annotationValue, description)...

Closes: https://github.com/rlogiacco/Natural/issues/76

@rlogiacco I'm sure I will spot something wrong 10 minutes after I write this, but I believe this is now ready for initial release canidate review. I will still like...

@rlogiacco FYI I tested the build on a fresh install and I noticed that eclipse would report some compile errors until I went to `Windows -> Preferences -> Plugin Development...

~~Oops, I just spotted an issue. It seems like DocString is not getting its lexical highlighting applied. I added it to our `full_example.feature`~~. Never mind, it was an easy fix.

@rlogiacco 6th time's a charm! haha. Sorry for all the rapid churn. I think we finally have a winner. Any user feedback prior to release would be greatly appreciated! I...

@rlogiacco I've posted a fix for failed lexical highlighting due to incorrect parsing of text literals in certain cases. I also noticed that stepmatcher is being activated on non-java projects....

@rlogiacco The email I sent you was bounced. Is everything ok over there good friend?

Oh no haha, I just saw the option in the settings and you were the only one I could think of to put. I think it's some kind of "Bus...