rubyslippers 0.97 → 0.98
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/Readme.txt +206 -299
- data/code/01rwdcore/03helptexthash.rb +4 -1
- data/code/01rwdcore/openhelpwindow.rb +6 -1
- data/code/superant.com.rubyslippers/gemcommands.rb +1 -1
- data/code/superant.com.rubyslippers/helptexthashrubyslippers.rb +43 -5
- data/code/superant.com.rubyslippers/listgemrecord.rb +1 -1
- data/code/superant.com.rubyslippers/listinstalledgemsfiles.rb +13 -0
- data/code/superant.com.rubyslippers/openhelpwindowrubyslippers.rb +19 -2
- data/code/superant.com.rubyslippers/returntomain.rb +10 -0
- data/code/superant.com.rubyslippers/runrubyslippersmenu1.rb +57 -0
- data/code/superant.com.rubyslippers/viewgemdata.rb +1 -1
- data/code/superant.com.rubyslippersbackwindow/listgemdir.rb +19 -0
- data/code/superant.com.rubyslippersbackwindow/listgemdirectories.rb +4 -1
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +100 -0
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +8 -8
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +21 -0
- data/configuration/rubyslippers.cnf +2 -2
- data/configuration/rubyslippersversion.cnf +1 -1
- data/configuration/rwdapplicationidentity.cnf +3 -0
- data/configuration/rwdtinker.cnf +1 -0
- data/configuration/rwdtinkerversion.cnf +1 -1
- data/ev/rwd.rb +4 -3
- data/gui/frontwindow0/superant.com.rubyslippers/{80gemcommands.rwd → 25gemcommands.rwd} +13 -1
- data/gui/frontwindow0/superant.com.rubyslippers/30viewgemdata.rwd +2 -2
- data/gui/frontwindow0/superant.com.rubyslippers/m01menubegin.rwd +10 -0
- data/gui/frontwindow0/superant.com.rubyslippers/m02menu.rwd +60 -0
- data/gui/frontwindow0/superant.com.rubyslippers/m03menu.rwd +12 -0
- data/gui/frontwindow0/superant.com.rubyslippers/m85menu.rwd +21 -0
- data/gui/frontwindow0/superant.com.rubyslippers/m88menu.rwd +12 -0
- data/gui/frontwindow0/superant.com.rubyslippers/m99menuend.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/3viewgemspec.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/5editgemspecrecord.rwd +18 -18
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/6buildgem.rwd +1 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/7viewgemdir.rwd +26 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/{7gemcommands.rwd → 8gemcommands.rwd} +2 -1
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/92viewconfiguration.rwd +31 -9
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/m01menubegin.rwd +10 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/m02menu.rwd +60 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/m03menu.rwd +12 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/m85menu.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/m88menu.rwd +12 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/m99menuend.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/{98returntab.rwd → v9returntab.rwd} +1 -1
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/{50rwdlistzips.rwd → 40rwdlistzips.rwd} +9 -2
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +10 -9
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +2 -2
- data/init.rb +38 -2
- data/installed/rwdtinkerwin2-0.5.inf +8 -0
- data/installed/rwdviewlogo-0.4.inf +4 -0
- data/rwd_files/HowTo_RubySlippers.txt +12 -1
- data/rwd_files/HowTo_Tinker.txt +37 -0
- data/rwd_files/remotegemlist.txt +43 -27
- data/zips/rwdcalc-0.4.zip +0 -0
- metadata +81 -58
- data/code/dd0viewphoto/dd0viewphoto.rb +0 -4
- data/gui/frontwindow0/superant.com.rubyslippers/92viewconfiguration.rwd +0 -38
@@ -0,0 +1,21 @@
|
|
1
|
+
def viewappletcontents
|
2
|
+
require 'fileutils'
|
3
|
+
require 'extras/zip/zip'
|
4
|
+
nametext = "%s" % [@a_installapplet]
|
5
|
+
|
6
|
+
begin # exception trapped block
|
7
|
+
fullname = nametext + ".zip"
|
8
|
+
fileName = File.join($zipslocation,fullname)
|
9
|
+
tempfilecontents = " "
|
10
|
+
zf = Zip::ZipFile.new(fileName)
|
11
|
+
zf.sort.each {
|
12
|
+
|entry|
|
13
|
+
tempfilecontents = tempfilecontents + entry.to_s + "\n"
|
14
|
+
}
|
15
|
+
@appletcontentstext = tempfilecontents
|
16
|
+
|
17
|
+
rescue
|
18
|
+
@installapplettext = "unzip error - error opening applet"
|
19
|
+
end # exception rescue
|
20
|
+
|
21
|
+
end
|
@@ -5,5 +5,5 @@ $gemdirectory = "/usr/lib/ruby/gems/1.8" # Linux machine
|
|
5
5
|
$gemspecificationsdirectory = "/usr/lib/ruby/gems/1.8/specifications"
|
6
6
|
#$xpcommand = "cmd /C " # XP machines with cmd shell
|
7
7
|
$xpcommand = " " # Linux machines
|
8
|
-
$gemspec_directory = "/usr/src/
|
9
|
-
$gembuild_directory = "/usr/src/
|
8
|
+
$gemspec_directory = "/usr/src/rubygems"
|
9
|
+
$gembuild_directory = "/usr/src/rubygems"
|
@@ -1,2 +1,2 @@
|
|
1
1
|
|
2
|
-
RubySlippersVersion = "0.
|
2
|
+
RubySlippersVersion = "0.98"
|
data/configuration/rwdtinker.cnf
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
|
2
|
-
RwdTinkerVersion = "1.
|
2
|
+
RwdTinkerVersion = "1.50"
|
data/ev/rwd.rb
CHANGED
@@ -267,7 +267,7 @@ class OpenTag
|
|
267
267
|
template = $rwd_html_PDA_1 if pda
|
268
268
|
|
269
269
|
res <<(template(template, args))
|
270
|
-
when "p" then
|
270
|
+
when "p" then res << "<p #{align} > "
|
271
271
|
when "pre" then res << "<pre #{align}>"
|
272
272
|
when "big" then res << "<p #{align}><big>"
|
273
273
|
when "small" then res << "<p #{align}><small>"
|
@@ -308,9 +308,10 @@ class OpenTag
|
|
308
308
|
when "hidden" then res << "<p #{align}><input name='#{@args["name"]}' value='#{value1}' type='hidden'>"
|
309
309
|
when "text"
|
310
310
|
maxlength = ""
|
311
|
-
|
311
|
+
maxlength = "maxlength='%s'" % @args["maxlength"] if @args.include?("maxlength")
|
312
312
|
size = ""
|
313
|
-
size
|
313
|
+
size = "size='%s'" % @args["size"] if @args.include?("size")
|
314
|
+
size = "size='%s'" % 10 if pda
|
314
315
|
res << "<p #{align}><input name='#{@args["name"]}' value='#{value1}' type='text' #{maxlength} #{size}>"
|
315
316
|
oneormorefields << "true"
|
316
317
|
when "textarea"
|
@@ -17,6 +17,18 @@ $rwdguivar=
|
|
17
17
|
<horizontal>
|
18
18
|
<button caption=\"Run Command\" action=\"rungemcommand\"/>
|
19
19
|
<button caption=\"Cancel\" action=\"main\"/>
|
20
|
-
</horizontal>
|
20
|
+
</horizontal>
|
21
|
+
<table>
|
22
|
+
<row> <p> </row>
|
23
|
+
<row> <p align=\"right\">View the list of installation files </row>
|
24
|
+
|
25
|
+
</table>
|
26
|
+
<horizontal>
|
27
|
+
|
28
|
+
<button caption=\"List Installed Gem Files\" action=\"listinstalledgemsfiles\"/>
|
29
|
+
|
30
|
+
</horizontal>
|
31
|
+
|
32
|
+
<p>%%listgemrecordfilesresult%%</p>
|
21
33
|
<p>%gemcommandresult%</p>
|
22
34
|
</tab>"
|
@@ -0,0 +1,60 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<row> <p></row>
|
4
|
+
|
5
|
+
<horizontal>
|
6
|
+
|
7
|
+
<button caption=\"Gem Commands\" action=\"runrubyslippersmenu1\"/>
|
8
|
+
<p>Open Gem Commands Tab.................................................................</p>
|
9
|
+
|
10
|
+
</horizontal>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
|
14
|
+
<button caption=\"View Gem Data\" action=\"runrubyslippersmenu2\"/>
|
15
|
+
<p>Open Gem Data Tab..............................................................................</p>
|
16
|
+
|
17
|
+
</horizontal>
|
18
|
+
|
19
|
+
<horizontal>
|
20
|
+
<button caption=\"Gem Install Screen\" action=\"runrubyslippersmenu3\"/>
|
21
|
+
<p>Open Gem Installation Tab..............................................................</p>
|
22
|
+
</horizontal>
|
23
|
+
|
24
|
+
<horizontal>
|
25
|
+
<button caption=\"Gem Files Screen\" action=\"runrubyslippersmenu4\"/>
|
26
|
+
<p>Open Gem Files Tab...........................................................................</p>
|
27
|
+
</horizontal>
|
28
|
+
|
29
|
+
<horizontal>
|
30
|
+
<button caption=\"Gem Documents Screen\" action=\"runrubyslippersmenu5\"/>
|
31
|
+
<p>Open Gem Documents View Tab...............................................</p>
|
32
|
+
</horizontal>
|
33
|
+
|
34
|
+
<horizontal>
|
35
|
+
<button caption=\"View Gemspec Data Screen\" action=\"runrubyslippersmenu6\"/>
|
36
|
+
<p>Open Gemspec Tab............................................................</p>
|
37
|
+
</horizontal>
|
38
|
+
|
39
|
+
<horizontal>
|
40
|
+
<button caption=\"Edit Gemspec Records Screen\" action=\"runrubyslippersmenu7\"/>
|
41
|
+
<p>Open Gemspec Editor Tab...............................................</p>
|
42
|
+
</horizontal>
|
43
|
+
|
44
|
+
<horizontal>
|
45
|
+
<button caption=\"Gemspec Utilities Screen\" action=\"runrubyslippersmenu8\"/>
|
46
|
+
<p>Open Gemspec Utilities Tab.....................................................</p>
|
47
|
+
</horizontal>
|
48
|
+
<horizontal>
|
49
|
+
|
50
|
+
<button caption=\"Gem Directories Screen\" action=\"runrubyslippersmenu9\"/>
|
51
|
+
<p>Open Gem Directories Tab..........................................................</p>
|
52
|
+
</horizontal>
|
53
|
+
<horizontal>
|
54
|
+
|
55
|
+
<button caption=\"RubySlippers Configuration Editing Screen\" action=\"runrubyslippersmenu10\"/>
|
56
|
+
<p> Open Configuration File to View or Edit Tab.</p>
|
57
|
+
</horizontal>
|
58
|
+
|
59
|
+
"
|
60
|
+
|
@@ -0,0 +1,21 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
|
4
|
+
<horizontal>
|
5
|
+
|
6
|
+
<button caption=\"Open Documents Tab\" action=\"runrubyslippersmenu11\"/>
|
7
|
+
<p> Open RwdTinker and RubySlippers Documents Tab......................</p>
|
8
|
+
|
9
|
+
</horizontal>
|
10
|
+
|
11
|
+
<horizontal>
|
12
|
+
|
13
|
+
<button caption=#{Message[:rwdtinker_help_window]} action=\"runhelpwindow\"/>
|
14
|
+
<p> Open RwdTinker Help Window................................................ </p>
|
15
|
+
|
16
|
+
</horizontal>
|
17
|
+
|
18
|
+
|
19
|
+
"
|
20
|
+
|
21
|
+
|
@@ -9,7 +9,7 @@ $rwdguivar=
|
|
9
9
|
<button caption=\"Fill Record\" action=\"loadgemspecrecord\"/>
|
10
10
|
<button caption=\"Save Changes\" action=\"creategemspecrecord\"/>
|
11
11
|
<button caption=\"Clear\" action=\"cleargemspecscreendisplay\"/>
|
12
|
-
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrubyslippers\"/>
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -17,23 +17,23 @@ $rwdguivar=
|
|
17
17
|
<table>
|
18
18
|
<row> <p align=\"right\">1:</p> <text name=\"a_gemspecfilename\"/> </row>
|
19
19
|
|
20
|
-
<row> <p align=\"right\">1:</p> <text name=\"a_gemspecline1\"/> </row>
|
21
|
-
<row> <p align=\"right\">2:</p> <text name=\"a_gemspecline2\"/> </row>
|
22
|
-
<row> <p align=\"right\">3:</p> <text name=\"a_gemspecline3\"/> </row>
|
23
|
-
<row> <p align=\"right\">4:</p> <text name=\"a_gemspecline4\"/> </row>
|
24
|
-
<row> <p align=\"right\">5:</p> <text name=\"a_gemspecline5\"/> </row>
|
25
|
-
<row> <p align=\"right\">6:</p> <text name=\"a_gemspecline6\"/> </row>
|
26
|
-
<row> <p align=\"right\">7:</p> <text name=\"a_gemspecline7\"/> </row>
|
27
|
-
<row> <p align=\"right\">8:</p> <text name=\"a_gemspecline8\"/> </row>
|
28
|
-
<row> <p align=\"right\">9:</p> <text name=\"a_gemspecline9\"/> </row>
|
29
|
-
<row> <p align=\"right\">10:</p> <text name=\"a_gemspecline10\"/> </row>
|
30
|
-
<row> <p align=\"right\">11:</p> <text name=\"a_gemspecline11\"/> </row>
|
31
|
-
<row> <p align=\"right\">12:</p> <text name=\"a_gemspecline12\"/> </row>
|
32
|
-
<row> <p align=\"right\">13:</p> <text name=\"a_gemspecline13\"/> </row>
|
33
|
-
<row> <p align=\"right\">14:</p> <text name=\"a_gemspecline14\"/> </row>
|
34
|
-
<row> <p align=\"right\">15:</p> <text name=\"a_gemspecline15\"/> </row>
|
35
|
-
<row> <p align=\"right\">16:</p> <text name=\"a_gemspecline16\"/> </row>
|
36
|
-
<row> <p align=\"right\">17:</p> <text name=\"a_gemspecline17\"/> </row>
|
20
|
+
<row> <p align=\"right\">1:</p> <text size=70 name=\"a_gemspecline1\"/> </row>
|
21
|
+
<row> <p align=\"right\">2:</p> <text size=70 name=\"a_gemspecline2\"/> </row>
|
22
|
+
<row> <p align=\"right\">3:</p> <text size=70 name=\"a_gemspecline3\"/> </row>
|
23
|
+
<row> <p align=\"right\">4:</p> <text size=70 name=\"a_gemspecline4\"/> </row>
|
24
|
+
<row> <p align=\"right\">5:</p> <text size=70 name=\"a_gemspecline5\"/> </row>
|
25
|
+
<row> <p align=\"right\">6:</p> <text size=70 name=\"a_gemspecline6\"/> </row>
|
26
|
+
<row> <p align=\"right\">7:</p> <text size=70 name=\"a_gemspecline7\"/> </row>
|
27
|
+
<row> <p align=\"right\">8:</p> <text size=70 name=\"a_gemspecline8\"/> </row>
|
28
|
+
<row> <p align=\"right\">9:</p> <text size=70 name=\"a_gemspecline9\"/> </row>
|
29
|
+
<row> <p align=\"right\">10:</p> <text size=70 name=\"a_gemspecline10\"/> </row>
|
30
|
+
<row> <p align=\"right\">11:</p> <text size=70 name=\"a_gemspecline11\"/> </row>
|
31
|
+
<row> <p align=\"right\">12:</p> <text size=70 name=\"a_gemspecline12\"/> </row>
|
32
|
+
<row> <p align=\"right\">13:</p> <text size=70 name=\"a_gemspecline13\"/> </row>
|
33
|
+
<row> <p align=\"right\">14:</p> <text size=70 name=\"a_gemspecline14\"/> </row>
|
34
|
+
<row> <p align=\"right\">15:</p> <text size=70 name=\"a_gemspecline15\"/> </row>
|
35
|
+
<row> <p align=\"right\">16:</p> <text size=70 name=\"a_gemspecline16\"/> </row>
|
36
|
+
<row> <p align=\"right\">17:</p> <text size=70 name=\"a_gemspecline17\"/> </row>
|
37
37
|
|
38
38
|
</table>
|
39
39
|
<p>%extragemspecdatadisplay%</p>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=\"viewgemdir\" caption=\"View Gem Directory\">
|
4
|
+
|
5
|
+
<table>
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
<row> <p align=\"right\">Gem Directory:</p> <text name=\"a_gemdirectoryinput\"/> </row>
|
10
|
+
</table>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
<button caption=\"List Gem Directory\" action=\"listgemdir\"/>
|
14
|
+
<button caption=\"Help\" action=\"runhelpwindowrubyslippers\"/>
|
15
|
+
</horizontal>
|
16
|
+
%%gemdirresult%%
|
17
|
+
<horizontal>
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
<button caption=\"List Gem Directories\" action=\"listgemdirectories\"/>
|
22
|
+
</horizontal>
|
23
|
+
|
24
|
+
|
25
|
+
<p>%%listgemdirectoriesresult%%</p>
|
26
|
+
</tab>"
|
data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/{7gemcommands.rwd → 8gemcommands.rwd}
RENAMED
@@ -3,7 +3,8 @@ $rwdguivar=
|
|
3
3
|
<tab name=\"gemcommands\" caption=#{Message[:gemcommands]}>
|
4
4
|
<horizontal>
|
5
5
|
<button caption=\"Show Environment\" action=\"showgemenvironment\"/>
|
6
|
-
<button caption=\"
|
6
|
+
<button caption=\"Help\" action=\"runhelpwindowrubyslippers\"/>
|
7
|
+
|
7
8
|
</horizontal>
|
8
9
|
<p>%viewgemcommandresult%</p>
|
9
10
|
<table>
|
@@ -1,16 +1,38 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
3
|
<tab name=\"viewrubyslippersconfiguration\" caption=\"Rubyslippers Configuration\">
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
<table>
|
8
|
+
<row> <p> </row>
|
9
|
+
<row> <p align=\"right\">You can view or edit theRubyslippers configuration file here</row>
|
10
|
+
<row> <p> </row>
|
11
|
+
<horizontal>
|
12
|
+
<button caption=\"Fill Record\" action=\"loadrubyslippersconfiguration\"/>
|
13
|
+
<button caption=\"Save Changes\" action=\"saverubyslippersconfiguration\"/>
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadrubyslippersconfigurationvariables\"/>
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrubyslippers\"/>
|
11
16
|
</horizontal>
|
12
|
-
|
13
|
-
</tab>"
|
17
|
+
<table>
|
14
18
|
|
19
|
+
<row> <p align=\"right\">FileName:</p> <text size=70 name=\"a_rsconfigurationfilename\"/> </row>
|
20
|
+
<row> <p align=\"right\">1:</p> <text size=70 name=\"a_rsconfigline1\"/> </row>
|
21
|
+
<row> <p align=\"right\">2:</p> <text size=70 name=\"a_rsconfigline2\"/> </row>
|
22
|
+
<row> <p align=\"right\">3:</p> <text size=70 name=\"a_rsconfigline3\"/> </row>
|
23
|
+
<row> <p align=\"right\">4:</p> <text size=70 name=\"a_rsconfigline4\"/> </row>
|
24
|
+
<row> <p align=\"right\">5:</p> <text size=70 name=\"a_rsconfigline5\"/> </row>
|
25
|
+
<row> <p align=\"right\">6:</p> <text size=70 name=\"a_rsconfigline6\"/> </row>
|
26
|
+
<row> <p align=\"right\">7:</p> <text size=70 name=\"a_rsconfigline7\"/> </row>
|
27
|
+
<row> <p align=\"right\">8:</p> <text size=70 name=\"a_rsconfigline8\"/> </row>
|
28
|
+
<row> <p align=\"right\">9:</p> <text size=70 name=\"a_rsconfigline9\"/> </row>
|
15
29
|
|
30
|
+
</table>
|
31
|
+
<p>%extrarsconfigdatadisplay%</p>
|
32
|
+
<p>
|
33
|
+
<p>%newrsconfigurationresult%</p>
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
</tab>"
|
16
38
|
|
@@ -0,0 +1,60 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<row> <p></row>
|
4
|
+
|
5
|
+
<horizontal>
|
6
|
+
|
7
|
+
<button caption=\"Gem Commands\" action=\"runrubyslippersmenu1\"/>
|
8
|
+
<p>Open Gem Commands Tab.................................................................</p>
|
9
|
+
|
10
|
+
</horizontal>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
|
14
|
+
<button caption=\"View Gem Data\" action=\"runrubyslippersmenu2\"/>
|
15
|
+
<p>Open Gem Data Tab..............................................................................</p>
|
16
|
+
|
17
|
+
</horizontal>
|
18
|
+
|
19
|
+
<horizontal>
|
20
|
+
<button caption=\"Gem Install Screen\" action=\"runrubyslippersmenu3\"/>
|
21
|
+
<p>Open Gem Installation Tab..............................................................</p>
|
22
|
+
</horizontal>
|
23
|
+
|
24
|
+
<horizontal>
|
25
|
+
<button caption=\"Gem Files Screen\" action=\"runrubyslippersmenu4\"/>
|
26
|
+
<p>Open Gem Files Tab...........................................................................</p>
|
27
|
+
</horizontal>
|
28
|
+
|
29
|
+
<horizontal>
|
30
|
+
<button caption=\"Gem Documents Screen\" action=\"runrubyslippersmenu5\"/>
|
31
|
+
<p>Open Gem Documents View Tab...............................................</p>
|
32
|
+
</horizontal>
|
33
|
+
|
34
|
+
<horizontal>
|
35
|
+
<button caption=\"View Gemspec Data Screen\" action=\"runrubyslippersmenu6\"/>
|
36
|
+
<p>Open Gemspec Tab............................................................</p>
|
37
|
+
</horizontal>
|
38
|
+
|
39
|
+
<horizontal>
|
40
|
+
<button caption=\"Edit Gemspec Records Screen\" action=\"runrubyslippersmenu7\"/>
|
41
|
+
<p>Open Gemspec Editor Tab...............................................</p>
|
42
|
+
</horizontal>
|
43
|
+
|
44
|
+
<horizontal>
|
45
|
+
<button caption=\"Gemspec Utilities Screen\" action=\"runrubyslippersmenu8\"/>
|
46
|
+
<p>Open Gemspec Utilities Tab.....................................................</p>
|
47
|
+
</horizontal>
|
48
|
+
<horizontal>
|
49
|
+
|
50
|
+
<button caption=\"Gem Directories Screen\" action=\"runrubyslippersmenu9\"/>
|
51
|
+
<p>Open Gem Directories Tab..........................................................</p>
|
52
|
+
</horizontal>
|
53
|
+
<horizontal>
|
54
|
+
|
55
|
+
<button caption=\"RubySlippers Configuration Editing Screen\" action=\"runrubyslippersmenu10\"/>
|
56
|
+
<p> Open Configuration File to View or Edit Tab.</p>
|
57
|
+
</horizontal>
|
58
|
+
|
59
|
+
"
|
60
|
+
|