Bug 429231 - [templates] Add variable for paste buffer / clipboard
Summary: [templates] Add variable for paste buffer / clipboard
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 07:18 EST by Martin Spamer CLA
Modified: 2014-09-15 10:14 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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')}
}