rwddemo 0.90 → 0.91

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,29 @@
1
+ #!/usr/bin/ruby -w
2
+ #***********************************************************************
3
+ #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
+ #* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
5
+ #* at "steven@superant.com".
6
+ #***********************************************************************/
7
+
8
+ require 'fileutils'
9
+ load 'configuration/rwdtinker.dist'
10
+
11
+ $progdir = File::expand_path( File.dirname(__FILE__))
12
+ results = " "
13
+ puts "creating rwdtinker distribution files version #{RwdTinkerVersion}"
14
+ puts "cleaning conf files"
15
+ `tests/cleancnf.sh`
16
+ puts "moving up one directory"
17
+ Dir.chdir("..")
18
+
19
+ zipcreatecmd = "zip -r rwdtinker-#{RwdTinkerVersion}.zip rwdtinker"
20
+ puts "#{zipcreatecmd}"
21
+ `#{zipcreatecmd}`
22
+ tarcreatecmd = "tar --gzip -cf rwdtinker-#{RwdTinkerVersion}.tar.gz rwdtinker"
23
+ puts "#{tarcreatecmd}"
24
+ `#{tarcreatecmd}`
25
+ tarcreatecmd2 = "tar --bzip2 -cf rwdtinker-#{RwdTinkerVersion}.tar.bz2 rwdtinker"
26
+ puts "#{tarcreatecmd2}"
27
+ `#{tarcreatecmd2}`
28
+
29
+ print Dir["rwdtinker*.{gz,bz2,deb,gem}"]
@@ -0,0 +1,354 @@
1
+ =begin
2
+
3
+ rdep - The Ruby Dependency Tool
4
+ Version 1.4
5
+
6
+ Hal E. Fulton
7
+ 2 November 2002
8
+ Ruby's license
9
+
10
+ Purpose
11
+
12
+ Determine the library files on which a specified Ruby file is dependent
13
+ (and their location and availability).
14
+
15
+ Usage notes
16
+
17
+ Usage: ruby rdep.rb sourcefile
18
+
19
+ The sourcefile may or may not have a .rb extension.
20
+
21
+ The directories in the $: array (which includes the RUBYLIB environment
22
+ variable) are searched first. File extensions are currently searched for
23
+ in this order: no extension, .rb, .o, .so, .dll (this may not be correct).
24
+
25
+ If there are no detected dependencies, the program will give the
26
+ message, "No dependencies found."
27
+
28
+ If the program finds [auto]load and require statements that it can
29
+ understand, it searches for the specified files. Any recognized Ruby
30
+ source files (*.rb) are processed recursively in the same way. No attempt
31
+ is made to open the files that appear to be binary.
32
+
33
+ The program will print up to four lists (any or all may be omitted):
34
+ 1. A list of files it found by going through RUBYLIB.;
35
+ 2. A list of files found under the searchroot (or under '.');
36
+ 3. A list of directories under searchroot which should perhaps be
37
+ added to RUBYLIB; and
38
+ 4. A list of files (without extensions) which could not be found.
39
+
40
+ If there were unparseable [auto]load or require statements, a warning
41
+ will be issued.
42
+
43
+ Between lists 3 and 4, the program will give an opinion about the overall
44
+ situation. The worst case is that files were not found; the uncertain
45
+ case is when there were unparseable statements; and the best case is
46
+ when all files could be found (lists 1 and 2).
47
+
48
+ Exit codes
49
+
50
+ 0 - Usage or successful execution
51
+ 1 - Nonexistent sourcefile specified
52
+ 2 - Improper sourcefile (pipe, special file, ...)
53
+ 3 - Some kind of problem reading a file
54
+
55
+ Limitations
56
+
57
+ Requires Ruby 1.6.0 or higher
58
+ No recursion on binaries
59
+ Can't look at dynamically built names
60
+ Can't detect "tested" requires (e.g.: flag = require "foo.rb")
61
+ [auto]load/require can be preceded only by whitespace on the line
62
+ Only recognizes simple strings ("file" or 'file')
63
+ Does not recognized named constants (e.g.: require MyFile)
64
+ Assumes every directory entry is either a file or subdirectory
65
+ Does not handle the Windows variable RUBYLIB_PREFIX
66
+ May be SLOW if a directory structure is deep (especially
67
+ on Windows with 1.6.x)
68
+
69
+ Known bugs:
70
+
71
+ Logic may be incorrect in terms of search order, file extensions, etc.
72
+ Injected a bug in 1.3: In rare cases will recurse until stack overflow
73
+
74
+ Revision history
75
+
76
+ Version 1.0 - 13 October 2000 - Initial release
77
+ Version 1.1 - 10 July 2001 - Bug fixes
78
+ Version 1.2 - 15 August 2002 - Works correctly on Win98
79
+ Version 1.3 - 21 October 2002 - Removed globals; removed search root;
80
+ added $: instead of RUBYLIB; etc.
81
+ Version 1.4 - 2 November 2002 - Fixed autoload recursion bug
82
+
83
+ To-do list
84
+
85
+ Possibly change extension search order?
86
+ Possibly add extensions to list?
87
+ Are explicit extensions allowed other than .rb?
88
+ Is a null extension really legal?
89
+ Additional tests/safeguards? (file permissions, non-empty files,...)
90
+ Change inconsistent expansion of tilde, dot, etc.?
91
+ Make it smarter somehow??
92
+
93
+ =end
94
+
95
+ #
96
+ # File.doc_skip - iterator to skip embedded docs in Ruby input file
97
+ #
98
+
99
+ class File
100
+
101
+ def doc_skip
102
+ loop do
103
+ str = gets
104
+ break if not str
105
+ if str =~ /^=begin([ \t]|$)/
106
+ loop do
107
+ str = gets
108
+ break if not str
109
+ break if str =~ /^=end([ \t]|$)/
110
+ end
111
+ else
112
+ yield str
113
+ end
114
+ end
115
+ end
116
+
117
+ end
118
+
119
+ class Dependency
120
+
121
+ #
122
+ # unquote - Find the value of a string. Called from scan.
123
+ #
124
+
125
+ def unquote(str)
126
+ # Still more kludgy code.
127
+ return nil if str == nil
128
+ if [?', ?"].include? str[0] # ' Unconfuse gvim
129
+ str = str[1..-2]
130
+ else
131
+ ""
132
+ end
133
+ end
134
+
135
+ #
136
+ # scan - Scans a line and returns the filename from a load or require
137
+ # statement. Returns null string if there was a parsing problem.
138
+ # Returns nil if this is not a load or require.
139
+ #
140
+
141
+ def scan(line)
142
+ line.strip!
143
+ if line =~ /^load/ or line =~ /^auto/ or line =~ /^require/
144
+ @has_dep = true # At least one dependency found.
145
+ # Kludge!!
146
+ junk = %w[ require load autoload ( ) , ] + [""]
147
+ temp = line.split(/[ \t\(\),]/) - junk
148
+ if temp[2] and temp[2][0].chr =~ /[#;]/ # Comments, semi...
149
+ temp = temp[0..1]
150
+ end
151
+ if temp[-1] =~ /\#\{/ # #{} means trouble
152
+ str = ""
153
+ else
154
+ str = unquote(temp[-1]) # May return nil.
155
+ end
156
+ str
157
+ else
158
+ nil
159
+ end
160
+ end
161
+
162
+ #
163
+ # find_files - The heart of the program. Search for files using $:
164
+ #
165
+
166
+ def find_files(source)
167
+ # loadable - This file or some variant can be found in one of the
168
+ # directories in $:
169
+ loadable = false
170
+
171
+ files = [] # Save a list of load/require files.
172
+ found = [] # Save a list of files found (.rb only for now)
173
+
174
+ # Open the file, strip embedded docs, and look for load/require statements.
175
+
176
+ begin
177
+ File.open(source).doc_skip {|line| files << scan(line)}
178
+ rescue => err
179
+ puts "Problem processing file #{source}: #{err}"
180
+ caller.each {|x| puts " #{x}"}
181
+ exit 3
182
+ end
183
+
184
+ # If no dependencies, don't bother searching!
185
+ if ! @has_dep
186
+ puts "No dependencies found."
187
+ exit 0
188
+ end
189
+
190
+ files.compact!
191
+ catch(:skip) do
192
+ for file in files
193
+
194
+ if file == "" # Warning
195
+ @warnfiles << source
196
+ next
197
+ end
198
+
199
+ throw :skip if (@inpath.include? file) || (@cantfind.include? file)
200
+
201
+ if file =~ /\.rb$/ then # Don't add suffix to *.rb
202
+ suffixes = [""] # Hmm... .rbw?? Probably not needed.
203
+ else
204
+ suffixes = @suffixes # Use any suffix (extension)
205
+ end
206
+
207
+ # Look through search path (@search_path)
208
+
209
+ for dir in @search_path
210
+
211
+ for suf in suffixes
212
+ filename = dir + file + suf
213
+ loadable = test ?e, filename
214
+ break if loadable
215
+ end
216
+
217
+ if loadable
218
+ @inpath << filename # Files we found in RUBYLIB
219
+ # Add to 'found' if it's a source file (so we can recurse)
220
+ found << filename if filename =~ /\.rb$/
221
+ break
222
+ end
223
+
224
+ end
225
+
226
+ @cantfind << file if !loadable
227
+ end
228
+ end
229
+
230
+ found.uniq!
231
+ found.compact!
232
+ list = found
233
+ found.each {|x| list += find_files(x)}
234
+
235
+ list
236
+ end
237
+
238
+ #
239
+ # print_list - Print a header message followed by a list of files
240
+ # or directories.
241
+ #
242
+
243
+ def print_list(header, list)
244
+ return if list.empty?
245
+ puts header + "\n\n" # Extra newlines
246
+ list.each {|x| puts " #{x}"}
247
+ puts "\n" # Extra newline
248
+ end
249
+
250
+ SEP = File::Separator
251
+ DIRSEP = if SEP=="/" then ":" else ";" end
252
+
253
+ def execute
254
+ @has_dep = false
255
+ @warnfiles = []
256
+ @newdirs = []
257
+ @inpath = []
258
+ @cantfind = []
259
+ @suffixes = [""] + %w[ .rb .o .so .dll ]
260
+ @rdirs = []
261
+ @global_found = []
262
+
263
+ # No parameters? Usage message
264
+
265
+ if not ARGV[0]
266
+ puts "Usage: ruby rdep.rb sourcefile [searchroot]"
267
+ exit 0
268
+ end
269
+
270
+ # Does sourcefile exist?
271
+
272
+ if ! test ?e, ARGV[0]
273
+ puts "#{ARGV[0]} does not exist."
274
+ exit 1
275
+ end
276
+
277
+ # Is sourcefile a "real" file?
278
+
279
+ if ! test ?f, ARGV[0]
280
+ puts "#{ARGV[0]} is not a regular file."
281
+ exit 2
282
+ end
283
+
284
+ # Be sure to search under the dir where the
285
+ # program lives...
286
+
287
+ @proghome = File.dirname(File.expand_path(ARGV[0]))
288
+ if @proghome != File.expand_path(".")
289
+ $: << @proghome
290
+ end
291
+
292
+ # Get list of dirs in $:
293
+
294
+ @search_path = $:
295
+ @search_path.collect! {|x| x[-1] == SEP ? x : x + SEP }
296
+
297
+ # All real work happens here -- big recursive find
298
+
299
+ find_files(ARGV[0])
300
+
301
+ @warnfiles.uniq!
302
+ @cantfind.uniq!
303
+ @newdirs.uniq!
304
+ @inpath.map! {|x| File.expand_path(x)}
305
+ @inpath.uniq!
306
+
307
+ #
308
+ # Now, what are all the results? Report to user.
309
+ #
310
+
311
+ if @inpath[0]
312
+ print_list("Found in search path:", @inpath)
313
+ if ! @cantfind.empty? && @warnfiles.empty?
314
+ puts "This will probably be sufficient.\n"
315
+ end
316
+ end
317
+
318
+ # Did we use any dirs under the "home"?
319
+
320
+ homedirs = @inpath.find_all {|x| x =~ Regexp.new("^"+@proghome)}
321
+ if homedirs[0] # not empty
322
+ homedirs.map! {|x| File.dirname(x) }.uniq!
323
+ puts "Consider adding these directories to RUBYPATH:\n\n"
324
+ homedirs.each {|x| puts " #{x}" }
325
+ puts
326
+ if @warnfiles[0] and homedirs == [] # There are unparseable statements.
327
+ puts "This will probably NOT be sufficient. See below.\n\n"
328
+ end
329
+ end
330
+
331
+ # What's our opinion?
332
+
333
+ if @cantfind[0] # There are unknown files.
334
+ puts "This will probably NOT be sufficient. See below.\n\n"
335
+ elsif @warnfiles[0] and homedirs == [] # There are unparseable statements.
336
+ puts "Files may still be missing. See below.\n\n"
337
+ else # We think everything is OK.
338
+ puts "This will probably be sufficient."
339
+ end
340
+
341
+ # Report unknown files
342
+ print_list("Not located anywhere:", @cantfind)
343
+
344
+ # Print warning about load/require strings we couldn't understand
345
+ print_list("Warning: Unparseable usages of 'load' or 'require' in:",
346
+ @warnfiles)
347
+ end
348
+
349
+ end
350
+
351
+ Dependency.new.execute
352
+
353
+ exit 0
354
+
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.4
2
+ rubygems_version: 0.8.6
3
3
  specification_version: 1
4
4
  name: rwddemo
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.90"
7
- date: 2005-02-17
6
+ version: "0.91"
7
+ date: 2005-03-10
8
8
  summary: rwddemo application shows rwdtinker and RubyWebDialogs features.
9
9
  require_paths:
10
10
  - "."
@@ -60,6 +60,7 @@ files:
60
60
  - code/superant.com.rwdtinkerbackwindow/installremotegem.rb
61
61
  - code/superant.com.rwdtinkerbackwindow/listgemzips.rb
62
62
  - code/zz0applicationend/zz0end.rb
63
+ - code/superant.com.rwdcalendar/gh9calendar.rb
63
64
  - code/superant.com.rwdshell/changescriptname.rb
64
65
  - code/superant.com.rwdshell/clearscriptscreendisplay.rb
65
66
  - code/superant.com.rwdshell/deletescriptrecord.rb
@@ -75,52 +76,67 @@ files:
75
76
  - code/superant.com.rwdshell/returntomain.rb
76
77
  - code/superant.com.rwdshell/runrwdshellmenu1.rb
77
78
  - code/superant.com.rwdshell/runrwdshellbackwindow.rb
78
- - code/superant.com.rwdshell/helptexthashrubyslippers.rb
79
+ - code/superant.com.rwdshell/openhelpwindowshell.rb
79
80
  - code/superant.com.rwdshell/loadconfigurationrecord.rb
80
- - code/superant.com.rwdshell/openhelpwindowrubyslippers.rb
81
81
  - code/superant.com.rwdshell/saveconfigurationrecord.rb
82
82
  - code/superant.com.rwdshell/loadconfigurationvariables.rb
83
83
  - code/superant.com.rwdshell/playrubyscript.rb
84
84
  - code/superant.com.rwdshell/listrubyscripts.rb
85
85
  - code/superant.com.rwdshell/viewrubyscript.rb
86
- - code/rwdcalc/ca2multiply.rb
87
- - code/rwdcalc/fadd.rb
88
- - code/rwdcalc/frwdcleartape.rb
89
- - code/rwdcalc/frwddivide.rb
90
- - code/rwdcalc/frwdmultiply.rb
91
- - code/rwdcalc/frwdsubtract.rb
92
- - code/rwdcalc/mathcommands.rb
93
- - code/rwdcalc/runrwdcalcwindow.rb
94
- - code/rwdcalc/rwdadd.rb
95
- - code/rwdcalc/rwdcleartape.rb
96
- - code/rwdcalc/rwddivision.rb
97
- - code/rwdcalc/rwdsubtraction.rb
98
- - code/rwdcalc/changescriptname.rb
99
- - code/rwdcalc/clearscriptscreendisplay.rb
100
- - code/rwdcalc/deletescriptrecord.rb
101
- - code/rwdcalc/listscripts.rb
102
- - code/rwdcalc/loadscriptrecord.rb
103
- - code/rwdcalc/playscript.rb
104
- - code/rwdcalc/savechangedscript.rb
105
- - code/rwdcalc/viewscript.rb
106
- - code/rwdcalc/renamecalcrecord.rb
107
- - code/rwdcalc/openhelpwindowrwdcalc.rb
108
- - code/rwdcalc/helptexthashrwdcalc.rb
109
- - code/superant.com.rwdcalendar/gh9calendar.rb
86
+ - code/superant.com.rwdshell/helptexthashshell.rb
87
+ - code/superant.com.rwdcalc/ca2multiply.rb
88
+ - code/superant.com.rwdcalc/fadd.rb
89
+ - code/superant.com.rwdcalc/frwdcleartape.rb
90
+ - code/superant.com.rwdcalc/frwddivide.rb
91
+ - code/superant.com.rwdcalc/frwdmultiply.rb
92
+ - code/superant.com.rwdcalc/frwdsubtract.rb
93
+ - code/superant.com.rwdcalc/mathcommands.rb
94
+ - code/superant.com.rwdcalc/runrwdcalcwindow.rb
95
+ - code/superant.com.rwdcalc/rwdadd.rb
96
+ - code/superant.com.rwdcalc/rwdcleartape.rb
97
+ - code/superant.com.rwdcalc/rwddivision.rb
98
+ - code/superant.com.rwdcalc/rwdsubtraction.rb
99
+ - code/superant.com.rwdcalc/changescriptname.rb
100
+ - code/superant.com.rwdcalc/clearscriptscreendisplay.rb
101
+ - code/superant.com.rwdcalc/deletescriptrecord.rb
102
+ - code/superant.com.rwdcalc/listscripts.rb
103
+ - code/superant.com.rwdcalc/loadscriptrecord.rb
104
+ - code/superant.com.rwdcalc/playscript.rb
105
+ - code/superant.com.rwdcalc/savechangedscript.rb
106
+ - code/superant.com.rwdcalc/viewscript.rb
107
+ - code/superant.com.rwdcalc/renamecalcrecord.rb
108
+ - code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb
109
+ - code/superant.com.rwdcalc/helptexthashrwdcalc.rb
110
+ - code/superant.com.rwdcalc/loadrubyrecord.rb
111
+ - code/superant.com.rwdcalc/clearrubyscriptscreendisplay.rb
112
+ - code/superant.com.rwdcalc/saverubyscript.rb
113
+ - configuration/tinkerwin2variables.dist
114
+ - configuration/rwdtinker.dist
115
+ - configuration/language.dist
116
+ - configuration/rwdapplicationidentity.dist
117
+ - configuration/rwdshell.dist
118
+ - configuration/rwdtinker.cnf
110
119
  - configuration/language.cnf
120
+ - configuration/rwdshell.cnf
121
+ - configuration/rwdcalc.cnf
111
122
  - configuration/rwdapplicationidentity.cnf
112
- - configuration/rwdtinker.cnf
113
- - configuration/rwdtinkerversion.cnf
123
+ - configuration/rwdcalc.dist
114
124
  - configuration/tinkerwin2variables.cnf
115
- - configuration/tinkerwin2version.cnf
116
- - configuration/playscripts.cnf
117
- - configuration/rwdshellversion.cnf
118
- - configuration/rwdcalc.cnf
119
- - configuration/rwdcalcversion.cnf
125
+ - configuration/rwdcalendar.dist
120
126
  - configuration/rwdcalendar.cnf
121
- - configuration/rwdcalendarversion.cnf
122
127
  - extras/zip
128
+ - extras/cmdline_parse
129
+ - extras/config_file
130
+ - extras/errorMsg
131
+ - extras/makePlaylist
132
+ - extras/mp3controld
133
+ - extras/playlist
134
+ - extras/plugins
135
+ - extras/showHelp
136
+ - extras/rconftool.rb
123
137
  - extras/cal.rb
138
+ - extras/icalendar
139
+ - extras/icalendar.rb
124
140
  - scripts/date.sh
125
141
  - scripts/echo2.sh
126
142
  - scripts/lister.sh
@@ -136,13 +152,6 @@ files:
136
152
  - ev/thread.rb
137
153
  - ev/tree.rb
138
154
  - ev/xml.rb
139
- - lang/alanguagehashbegin.rb
140
- - lang/languagehash.rb
141
- - lang/templangfile.rb
142
- - lang/vlanguagehashend.rb
143
- - lang/wlocallangstart.rb
144
- - lang/xlocallangfile.rb
145
- - lang/zlocallangend.rb
146
155
  - lang/en/rwdcore/languagefile.rb
147
156
  - lang/en/rwdcalendar/calendar-en.rb
148
157
  - lang/es/rwdcore/languagefile-es.rb
@@ -152,14 +161,14 @@ files:
152
161
  - lang/nl/rwdcalendar/calendar-nl.rb
153
162
  - gui/00coreguibegin/applicationguitop.rwd
154
163
  - gui/frontwindow0/superant.com.shellscripts
155
- - gui/frontwindow0/superant.com.tinkercalendar
164
+ - gui/frontwindow0/superant.com.rwdcalendar
156
165
  - gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd
157
166
  - gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd
158
167
  - gui/frontwindow0/superant.com.shellscripts/3editscripts.rwd
159
168
  - gui/frontwindow0/superant.com.shellscripts/4scriptutilities.rwd
160
169
  - gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd
161
170
  - gui/frontwindow0/superant.com.shellscripts/cb7rwdrubyeval.rwd
162
- - gui/frontwindow0/superant.com.tinkercalendar/hl9calendar.rwd
171
+ - gui/frontwindow0/superant.com.rwdcalendar/hl9calendar.rwd
163
172
  - gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd
164
173
  - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab
165
174
  - gui/frontwindowselections/superant.com.rwdshellselectiontab
@@ -234,7 +243,6 @@ files:
234
243
  - gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd
235
244
  - gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd
236
245
  - gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
237
- - installed/rwdtinkerwin2-0.5.inf
238
246
  - installed/rwdviewlogo-0.4.inf
239
247
  - rwd_files/favicon.ico
240
248
  - rwd_files/HowTo_Tinker.txt
@@ -246,14 +254,20 @@ files:
246
254
  - rwd_files/tinker.png
247
255
  - rwd_files/HowTo_RubyEval.html
248
256
  - rwd_files/HowTo_Shell.txt
257
+ - rwd_files/HowTo_RwdCalc.txt
249
258
  - rwd_files/HowTo_RwdDemo.txt
250
259
  - zips/rwdahelloworld-0.5.zip
251
260
  - tests/rwdtinkertestEN.rb
252
261
  - tests/test.result
253
262
  - tests/totranslate.lang
263
+ - tests/cleancnf.sh
264
+ - tests/rdep.rb
265
+ - tests/checkdepends.sh
266
+ - tests/makedist.rb
254
267
  - init.rb
255
268
  - Readme.txt
256
- - rwddemo-0.90.gem
269
+ - rwdconfig.dist
270
+ - rwdconfig.cnf
257
271
  test_files: []
258
272
  rdoc_options:
259
273
  - "--main"