Bug 429231

Summary: [templates] Add variable for paste buffer / clipboard
Product: [Eclipse Project] JDT Reporter: Martin Spamer <Martin.Spamer>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, srikanth_sankaran
Version: 4.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Martin Spamer CLA 2014-02-27 07:18:43 EST
When using Java Editor Templates it would be very useful to have Variable that could insert the current contents of the paste buffer.

@Given("^${paste}$$")
public void ${givenPredicate}() throws Exception {
${:import('cucumber.api.java.en.Given')}
}