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

Version Path
bigtinker-0.93 code/01rwdcore/jumplinkcommand.rb
bigtinker-0.94 code/01rwdcore/jumplinkcommand.rb
rubyslippers-1.03 code/01rwdcore/jumplinkcommand.rb
rubyslippers-1.04 code/01rwdcore/jumplinkcommand.rb
rwdaddresses-1.03 code/01rwdcore/jumplinkcommand.rb
rwdaddresses-1.04 code/01rwdcore/jumplinkcommand.rb
rwdgutenberg-0.07 code/01rwdcore/jumplinkcommand.rb
rwdgutenberg-0.05 code/01rwdcore/jumplinkcommand.rb
rwdgutenberg-0.04 code/01rwdcore/jumplinkcommand.rb
rwdgutenberg-0.06 code/01rwdcore/jumplinkcommand.rb
rwdgutenberg-0.08 code/01rwdcore/jumplinkcommand.rb
rwdhypernote-0.11 code/01rwdcore/jumplinkcommand.rb
rwdhypernote-0.08 code/01rwdcore/jumplinkcommand.rb
rwdhypernote-0.09 code/01rwdcore/jumplinkcommand.rb
rwdhypernote-0.10 code/01rwdcore/jumplinkcommand.rb
rwdmovies-0.95 code/01rwdcore/jumplinkcommand.rb
rwdschedule-1.02 code/01rwdcore/jumplinkcommand.rb
rwdschedule-1.01 code/01rwdcore/jumplinkcommand.rb
rwdschedule-1.00 code/01rwdcore/jumplinkcommand.rb
rwdschedule-0.99 code/01rwdcore/jumplinkcommand.rb