rwddemo 0.90 → 0.91

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.
Files changed (95) hide show
  1. data/Readme.txt +25 -6
  2. data/code/{rwdcalc → superant.com.rwdcalc}/ca2multiply.rb +0 -0
  3. data/code/{rwdcalc → superant.com.rwdcalc}/changescriptname.rb +0 -0
  4. data/code/superant.com.rwdcalc/clearrubyscriptscreendisplay.rb +9 -0
  5. data/code/{rwdcalc → superant.com.rwdcalc}/clearscriptscreendisplay.rb +0 -0
  6. data/code/{rwdcalc → superant.com.rwdcalc}/deletescriptrecord.rb +0 -0
  7. data/code/{rwdcalc → superant.com.rwdcalc}/fadd.rb +0 -0
  8. data/code/{rwdcalc → superant.com.rwdcalc}/frwdcleartape.rb +0 -0
  9. data/code/{rwdcalc → superant.com.rwdcalc}/frwddivide.rb +0 -0
  10. data/code/{rwdcalc → superant.com.rwdcalc}/frwdmultiply.rb +0 -0
  11. data/code/{rwdcalc → superant.com.rwdcalc}/frwdsubtract.rb +0 -0
  12. data/code/{rwdcalc → superant.com.rwdcalc}/helptexthashrwdcalc.rb +0 -0
  13. data/code/{rwdcalc → superant.com.rwdcalc}/listscripts.rb +0 -0
  14. data/code/superant.com.rwdcalc/loadrubyrecord.rb +20 -0
  15. data/code/{rwdcalc → superant.com.rwdcalc}/loadscriptrecord.rb +0 -0
  16. data/code/{rwdcalc → superant.com.rwdcalc}/mathcommands.rb +0 -0
  17. data/code/{rwdcalc → superant.com.rwdcalc}/openhelpwindowrwdcalc.rb +0 -0
  18. data/code/{rwdcalc → superant.com.rwdcalc}/playscript.rb +1 -1
  19. data/code/{rwdcalc → superant.com.rwdcalc}/renamecalcrecord.rb +0 -0
  20. data/code/{rwdcalc → superant.com.rwdcalc}/runrwdcalcwindow.rb +0 -0
  21. data/code/{rwdcalc → superant.com.rwdcalc}/rwdadd.rb +0 -0
  22. data/code/{rwdcalc → superant.com.rwdcalc}/rwdcleartape.rb +0 -0
  23. data/code/{rwdcalc → superant.com.rwdcalc}/rwddivision.rb +0 -0
  24. data/code/{rwdcalc → superant.com.rwdcalc}/rwdsubtraction.rb +0 -0
  25. data/code/{rwdcalc → superant.com.rwdcalc}/savechangedscript.rb +0 -0
  26. data/code/superant.com.rwdcalc/saverubyscript.rb +20 -0
  27. data/code/{rwdcalc → superant.com.rwdcalc}/viewscript.rb +0 -0
  28. data/code/superant.com.rwdshell/helptexthashshell.rb +24 -0
  29. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +2 -2
  30. data/code/superant.com.rwdshell/openhelpwindowshell.rb +27 -0
  31. data/code/superant.com.rwdshell/playrubyscript.rb +2 -1
  32. data/code/superant.com.rwdshell/playscript.rb +2 -1
  33. data/code/superant.com.rwdshell/shelleval.rb +1 -1
  34. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +4 -1
  35. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +5 -3
  36. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +10 -6
  37. data/configuration/language.cnf +3 -1
  38. data/configuration/language.dist +7 -0
  39. data/configuration/rwdapplicationidentity.cnf +2 -2
  40. data/configuration/rwdapplicationidentity.dist +3 -0
  41. data/configuration/rwdcalc.cnf +5 -2
  42. data/configuration/rwdcalc.dist +7 -0
  43. data/configuration/rwdcalendar.cnf +7 -1
  44. data/configuration/rwdcalendar.dist +10 -0
  45. data/configuration/rwdshell.cnf +3 -0
  46. data/configuration/rwdshell.dist +3 -0
  47. data/configuration/rwdtinker.cnf +3 -4
  48. data/configuration/rwdtinker.dist +15 -0
  49. data/configuration/tinkerwin2variables.cnf +6 -1
  50. data/configuration/tinkerwin2variables.dist +17 -0
  51. data/extras/cmdline_parse +47 -0
  52. data/extras/config_file +69 -0
  53. data/extras/errorMsg +19 -0
  54. data/extras/icalendar.rb +18 -0
  55. data/extras/makePlaylist +34 -0
  56. data/extras/mp3controld +289 -0
  57. data/extras/playlist +186 -0
  58. data/extras/rconftool.rb +380 -0
  59. data/extras/showHelp +18 -0
  60. data/gui/00coreguibegin/applicationguitop.rwd +1 -1
  61. data/gui/frontwindow0/{superant.com.tinkercalendar → superant.com.rwdcalendar}/hl9calendar.rwd +0 -0
  62. data/gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd +1 -1
  63. data/gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd +2 -2
  64. data/gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd +3 -4
  65. data/gui/frontwindowtdocuments/superant.com.shelldocument/vvdocshellxp.rwd +1 -0
  66. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +5 -5
  67. data/init.rb +42 -37
  68. data/rwd_files/HowTo_RwdCalc.txt +110 -0
  69. data/rwd_files/HowTo_Shell.txt +14 -1
  70. data/rwd_files/HowTo_Tinker.txt +16 -0
  71. data/rwdconfig.cnf +6 -0
  72. data/rwdconfig.dist +6 -0
  73. data/scripts/test02.rb +1 -1
  74. data/tests/checkdepends.sh +4 -0
  75. data/tests/cleancnf.sh +5 -0
  76. data/tests/makedist.rb +29 -0
  77. data/tests/rdep.rb +354 -0
  78. metadata +62 -48
  79. data/code/superant.com.rwdshell/helptexthashrubyslippers.rb +0 -81
  80. data/code/superant.com.rwdshell/openhelpwindowrubyslippers.rb +0 -50
  81. data/configuration/playscripts.cnf +0 -2
  82. data/configuration/rwdcalcversion.cnf +0 -2
  83. data/configuration/rwdcalendarversion.cnf +0 -4
  84. data/configuration/rwdshellversion.cnf +0 -2
  85. data/configuration/rwdtinkerversion.cnf +0 -2
  86. data/configuration/tinkerwin2version.cnf +0 -3
  87. data/installed/rwdtinkerwin2-0.5.inf +0 -8
  88. data/lang/alanguagehashbegin.rb +0 -4
  89. data/lang/languagehash.rb +0 -4
  90. data/lang/templangfile.rb +0 -22
  91. data/lang/vlanguagehashend.rb +0 -6
  92. data/lang/wlocallangstart.rb +0 -5
  93. data/lang/xlocallangfile.rb +0 -22
  94. data/lang/zlocallangend.rb +0 -2
  95. data/rwddemo-0.90.gem +0 -0
