bigtinker 0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Books/Mariposa.gut +2 -0
- data/Books/marip10.txt +2598 -0
- data/Notes/changes.lnk +1 -0
- data/Notes/changes.txt +1 -0
- data/Notes/hypernote/hypernote01.txt +1 -0
- data/Notes/hypernote/hypernote02.txt +1 -0
- data/Notes/hypernote/newnote3.txt +2 -0
- data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +1 -0
- data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt +11 -0
- data/Notes/rwdtinker/newnote.txt +1 -0
- data/Notes/rwdtinker/rwdtinker01.txt +9 -0
- data/Notes/rwdtinker/testnote2.txt +1 -0
- data/Readme.txt +146 -0
- data/bin/bigtinker +19 -0
- data/code/01rwdcore/01rwdcore.rb +25 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +31 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/jumplinkcommand.rb +26 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +10 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +9 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
- data/code/01rwdcore/test_cases.rb +109 -0
- data/code/01rwdcore/test_harness.rb +13 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/superant.com.bigtinker/rwdtinkerversion.rb +10 -0
- data/code/superant.com.gutenberg/changegutenbergname.rb +16 -0
- data/code/superant.com.gutenberg/clearbookscreendisplay.rb +8 -0
- data/code/superant.com.gutenberg/copyfilename.rb +24 -0
- data/code/superant.com.gutenberg/createnewnote.rb +23 -0
- data/code/superant.com.gutenberg/deletegutenbergrecord.rb +21 -0
- data/code/superant.com.gutenberg/gutenbergcreatefile.rb +9 -0
- data/code/superant.com.gutenberg/helptexthashrwdgutenberg.rb +41 -0
- data/code/superant.com.gutenberg/jumplinkupdate.rb +7 -0
- data/code/superant.com.gutenberg/listnamerecord.rb +15 -0
- data/code/superant.com.gutenberg/listtextfilesgutenberg.rb +58 -0
- data/code/superant.com.gutenberg/loadbookrecord.rb +21 -0
- data/code/superant.com.gutenberg/loadconfigurationrecord.rb +36 -0
- data/code/superant.com.gutenberg/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.gutenberg/openhelpwindowgutenberg.rb +29 -0
- data/code/superant.com.gutenberg/returntomain.rb +10 -0
- data/code/superant.com.gutenberg/runbackwindow.rb +10 -0
- data/code/superant.com.gutenberg/rungutenbergwindow.rb +57 -0
- data/code/superant.com.gutenberg/rwdgutenbergbackward.rb +27 -0
- data/code/superant.com.gutenberg/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.gutenberg/rwdtinkerversion.rb +10 -0
- data/code/superant.com.gutenberg/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.gutenberg/savegutenbergrecord.rb +20 -0
- data/code/superant.com.gutenberg/savelinkrecord.rb +23 -0
- data/code/superant.com.hypernote/archiveevent.rb +14 -0
- data/code/superant.com.hypernote/changehypernotename.rb +21 -0
- data/code/superant.com.hypernote/clearhypernotescreendisplay.rb +8 -0
- data/code/superant.com.hypernote/clearlinkscreendisplay.rb +8 -0
- data/code/superant.com.hypernote/copyfilename.rb +10 -0
- data/code/superant.com.hypernote/createnewnote.rb +14 -0
- data/code/superant.com.hypernote/deletehypernoterecord.rb +20 -0
- data/code/superant.com.hypernote/helptexthashrwdhypernote.rb +74 -0
- data/code/superant.com.hypernote/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.hypernote/jumplinkupdate.rb +7 -0
- data/code/superant.com.hypernote/listhypernotelinks.rb +55 -0
- data/code/superant.com.hypernote/listhypernotes.rb +63 -0
- data/code/superant.com.hypernote/listlinknotes.rb +33 -0
- data/code/superant.com.hypernote/loadconfigurationrecord.rb +34 -0
- data/code/superant.com.hypernote/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.hypernote/loadlinksrecord.rb +21 -0
- data/code/superant.com.hypernote/loadnoterecord.rb +24 -0
- data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +34 -0
- data/code/superant.com.hypernote/returntomain.rb +10 -0
- data/code/superant.com.hypernote/runrwdhypernotconfiguration.rb +12 -0
- data/code/superant.com.hypernote/runrwdhypernotebackwindow.rb +12 -0
- data/code/superant.com.hypernote/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.hypernote/rwdtinkerversion.rb +10 -0
- data/code/superant.com.hypernote/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.hypernote/savehypernoterecord.rb +20 -0
- data/code/superant.com.hypernote/savelinkrecord.rb +23 -0
- data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +24 -0
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
- data/code/superant.com.rwdaddresses/jumplinkupdate.rb +9 -0
- data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
- data/code/superant.com.rwdaddresses/loadconfigurationrecord.rb +45 -0
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
- data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +13 -0
- data/code/superant.com.rwdaddresses/rwdtinkerversion.rb +10 -0
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
- data/code/superant.com.rwdaddresses/test_cases.rb +46 -0
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +46 -0
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
- data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
- data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
- data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
- data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
- data/code/superant.com.rwdcalc/clearrubyscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/fadd.rb +10 -0
- data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
- data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
- data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
- data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +14 -0
- data/code/superant.com.rwdcalc/jumplinkupdate.rb +11 -0
- data/code/superant.com.rwdcalc/listscripts.rb +13 -0
- data/code/superant.com.rwdcalc/loadrubyrecord.rb +20 -0
- data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
- data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
- data/code/superant.com.rwdcalc/playscript.rb +22 -0
- data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
- data/code/superant.com.rwdcalc/runrwdcalcwindow.rb +10 -0
- data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
- data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
- data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
- data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
- data/code/superant.com.rwdcalc/saverubyscript.rb +20 -0
- data/code/superant.com.rwdcalc/viewscript.rb +18 -0
- data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -0
- data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
- data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
- data/code/superant.com.rwdshell/changescriptname.rb +16 -0
- data/code/superant.com.rwdshell/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdshell/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdshell/helptexthashshell.rb +31 -0
- data/code/superant.com.rwdshell/listrubyscripts.rb +13 -0
- data/code/superant.com.rwdshell/listscripts.rb +13 -0
- data/code/superant.com.rwdshell/loadconfigurationrecord.rb +33 -0
- data/code/superant.com.rwdshell/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.rwdshell/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdshell/openhelpwindowshell.rb +33 -0
- data/code/superant.com.rwdshell/playrubyscript.rb +23 -0
- data/code/superant.com.rwdshell/playscript.rb +23 -0
- data/code/superant.com.rwdshell/returntomain.rb +10 -0
- data/code/superant.com.rwdshell/rubyeval.rb +25 -0
- data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +10 -0
- data/code/superant.com.rwdshell/runrwdshellwindow.rb +12 -0
- data/code/superant.com.rwdshell/rwdshellversion.rb +14 -0
- data/code/superant.com.rwdshell/savechangedscript.rb +19 -0
- data/code/superant.com.rwdshell/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.rwdshell/shelleval.rb +20 -0
- data/code/superant.com.rwdshell/viewrubyscript.rb +18 -0
- data/code/superant.com.rwdshell/viewscript.rb +18 -0
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +96 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +25 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +21 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +39 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +42 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +33 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.words/dictlookup.rb +20 -0
- data/code/superant.com.words/jumplinkupdate.rb +6 -0
- data/code/superant.com.words/runfortunewindow.rb +14 -0
- data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.words/runrwdwordsversion.rb +14 -0
- data/code/superant.com.words/rwdtinkerversion.rb +10 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/bigtinker.dist +3 -0
- data/configuration/language.dist +7 -0
- data/configuration/rwdaddresses.dist +21 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdcalc.dist +8 -0
- data/configuration/rwdcalendar.dist +10 -0
- data/configuration/rwdgutenberg.dist +14 -0
- data/configuration/rwdhypernote.dist +13 -0
- data/configuration/rwdshell.dist +4 -0
- data/configuration/rwdtinker.dist +19 -0
- data/configuration/rwdwords.dist +18 -0
- data/configuration/tinkerwin2variables.dist +17 -0
- data/ev/browser.rb +109 -0
- data/ev/ftools.rb +170 -0
- data/ev/net.rb +750 -0
- data/ev/ruby.rb +819 -0
- data/ev/rwd.rb +1849 -0
- data/ev/sgml.rb +236 -0
- data/ev/thread.rb +63 -0
- data/ev/tree.rb +343 -0
- data/ev/xml.rb +4 -0
- data/extras/cal.rb +158 -0
- data/extras/dict.rb +438 -0
- data/extras/icalendar/base.rb +17 -0
- data/extras/icalendar/calendar.rb +44 -0
- data/extras/icalendar/calendar_parser.rb +237 -0
- data/extras/icalendar/component/alarm.rb +16 -0
- data/extras/icalendar/component/event.rb +25 -0
- data/extras/icalendar/component/freebusy.rb +12 -0
- data/extras/icalendar/component/journal.rb +25 -0
- data/extras/icalendar/component/timezone.rb +26 -0
- data/extras/icalendar/component/todo.rb +21 -0
- data/extras/icalendar/component.rb +91 -0
- data/extras/icalendar/helpers.rb +103 -0
- data/extras/icalendar/parameter.rb +25 -0
- data/extras/icalendar.rb +18 -0
- data/extras/rconftool.rb +380 -0
- data/extras/zip/ioextras.rb +114 -0
- data/extras/zip/stdrubyext.rb +111 -0
- data/extras/zip/tempfile_bugfixed.rb +195 -0
- data/extras/zip/zip.rb +1377 -0
- data/extras/zip/zipfilesystem.rb +558 -0
- data/extras/zip/ziprequire.rb +61 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/superant.com.rwdcalendar/hl9calendar.rwd +27 -0
- data/gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd +17 -0
- data/gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd +25 -0
- data/gui/frontwindow0/superant.com.shellscripts/3editscripts.rwd +26 -0
- data/gui/frontwindow0/superant.com.shellscripts/4scriptutilities.rwd +24 -0
- data/gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd +15 -0
- data/gui/frontwindow0/superant.com.shellscripts/cb7rwdrubyeval.rwd +13 -0
- data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd +3 -0
- data/gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +14 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +15 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/00rwdgutenberg.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/10viewnote.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/20listfiles.rwd +35 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/30booklistutilities.rwd +28 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/35displaytab.rwd +10 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/40rwdgutenberg.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/67viewconfiguration.rwd +40 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.gutendisplay/gutendisplaywindow.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/00windowbegin.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/10viewnote.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/20editlinks.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/30noteutilities.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/67viewconfiguration.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/zbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/fortunerefreshwindowtwo.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/00rwdaddresses.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/88viewconfiguration.rwd +47 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +15 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/zbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +42 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.words/3rwdfortune.rwd +14 -0
- data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/80tab1.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
- data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/gutenbergdata01.inf +3 -0
- data/installed/hypernotedata1.inf +12 -0
- data/installed/rwdaddressesdata2.inf +8 -0
- data/installed/rwdgutenberg-0.03.inf +9 -0
- data/installed/rwdviewlogo-0.4.inf +4 -0
- data/installed/rwdwaddresses-1.04.inf +13 -0
- data/installed/rwdwhypernote-0.07.inf +7 -0
- data/installed/rwdwwords-0.02.inf +10 -0
- data/lang/en/rwdcalendar/calendar-en.rb +6 -0
- data/lang/en/rwdcore/languagefile.rb +16 -0
- data/lang/es/rwdcalendar/calendar-nl.rb +6 -0
- data/lang/es/rwdcore/languagefile-es.rb +14 -0
- data/lang/jp/rwdcore/languagefile.rb +9 -0
- data/lang/nl/rwdcalendar/calendar-nl.rb +6 -0
- data/lang/nl/rwdcore/languagefile.rb +19 -0
- data/lib/temp.rb +1 -0
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +8 -0
- data/names/Angelina Jolie.vcf +8 -0
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +5 -0
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +7 -0
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +259 -0
- data/rwd_files/HowTo_BigTinker.txt +146 -0
- data/rwd_files/HowTo_Gutenberg.txt +94 -0
- data/rwd_files/HowTo_HyperNote.txt +121 -0
- data/rwd_files/HowTo_RubyEval.html +80 -0
- data/rwd_files/HowTo_RwdCalc.txt +110 -0
- data/rwd_files/HowTo_Shell.txt +257 -0
- data/rwd_files/HowTo_Tinker.txt +425 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/HowTo_Words.txt +132 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/contacttmp.jpg +0 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +54 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +18 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +5 -0
- data/tests/makedist.rb +59 -0
- data/tests/makerwdwaddresses-1.04.rb +40 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdahelloworld-0.5.zip +0 -0
- metadata +447 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
#view name
|
|
2
|
+
def viewvcarddata
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
$currentnametext = "%s" % [@a_viewvcarddata]
|
|
5
|
+
|
|
6
|
+
begin # exception trapped block
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
fileName = $addressfiles_directory + "/" + $currentnametext + ".vcf"
|
|
11
|
+
|
|
12
|
+
fd = File.open(fileName,"r")
|
|
13
|
+
@viewvcarddatadisplay = " "
|
|
14
|
+
while ! fd.eof?
|
|
15
|
+
@viewvcarddatadisplay = fd.read
|
|
16
|
+
end
|
|
17
|
+
fd.close
|
|
18
|
+
rescue SystemCallError, StandardError
|
|
19
|
+
$stderr.print "system call error: " + $!
|
|
20
|
+
end # exception rescue
|
|
21
|
+
|
|
22
|
+
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# this code is to change the contact name
|
|
2
|
+
def changescriptname
|
|
3
|
+
begin
|
|
4
|
+
oldName = $shellscript_directory + "/" + @a_scriptfilename + ".sh"
|
|
5
|
+
newName = $shellscript_directory + "/" + @a_changescriptname + ".sh"
|
|
6
|
+
|
|
7
|
+
File.rename(oldName, newName)
|
|
8
|
+
@scriptfilechangeresult = "File Renamed!"
|
|
9
|
+
$currentscriptname = @a_changescriptname
|
|
10
|
+
rescue
|
|
11
|
+
@scriptfilechangeresult = "rename error"
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# this method views an existing address record
|
|
2
|
+
def deletecalcscriptrecord
|
|
3
|
+
|
|
4
|
+
require 'fileutils'
|
|
5
|
+
|
|
6
|
+
if @a_calcscriptfilename
|
|
7
|
+
$currentscriptname = @a_calcscriptfilename
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
begin # exception trapped block
|
|
12
|
+
fileName = $calcscript_directory + "/" + $currentscriptname + ".math"
|
|
13
|
+
File.delete(fileName)
|
|
14
|
+
@calcscriptfilechangeresult = "File Deleted!"
|
|
15
|
+
$currentscriptname = ""
|
|
16
|
+
rescue
|
|
17
|
+
@calcscriptfilechangeresult = "File Deletion error"
|
|
18
|
+
end # exception rescue
|
|
19
|
+
|
|
20
|
+
end
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#jumplinkupdate
|
|
2
|
+
|
|
3
|
+
JumpLink.update(:RwdCalc=>"runrwdcalcwindow",
|
|
4
|
+
:DocumentScreen=>"runtinkerdocuments",
|
|
5
|
+
:RwdShellBackWindow=>"runrwdshellbackwindow",
|
|
6
|
+
:RunShell=>"returntomain"
|
|
7
|
+
)
|
|
8
|
+
$rwdjumplink +=["RwdCalc",
|
|
9
|
+
"DocumentScreen",
|
|
10
|
+
"RwdShellBackWindow",
|
|
11
|
+
"RunShell"]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# this code is to list the scripts
|
|
2
|
+
def listcalcscripts
|
|
3
|
+
fileList = Dir.new($calcscript_directory).entries.sort.delete_if { |x| ! (x =~ /math$/) }
|
|
4
|
+
@listcalcscriptresult = fileList.rwd_method("fillcalcscriptname")
|
|
5
|
+
end
|
|
6
|
+
|
|
7
|
+
def fillcalcscriptname(inffile)
|
|
8
|
+
applet = inffile.gsub(/\.math$/, "")
|
|
9
|
+
@a_calcscriptfilename = applet
|
|
10
|
+
$currentcalcscriptname = applet
|
|
11
|
+
@a_calcscriptcmd = applet
|
|
12
|
+
end
|
|
13
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# this method views an existing address record
|
|
2
|
+
def loadrubyscriptrecord
|
|
3
|
+
|
|
4
|
+
require 'fileutils'
|
|
5
|
+
$currentrubyname = @a_rubyscriptfilename
|
|
6
|
+
|
|
7
|
+
begin # exception trapped block
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
fileName = $rubyscript_directory + "/" + $currentrubyname + ".rb"
|
|
11
|
+
|
|
12
|
+
fd = File.open(fileName,"r")
|
|
13
|
+
@a_rubyscriptrecord = fd.read
|
|
14
|
+
@newrubyrecord = @a_rubyscriptrecord
|
|
15
|
+
fd.close
|
|
16
|
+
rescue SystemCallError, StandardError
|
|
17
|
+
$stderr.print "system call error: " + $!
|
|
18
|
+
end # exception rescue
|
|
19
|
+
|
|
20
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# this method views an existing address record
|
|
2
|
+
def loadcalcscriptrecord
|
|
3
|
+
|
|
4
|
+
require 'fileutils'
|
|
5
|
+
$currentscriptname = @a_calcscriptfilename
|
|
6
|
+
|
|
7
|
+
begin # exception trapped block
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
fileName = $calcscript_directory + "/" + $currentscriptname + ".math"
|
|
11
|
+
|
|
12
|
+
fd = File.open(fileName,"r")
|
|
13
|
+
@a_calcscriptrecord = fd.read
|
|
14
|
+
|
|
15
|
+
fd.close
|
|
16
|
+
rescue SystemCallError, StandardError
|
|
17
|
+
$stderr.print "system call error: " + $!
|
|
18
|
+
end # exception rescue
|
|
19
|
+
|
|
20
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
|
|
2
|
+
def runmathcommand
|
|
3
|
+
|
|
4
|
+
commandtext = @a_mathcommandinput.to_s
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
begin # exception trapped block
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@mathcommandresult = "no result"
|
|
12
|
+
|
|
13
|
+
if commandtext == "sin"
|
|
14
|
+
|
|
15
|
+
@mathcommandresult = Math.sin( @a_mathtoola.to_f )
|
|
16
|
+
end
|
|
17
|
+
if commandtext == "cos"
|
|
18
|
+
|
|
19
|
+
@mathcommandresult = Math.cos( @a_mathtoola.to_f )
|
|
20
|
+
end
|
|
21
|
+
if commandtext == "atan2"
|
|
22
|
+
@mathcommandresult = Math.atan2( @a_mathtoola.to_f ,@a_mathtoolsb.to_f)
|
|
23
|
+
end
|
|
24
|
+
if commandtext == "exp"
|
|
25
|
+
|
|
26
|
+
@mathcommandresult = Math.exp( @a_mathtoola.to_f )
|
|
27
|
+
end
|
|
28
|
+
if commandtext == "log"
|
|
29
|
+
|
|
30
|
+
@mathcommandresult = Math.log( @a_mathtoola.to_f )
|
|
31
|
+
end
|
|
32
|
+
if commandtext == "log10"
|
|
33
|
+
|
|
34
|
+
@mathcommandresult = Math.log10( @a_mathtoola.to_f )
|
|
35
|
+
end
|
|
36
|
+
if commandtext == "sqrt"
|
|
37
|
+
|
|
38
|
+
@mathcommandresult = Math.sqrt( @a_mathtoola.to_f )
|
|
39
|
+
end
|
|
40
|
+
if commandtext == "tan"
|
|
41
|
+
|
|
42
|
+
@mathcommandresult = Math.tan( @a_mathtoola.to_f )
|
|
43
|
+
end
|
|
44
|
+
rescue SystemCallError, StandardError
|
|
45
|
+
@mathcommandresult = "system call error: " + $!
|
|
46
|
+
end # exception rescue
|
|
47
|
+
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def showmathcommandoptions
|
|
52
|
+
@mathcommandoptions = ["sin","atan2","cos","exp","log","log10","sqrt","tan"].rwd_options
|
|
53
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# this code is to call the help window
|
|
2
|
+
def runhelpwindowrwdcalc
|
|
3
|
+
|
|
4
|
+
$help_topic = "rwdcalc_generalhelp"
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
if @rwd_tab == "scriptutilitiesrwdshell"
|
|
8
|
+
$help_topic = "rwdcalc_generalhelp"
|
|
9
|
+
end
|
|
10
|
+
$helptopicsarray = $helptopicsarray | ["rwdcalc_generalhelp"]
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
if @rwd_window != "rwdtinkerhelpwindow"
|
|
15
|
+
$previouswindow = @rwd_window
|
|
16
|
+
$previoustab = @rwd_tab
|
|
17
|
+
end
|
|
18
|
+
runhelpwindow
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
def playcalcscript
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
nametext = "%s" % [@a_calcscriptcmd]
|
|
5
|
+
|
|
6
|
+
begin # exception trapped block
|
|
7
|
+
fileName = $calcscript_directory +"/"+ nametext + ".math"
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
calcfile_contents = File.read( fileName)
|
|
11
|
+
temp = eval( calcfile_contents)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
rescue SystemCallError, StandardError
|
|
20
|
+
$stderr.print "system call error: " + $!
|
|
21
|
+
end # exception rescue
|
|
22
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# this code is to change the file name
|
|
2
|
+
def changecalcscriptname
|
|
3
|
+
oldName = $calcscript_directory + "/" + @a_calcscriptfilename + ".math"
|
|
4
|
+
newName = $calcscript_directory + "/" + @a_changecalcscriptname + ".math"
|
|
5
|
+
begin
|
|
6
|
+
File.rename(oldName, newName)
|
|
7
|
+
@calcscriptfilechangeresult = "File Renamed!"
|
|
8
|
+
rescue
|
|
9
|
+
@calcscriptfilechangeresult = "rename error"
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Application RwdAddresses orginally (c) 2004 Steven Gibson under GPL.
|
|
2
|
+
# This application is a contact book
|
|
3
|
+
# For more information about see http://www.rubyforge.net/projects/rwdapplications
|
|
4
|
+
|
|
5
|
+
# call the window
|
|
6
|
+
def runrwdcalcwindow
|
|
7
|
+
@rwd_window = "rwdcalcwindow"
|
|
8
|
+
@rwd_tab = "rwdfcalc"
|
|
9
|
+
end
|
|
10
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
def savecalcrecord # this method adds a new script file
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
if @a_calcscriptfilename
|
|
5
|
+
newdata =@a_calcscriptrecord.to_s
|
|
6
|
+
fullnewname = @a_calcscriptfilename.to_s + ".math"
|
|
7
|
+
begin # exception trapped block
|
|
8
|
+
fileName = File.join( $calcscript_directory, fullnewname )
|
|
9
|
+
fd = File.open(fileName,"w")
|
|
10
|
+
fd.print(newdata) # save the record info to the file
|
|
11
|
+
fd.close
|
|
12
|
+
@newdisplay=newdata # show the record info in the browser
|
|
13
|
+
$currentscriptname = "%s" % [@a_calcscriptfilename] # grab the new filename to create
|
|
14
|
+
|
|
15
|
+
rescue
|
|
16
|
+
@newdisplay = "\n" + "system error in createnew method"
|
|
17
|
+
end # exception rescue
|
|
18
|
+
end
|
|
19
|
+
end # end of createnew
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
def saverubyrecord # this method adds a new script file
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
if @a_rubyscriptfilename
|
|
5
|
+
newdata =@a_rubyscriptrecord.to_s
|
|
6
|
+
fullnewname = @a_rubyscriptfilename.to_s + ".rb"
|
|
7
|
+
begin # exception trapped block
|
|
8
|
+
fileName = File.join( $rubyscript_directory, fullnewname )
|
|
9
|
+
puts fileName
|
|
10
|
+
fd = File.open(fileName,"w")
|
|
11
|
+
fd.print(newdata) # save the record info to the file
|
|
12
|
+
fd.close
|
|
13
|
+
@newrubyresult=newdata # show the record info in the browser
|
|
14
|
+
$currentscriptname = "%s" % [@a_rubyscriptfilename] # grab the new filename to create
|
|
15
|
+
|
|
16
|
+
rescue
|
|
17
|
+
@newrubyresult = "\n" + "system error in createnew method"
|
|
18
|
+
end # exception rescue
|
|
19
|
+
end
|
|
20
|
+
end # end of createnew
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
def viewcalcscript
|
|
2
|
+
require 'fileutils'
|
|
3
|
+
$currentscriptname = "%s" % [@a_calcscriptfilename]
|
|
4
|
+
|
|
5
|
+
begin # exception trapped block
|
|
6
|
+
fileName = $calcscript_directory+ "/" + $currentscriptname + ".math"
|
|
7
|
+
|
|
8
|
+
fd = File.open(fileName,"r")
|
|
9
|
+
@displayscripttext = " "
|
|
10
|
+
while ! fd.eof?
|
|
11
|
+
@displayscripttext = fd.read
|
|
12
|
+
end
|
|
13
|
+
fd.close
|
|
14
|
+
rescue
|
|
15
|
+
@displayscripttext = "\n" + "error"
|
|
16
|
+
end # exception rescue
|
|
17
|
+
|
|
18
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
require 'fileutils'
|
|
2
|
+
|
|
3
|
+
def showmonth
|
|
4
|
+
require 'date'
|
|
5
|
+
begin # begin rescue monitored block
|
|
6
|
+
cal_path = File.join( $extras_directory, 'cal' )
|
|
7
|
+
require cal_path
|
|
8
|
+
to = Date.today
|
|
9
|
+
tempyear ||= to.year
|
|
10
|
+
tempmonth ||= to.mon
|
|
11
|
+
if @a_year.to_i > 0 and @a_month.to_i > 1
|
|
12
|
+
tempyear = @a_year.to_i
|
|
13
|
+
tempmonth = @a_month.to_i
|
|
14
|
+
|
|
15
|
+
end
|
|
16
|
+
tempweekdaystring = " "
|
|
17
|
+
|
|
18
|
+
cal = Cal.new
|
|
19
|
+
calendardata = cal.print(tempyear,tempmonth)
|
|
20
|
+
@showcalendartitle = calendardata[0]
|
|
21
|
+
@showcalendarweektitles = calendardata[1]
|
|
22
|
+
tempweekdaystring = calendardata[2].tr(' ', '.')
|
|
23
|
+
@showmonthresult1 = tempweekdaystring
|
|
24
|
+
|
|
25
|
+
tempweekdaystring = calendardata[3].tr(' ', '.')
|
|
26
|
+
@showmonthresult2 = tempweekdaystring
|
|
27
|
+
tempweekdaystring = calendardata[4].tr(' ', '.')
|
|
28
|
+
@showmonthresult3 = tempweekdaystring
|
|
29
|
+
tempweekdaystring = calendardata[5].tr(' ', '.')
|
|
30
|
+
@showmonthresult4 = tempweekdaystring
|
|
31
|
+
tempweekdaystring = calendardata[6].tr(' ', '.')
|
|
32
|
+
@showmonthresult5 = tempweekdaystring
|
|
33
|
+
tempweekdaystring = calendardata[7].tr(' ', '.')
|
|
34
|
+
@showmonthresult6 = tempweekdaystring
|
|
35
|
+
rescue # process exeption
|
|
36
|
+
@showmonthresult = "\n" + "error in eval"
|
|
37
|
+
end # end of rescue process # of rescue monitored block
|
|
38
|
+
|
|
39
|
+
end
|
|
40
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# this code is to call the help window
|
|
2
|
+
def runhelpwindowrwdcalendar
|
|
3
|
+
|
|
4
|
+
$help_topic = "calendar_help"
|
|
5
|
+
if @rwd_tab == "calendar"
|
|
6
|
+
$help_topic = "calendar_help"
|
|
7
|
+
end
|
|
8
|
+
$helptopicsarray = $helptopicsarray | ["calendar_help"]
|
|
9
|
+
|
|
10
|
+
if @rwd_window != "rwdtinkerhelpwindow"
|
|
11
|
+
$previouswindow = @rwd_window
|
|
12
|
+
$previoustab = @rwd_tab
|
|
13
|
+
end
|
|
14
|
+
runhelpwindow
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# this code is to change the contact name
|
|
2
|
+
def changescriptname
|
|
3
|
+
begin
|
|
4
|
+
oldName = $shellscript_directory + "/" + @a_scriptfilename + ".sh"
|
|
5
|
+
newName = $shellscript_directory + "/" + @a_changescriptname + ".sh"
|
|
6
|
+
|
|
7
|
+
File.rename(oldName, newName)
|
|
8
|
+
@scriptfilechangeresult = "File Renamed!"
|
|
9
|
+
$currentscriptname = @a_changescriptname
|
|
10
|
+
rescue
|
|
11
|
+
@scriptfilechangeresult = "rename error"
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# this method views an existing address record
|
|
2
|
+
def deletescriptrecord
|
|
3
|
+
|
|
4
|
+
require 'fileutils'
|
|
5
|
+
|
|
6
|
+
if @a_scriptfilename
|
|
7
|
+
$currentscriptname = @a_scriptfilename
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
begin # exception trapped block
|
|
12
|
+
fileName = $shellscript_directory + "/" + $currentscriptname + ".sh"
|
|
13
|
+
File.delete(fileName)
|
|
14
|
+
@eventfilechangeresult = "File Deleted!"
|
|
15
|
+
$currentscriptname = ""
|
|
16
|
+
rescue
|
|
17
|
+
@eventfilechangeresult = "File Deletion error"
|
|
18
|
+
end # exception rescue
|
|
19
|
+
|
|
20
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
Helptext.update( :rwdshell_help => " You can get a list of all scripts by clicking the listfiles button
|
|
4
|
+
|
|
5
|
+
To see the text of a script
|
|
6
|
+
Type in the name of the script you want.
|
|
7
|
+
|
|
8
|
+
type it without the sh ending
|
|
9
|
+
myscript
|
|
10
|
+
|
|
11
|
+
Then click the 'ViewScript' button
|
|
12
|
+
|
|
13
|
+
If it finds the script it will open it.
|
|
14
|
+
It displays the text the search box.",
|
|
15
|
+
:ShellEnvironment_help => "You can view the setup that
|
|
16
|
+
is on your system.
|
|
17
|
+
|
|
18
|
+
Click on Fill
|
|
19
|
+
This will show your setup
|
|
20
|
+
|
|
21
|
+
You can edit the commands or comment
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
'Save Changes' will save the changes you have made - BE CERTAIN YOUR CHANGES ARE CORRECT
|
|
25
|
+
'Reload Variables' will load the changes you have made - otherwise your changes will be lost next reboot",
|
|
26
|
+
|
|
27
|
+
:shelledit_help => "You can edit scripts here
|
|
28
|
+
'Fill Record' will load the file selected on the script run tab
|
|
29
|
+
'Save Changes' will save the changes you have made -
|
|
30
|
+
'Clear' will clear the screen "
|
|
31
|
+
)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# this code is to list the scripts
|
|
2
|
+
def listrubyscripts
|
|
3
|
+
fileList = Dir.new($shellscript_directory).entries.sort.delete_if { |x| ! (x =~ /rb$/) }
|
|
4
|
+
@listrubyscriptresult = fileList.rwd_method("fillrubyscriptname")
|
|
5
|
+
end
|
|
6
|
+
|
|
7
|
+
def fillrubyscriptname(inffile)
|
|
8
|
+
applet = inffile.gsub(/\.rb$/, "")
|
|
9
|
+
@a_rubyscriptfilename = applet
|
|
10
|
+
$currentrubyscriptname = applet
|
|
11
|
+
@a_rubyscriptcmd = applet
|
|
12
|
+
end
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# this code is to list the scripts
|
|
2
|
+
def listscripts
|
|
3
|
+
fileList = Dir.new($shellscript_directory).entries.sort.delete_if { |x| ! (x =~ /sh$/) }
|
|
4
|
+
@listscriptresult = fileList.rwd_method("fillscriptname")
|
|
5
|
+
end
|
|
6
|
+
|
|
7
|
+
def fillscriptname(inffile)
|
|
8
|
+
applet = inffile.gsub(/\.sh$/, "")
|
|
9
|
+
@a_scriptfilename = applet
|
|
10
|
+
$currentscriptname = applet
|
|
11
|
+
@a_scriptcmd = applet
|
|
12
|
+
end
|
|
13
|
+
|