Sha256: a1770eb0be3c7ac94d67c04e93dfc7fe1846f4448758bd1bb09bde3e1a23a93b
Contents?: true
Size: 835 Bytes
Versions: 1
Compression:
Stored size: 835 Bytes
Contents
# this code is to call the help window def runhelpwindowrwdfoldeditor $help_topic = "rwdfoldeditor_generalhelp" if @rwd_tab == "viewrwdfoldeditorfile" $help_topic = "foldlinkutility_help" end if @rwd_tab == "superantcomfoldeditor" $help_topic = "foldlinkview_help" end if @rwd_tab == "superantcomfoldeditorview" $help_topic = "rwdfoldeditor_generalhelp" end if @rwd_tab == "foldeditorzipslister" $help_topic = "foldzipfile_help" end $helptopicsarray = $helptopicsarray | ["rwdfoldeditor_generalhelp","foldlinkview_help","foldlinkutility_help","foldzipfile_help"] if @rwd_window != "rwdtinkerhelpwindow" $previouswindow = @rwd_window $previoustab = @rwd_tab end runhelpwindow end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwdfoldeditor-0.07 | code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb |