Sha256: 0fc6ae4956d2376183b74b5713d185f6ef38a9c532527ee87af79d8a53a02f43
Contents?: true
Size: 469 Bytes
Versions: 19
Compression:
Stored size: 469 Bytes
Contents
When /I start recording a macro/ do Swt.sync_exec do Redcar::Macros::StartStopRecordingCommand.new.run(:env => {:tab => implicit_edit_tab}) end end When /I stop recording a macro/ do Swt.sync_exec do Redcar::Macros::StartStopRecordingCommand.new.run(:env => {:tab => implicit_edit_tab}) end end When /I run the last recorded macro/ do Swt.sync_exec do Redcar::Macros::RunLastCommand.new.run(:env => {:edit_view => implicit_edit_view}) end end
Version data entries
19 entries across 19 versions & 2 rubygems