Sha256: c3da017c71b41a91a9afa0238f8f3539fbe4c4220264a86c461c0b96ca0c85f8
Contents?: true
Size: 772 Bytes
Versions: 7
Compression:
Stored size: 772 Bytes
Contents
# this code is to call the help window def runhelpwindowrwdshell $help_topic = "rwdshell_help" if @rwd_tab == "scriptlister" $help_topic = "rwdshell_help" end if @rwd_tab == "viewrwdshellconfiguration" $help_topic = "ShellEnvironment_help" end if @rwd_tab == "EditScriptsrwdshell" $help_topic = "shelledit_help" end if @rwd_tab == "editrubyrecordfile" $help_topic = "shelledit_help" end $helptopicsarray = $helptopicsarray | ["rwdshell_help", "ShellEnvironment_help"] $previouswindow = @rwd_window $previoustab = @rwd_tab if @rwd_window != "rwdtinkerhelpwindow" $previouswindow = @rwd_window $previoustab = @rwd_tab end runhelpwindow end
Version data entries
7 entries across 7 versions & 4 rubygems