Giter Site home page Giter Site logo

gherkin-eclipse-plugin's Introduction

Breaking news.

This plugin is now deprecated. I have joined forces with a couple of other developers who were also working on an eclipse plugin. I have already ported all functionality to the new repo - as well as have already added enhancements. (https://github.com/cucumber/cucumber-eclipse).

Please visit the plugin site to find out how to install it. (http://cukes.info/cucumber-eclipse/)

Screenshots

Example of how syntax highlighting in various languages looks

Installation

Easy install and uninstall

  • Download the jar file and copy into your Eclipse plugin directory to install (You can find the jar file now in the downloads sections)
  • Delete the jar file from the Eclipse plugin directory to uninstall

Hacking instructions

  • Given you have checked out the code.
  • And you have created an empty plugin project in Eclipse.
  • And you have imported the folders into that project (overwrite mode)
  • Then you will have the code to hack with

Please feel free to fork and send pull requests.

Stream of Consciousness

This plugin is intended to provide not only syntax highlighting; but also to work well with the cucumber-jvm code.

I am doing this to enjoy using cucumber-jvm more effectively and also with more fun. If you want to leverage off the stuff I am doing; fork the code and send pull requests. I am unlikely to do anything that I don't want personally for myself as I am a busy man with a family to feed. just begun.

So it goes...

gherkin-eclipse-plugin's People

Contributors

ilanpillemer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gherkin-eclipse-plugin's Issues

"tags" and "outline words" terminology

The terminology in the code is a bit confusing as sometimes it refers to both "@tag" and things between a "<" and a ">" as a tag.
Refactor the code to make it clearer. Find out what nomenclature to use for things between a "<" and a ">" in order to do this.

make plugin jar easily available

Currently to get the jar you have to set up the code as if you are going to develop on it.
Should be easy for people who want to use it to just download a jar and drop into plugin directory.

Improve test scaffolding

Using jmock, retrofit tests to the code. Currently only tests to learn how to use gherkin.I18n are in place.

Add I18N

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. Use this to make the plugin I18nised.

Auto-complete

Good afternoon,

This plugin has auto-complete?

Thanks.

Plugin does not load from jar

Eclipse Error log:
No repository found at jar:file:/Applications/eclipse/dropins/gherkin-eclipse-plugin.1.0.1.jar!/.

eclipse.buildId=M20120208-0800
java.version=1.6.0_31

org.eclipse.equinox.p2.core.ProvisionException: No repository found at jar:file:/Applications/eclipse/dropins/gherkin-eclipse-plugin.1.0.1.jar!/.
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:393)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:675)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(ArtifactRepositoryManager.java:100)
at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(ArtifactRepositoryManager.java:96)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.loadArtifactRepository(Activator.java:142)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.getArtifactRepository(DropinsRepositoryListener.java:260)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.addRepository(DropinsRepositoryListener.java:123)
at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.added(DropinsRepositoryListener.java:96)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher.processFile(DirectoryWatcher.java:197)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher.scanDirectories(DirectoryWatcher.java:160)
at org.eclipse.equinox.internal.provisional.p2.directorywatcher.DirectoryWatcher.poll(DirectoryWatcher.java:108)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Activator.java:535)
at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Activator.java:172)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(Native Method)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.