Sha256: 718351557de97608670c9ebaa044eada63a8ca3e98d7d49f6ea2ddcf7f5c1df2

Contents?: true

Size: 687 Bytes

Versions: 6

Compression:

Stored size: 687 Bytes

Contents

# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. 
# Bind message passing socket to rwdtinker application

    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

6 entries across 6 versions & 5 rubygems

Version Path
rwdfoldeditor-0.07 code/01rwdcore/jumplinkcommand.rb
rwdhypernote-0.16 code/01rwdcore/jumplinkcommand.rb
rwdmpd-0.08 code/01rwdcore/jumplinkcommand.rb
rwdtinker-1.84 code/01rwdcore/jumplinkcommand.rb
rwdtinker-1.83 code/01rwdcore/jumplinkcommand.rb
tinkerbell-0.04 code/01rwdcore/jumplinkcommand.rb