@@ -1,81 +0,0 @@
1
-
2
-
3
- Helptext.update( :rubyslippers_generalhelp => " You can view the list of gems you have installed
4
- by clicking on the list files button
5
-
6
- You can view the contents of the gemspec file by typing or pasting a name in.
7
-
8
- When you are finished press the open button (leave off the .gemspec ending) ",
9
- :Install_Gem => "You can list the Gems available in the repository
10
- Click on the button.
11
- It will take several seconds then should show the list.
12
-
13
- To install a gem, enter the name into to textbox and
14
- click on the install Gem button
15
- You should see the result of the command on the screen
16
-
17
- You can check in the first tab if it is installed.",
18
- :GemCommands_help => "You can view the setup that Gem has on your system.
19
-
20
- Click on Show Environment
21
- This will show your setup
22
-
23
- You can run a Gem command or a shell command
24
-
25
- Click on the 'Show Gem Command Choices' this will bringup the command that will be added to 'gem'
26
- you can choose the blank choice or:
27
- help,--version,list --local,check -a,check --test,search,search --remote,specification,uninstall
28
-
29
- Enter the command in the box and press the
30
- Run Command button
31
-
32
- It displays the result of the command on the screen.
33
-
34
- Click 'List Installed Gem Files' to bring up a list at the bottom of the page.
35
- You can click on one to fill in the second command box. You will probably need to remove the version on the end
36
- of the file name for the gem command to properly work.
37
- the commands that can take a file name are: list --local,check --test,search,search --remote,specification,uninstall
38
-
39
- ",
40
- :gemfiles_help => "You can view the files that are installed for applications
41
-
42
- Click on Show Gem Dirs
43
- This will show your list of Gems installed
44
-
45
-
46
- Click on Show Application Files
47
- This will show your list of files installed",
48
- :gemdocs_help => "You can scan for the Gem doc server.
49
-
50
- If the gem doc server is running you can click and view the docs
51
- The docs for installed Gems should be visible ",
52
- :gemfilesinstalled => "You can see a list of gems that are installed on your system",
53
- :gemconfiguration_help => "You can view the configuration file for Rubyslippers and edit it
54
- 'Fill Record' will load the configuration file rubyslippers.cnf into the screen input boxes
55
- 'Save Changes' will save the changes you have made - BE CERTAIN YOUR CHANGES ARE CORRECT
56
- 'Reload Variables' will load the changes you have made - otherwise your changes will be load next reboot
57
-
58
- ",
59
- :gemspecdata_help => "You can view gemspecs
60
-
61
- The directory searched in is in the rubyslippers.cnf
62
- ",
63
- :editgemspec_help => "You can edit gemspec
64
- You need to open a gemspec in the 'View Gemspec' tab first
65
-
66
- The directory searched in is in the rubyslippers.cnf
67
- ",
68
- :buildgem_help => "gem utilities are available as well as the gem build command
69
-
70
- You can rename a gemspec, copy a gemspec or delete a gemspec
71
-
72
- You can select a gemspec by clicking on 'list gemspecs'
73
-
74
- You need to select a directory for the gem to be built in by clicking on 'list Gem Directories'
75
-
76
- The directory searched in is in the rubyslippers.cnf",
77
- :viewgemdir_help => "you can view the files in the gem directory before you build it
78
- You can select a directory for the gem to be built in by clicking on 'list Gem Directories'
79
- "
80
-
81
- )
@@ -1,50 +0,0 @@
1
- # this code is to call the help window
2
- def runhelpwindowrubyslippers
3
-
4
- $help_topic = "GemCommands_help"
5
- if @rwd_tab == "Viewgemdata"
6
- $help_topic = "rubyslippers_generalhelp"
7
- end
8
- if @rwd_tab == "geminstall"
9
- $help_topic = "Install_Gem"
10
- end
11
- if @rwd_tab == "gemcommands"
12
- $help_topic = "GemCommands_help"
13
- end
14
- if @rwd_tab == "gemfilesinstalled"
15
- $help_topic = "gemfiles_help"
16
- end
17
- if @rwd_tab == "gemservescan"
18
- $help_topic = "gemdocs_help"
19
- end
20
- if @rwd_tab == "viewrubyslippersconfiguration"
21
- $help_topic = "gemconfiguration_help"
22
- end
23
-
24
- if @rwd_tab == "Viewgemspecdata"
25
- $help_topic = "gemspecdata_help"
26
- end
27
-
28
- if @rwd_tab == "editgemspecrecordfile"
29
- $help_topic = "editgemspec_help"
30
- end
31
- if @rwd_tab == "gemutilitiesrubyslippers"
32
- $help_topic = "buildgem_help"
33
- end
34
- if @rwd_tab == "viewgemdir"
35
- $help_topic = "viewgemdir_help"
36
- end
37
-
38
- $helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help","gemconfiguration_help","gemspecdata_help","editgemspec_help","buildgem_help","viewgemdir_help"]
39
- $previouswindow = @rwd_window
40
- $previoustab = @rwd_tab
41
-
42
-
43
- if @rwd_window != "rwdtinkerhelpwindow"
44
- $previouswindow = @rwd_window
45
- $previoustab = @rwd_tab
46
- end
47
- runhelpwindow
48
- end
49
-
50
-
@@ -1,2 +0,0 @@
1
-
2
- $shellscript_directory = "scripts"
@@ -1,2 +0,0 @@
1
-
2
- RwdcalcVersion = "0.3"
@@ -1,2 +0,0 @@
1
-
2
- RwdShellVersion = "0.95"
@@ -1,2 +0,0 @@
1
-
2
- RwdTinkerVersion = "1.54"
@@ -1,3 +0,0 @@
1
-
2
- RwdTinkerWin2Version = "0.8"
3
-
@@ -1,8 +0,0 @@
1
- # rwdwin2 - rwd applet in second window - core for Tinker: Applet adding/removing and Diagnostic tab
2
- configuration/ab1tinkerwin2.cnf
3
- code/xb1rwdtinkerbackwindow
4
- gui/ll5rwdtinkerwin2selectiontab
5
- gui/xb1rwdtinkerbackwindow
6
- gui/uu6rwdtinkerwin2documents
7
- gui/yg6rwdwin2helpabout
8
- rwd_files/HowTo_TinkerWin2.txt
@@ -1,4 +0,0 @@
1
-
2
-
3
- Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Identificador de mensaje desconocido: #{kk.inspect}."; hh[kk] }
4
- langmessage = {
@@ -1,4 +0,0 @@
1
- # The encoding for the webpages. This should match the encoding used
2
- # to create these messages.
3
-
4
-
@@ -1,22 +0,0 @@
1
- # Lang file for rwdclandar - en
2
-
3
- :year => "Year:",
4
- :month => "Month:",
5
- :show_month => '"Show Month"',
6
-
7
- # English Language files for RwdTinker core
8
-
9
-
10
- :applet_installed => "applet installed!.",
11
- :clickfor_version => '"click for version"',
12
- :documents => '"Documents"',
13
- :help => '"Help"',
14
- :module_unknown => "Module unknown",
15
- :next => '"Next"',
16
- :rwdtinker_window_2 => "RwdTinker Window 2",
17
- :rwdtinker => "RwdTinker",
18
- :rwdtinker_help_window => '"RwdTinker Help Window"',
19
- :rwdtinker_back_window => '"RwdTinker Back Window"',
20
- :rwdtinker_help => '"RwdTinker Help"',
21
- :tinker_logo => "Tinker Logo",
22
- :selection_panel => '"Selection Panel"',
@@ -1,6 +0,0 @@
1
-
2
- }
3
- langmessage.each { |kk, vv| Message[kk] = vv }
4
-
5
-
6
-
@@ -1,5 +0,0 @@
1
-
2
- Message.update(
3
-
4
-
5
-
@@ -1,22 +0,0 @@
1
- # Lang file for rwdclandar - en
2
-
3
- :year => "Year:",
4
- :month => "Month:",
5
- :show_month => '"Show Month"',
6
-
7
- # English Language files for RwdTinker core
8
-
9
-
10
- :applet_installed => "applet installed!.",
11
- :clickfor_version => '"click for version"',
12
- :documents => '"Documents"',
13
- :help => '"Help"',
14
- :module_unknown => "Module unknown",
15
- :next => '"Next"',
16
- :rwdtinker_window_2 => "RwdTinker Window 2",
17
- :rwdtinker => "RwdTinker",
18
- :rwdtinker_help_window => '"RwdTinker Help Window"',
19
- :rwdtinker_back_window => '"RwdTinker Back Window"',
20
- :rwdtinker_help => '"RwdTinker Help"',
21
- :tinker_logo => "Tinker Logo",
22
- :selection_panel => '"Selection Panel"',
@@ -1,2 +0,0 @@
1
- :rwdtinker => "RwdTinker"
2
- )
Binary file