Sha256: 527bf396d15aca24e59aad92c0b3643ef961e99cb57badcf7f336f74ff5a3545
Contents?: true
Size: 707 Bytes
Versions: 30
Compression:
Stored size: 707 Bytes
Contents
# Bind message passing socket to rwdtinker application JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] } locationlink = { :helpscreen=> "runhelpwindow", :tinkerbackwindow=>"runrwdtinkerbackwindow", :returntomain=>"returntomain", :opendocuments=>"runtinkerdocuments", :editconfiguration=>"runeditconfiguration" } locationlink.each { |kk, vv| JumpLink[kk] = vv } def runjumplinkcommand if @a_jumplinkinput runjumplocation = "#{JumpLink[:"#{@a_jumplinkinput}"]}" self.send(runjumplocation) end end # list the remote control options on the screen def showjumplinkoptions @jumplinkoptions = $rwdjumplink.rwd_options end
Version data entries
30 entries across 30 versions & 10 rubygems