There's a page here started by Aslak describing desired features for cucumber IDE plugins: https://github.com/cucumber/cucumber-jvm/wiki/IDE-support
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cukes/-/tdDD5HebhuUJ.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
hey, there is a zuchini plugin for eclipse which gives annotation highlited and autocomplete the steps in the feature files.
~snow
hey, there is a zuchini plugin for eclipse which gives annotation highlited and autocomplete the steps in the feature files.
On Wednesday, 4 April 2012 18:56:48 UTC+2, Snow wrote:hey, there is a zuchini plugin for eclipse which gives annotation highlited and autocomplete the steps in the feature files.
Thanks for the pointer. I looked at it and saw things I immediately did not like.. such as all keywords being the same colour.
So I went to try get the source code and did not enjoy so much.Its stored in Subversion; but the code is not even in the trunk folder.The trunk folder contains nothing. So not sure how to branch.And there is not any significant code worth evolving in there anyways.I am going to build a new one from scratch if this is all there is.
Though if you see something else tell me!--ilAn
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cukes/-/XdVDO9eaJDsJ.
I think that's a good thing. See cucumber/gherkin-syntax-highlighters on github.hey, there is a zuchini plugin for eclipse which gives annotation highlited and autocomplete the steps in the feature files.
Thanks for the pointer. I looked at it and saw things I immediately did not like.. such as all keywords being the same colour.
If you come up with something good I'd be happy to give you a repo under cucumber/ on github,So I went to try get the source code and did not enjoy so much.Its stored in Subversion; but the code is not even in the trunk folder.The trunk folder contains nothing. So not sure how to branch.And there is not any significant code worth evolving in there anyways.I am going to build a new one from scratch if this is all there is.
Here is a screenshot of the first basic syntax highlighting from the plugin;
I see why you probably will want to have keywords all the same colour.
Excuse the mostly imperative style of the feature; I was mainly experimenting with Selenium.
Any recommendations of what Eclipse files to also include to make it easier for people to grab the project?
--
You received this message because you are subscribed to the Google Groups "Cukes" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cukes/-/Hg0dfIKQyksJ.
Looking nice! Did you know the Gherkin jar has an I18n class you can use to get keywords at runtime? It can also determine the language of a file based on the language header, allowing you to automatically pick the correct keywords. It would be nice if the Eclipse plugin used this.
Looking nice! Did you know the Gherkin jar has an I18n class you can use to get keywords at runtime? It can also determine the language of a file based on the language header, allowing you to automatically pick the correct keywords. It would be nice if the Eclipse plugin used this.
FYI for anyone stumbling across this, there is an eclipse plugin that includes syntax highlighting:
http://cukes.info/cucumber-eclipse/
Hi,
Is there currently an editor/syntax colourer for .feature files in Eclipse?
If there is not and I make the time to do the R&D on how create one for Eclipse and do it..