Sha256: ee2547ce63a4b6840a062bc9aa903e40802239f82dbf780094f19c4af766975a

Contents?: true

Size: 962 Bytes

Versions: 5

Compression:

Stored size: 962 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 TabHash.has_key?  JumpLink[:"#{@a_jumplinkinput}"].intern
		
		
		@rwd_window = TabHash.fetch(JumpLink[:"#{@a_jumplinkinput}"].intern)
		@rwd_tab = JumpLink[:"#{@a_jumplinkinput}"]
		
	else
		
                            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

5 entries across 5 versions & 5 rubygems

Version Path
bigtinker-0.98 code/01rwdcore/jumplinkcommand.rb
rwdgutenberg-0.13 code/01rwdcore/jumplinkcommand.rb
rwdlanguage-0.01 code/01rwdcore/jumplinkcommand.rb
rwdschedule-0.07 code/01rwdcore/jumplinkcommand.rb
rwdtinker-1.85 code/01rwdcore/jumplinkcommand.rb