Sha256: 69548c4e64c7be5ee3843d924310a3bd8d2d21858a4323d7a642644ded1c37f7

Contents?: true

Size: 1.35 KB

Versions: 6

Compression:

Stored size: 1.35 KB

Contents

  

 Helptext.update( :rwdshell_help => "   You can get a list of all scripts by clicking the listfiles button
     
      To see the text of a script
       Type in the name of the script you want.
      
       type it without the sh ending
       myscript
       
       Then click the 'ViewScript' button
       
       If it finds the script it will open it. 
       It displays the text the search box.",
      :ShellEnvironment_help => "You can view the setup that 
       is on your system.
      
       Click on Fill 
       This will show your setup
       
       You can edit the commands or comment
       
    
     'Save Changes' will save the changes you have made - BE CERTAIN YOUR CHANGES ARE CORRECT
     'Reload Variables' will load the changes you have made - otherwise your changes will be lost next reboot", 

    :shelledit_help =>  "You can edit scripts here
 'Fill Record'   will load the file selected on the script run tab
  'Save Changes' will save the changes you have made - 
 'Clear' will clear the screen " ,
  :RubyScript_help=> ' you can put in something like "Hello!" 
  <p>
  "Howdy Steven".upcase
  <p>
  carray = ["one "] ; carray << " two" ; carray.each{|x| x.upcase} 
  <p>
  10.between?(7,12)
  <p>
  ["tivo","nokia", "ipaq"].length
  <p>
  xhash = { "altima" => "nissan", "camry" => "toyota", "rx7" => "mazda" }  ; xhash.keys
'
)

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bigtinker-0.96 code/superant.com.rwdshell/helptexthashshell.rb
bigtinker-0.97 code/superant.com.rwdshell/helptexthashshell.rb
bigtinker-0.98 code/superant.com.rwdshell/helptexthashshell.rb
rwdruby-1.07 code/superant.com.rwdshell/helptexthashshell.rb
rwdruby-1.08 code/superant.com.rwdshell/helptexthashshell.rb
rwdruby-1.06 code/superant.com.rwdshell/helptexthashshell.rb