arcadia 0.5.1 → 0.6.0

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 (170) hide show
  1. data/README +11 -8
  2. data/bin/arcadia +1 -1
  3. data/bin/arcadia.bat +0 -0
  4. data/conf/arcadia.conf +21 -4
  5. data/conf/arcadia.init.rb +0 -0
  6. data/conf/arcadia.res.rb +25 -2
  7. data/ext/ae-breakpoints/ae-breakpoints.conf +2 -1
  8. data/ext/ae-breakpoints/ae-breakpoints.rb +12 -12
  9. data/ext/ae-editor/ae-editor.conf +2 -1
  10. data/ext/ae-editor/ae-editor.rb +3841 -3813
  11. data/ext/ae-editor/langs/conf.lang +0 -0
  12. data/ext/ae-editor/langs/lang.lang.bind +0 -0
  13. data/ext/ae-editor/langs/rb.lang +0 -0
  14. data/ext/ae-editor/langs/rbw.lang.bind +0 -0
  15. data/ext/ae-file-history/ae-file-history.conf +2 -1
  16. data/ext/ae-file-history/ae-file-history.rb +1 -0
  17. data/ext/ae-output/ae-output.conf +2 -1
  18. data/ext/ae-output/ae-output.rb +0 -0
  19. data/ext/ae-rad/ae-rad-inspector.rb +4 -3
  20. data/ext/ae-rad/ae-rad-libs.rb +0 -0
  21. data/ext/ae-rad/ae-rad-palette.rb +0 -0
  22. data/ext/ae-rad/ae-rad.conf +2 -1
  23. data/ext/ae-rad/ae-rad.rb +0 -0
  24. data/ext/ae-rad/lib/tk/al-tk.rb +0 -0
  25. data/ext/ae-rad/lib/tk/al-tk.res.rb +0 -0
  26. data/ext/ae-rad/lib/tk/al-tkarcadia.rb +25 -25
  27. data/ext/ae-rad/lib/tk/al-tkcustom.rb +0 -0
  28. data/ext/ae-rad/lib/tkext/al-bwidget.rb +0 -0
  29. data/ext/ae-rad/lib/tkext/al-iwidgets.rb +0 -0
  30. data/ext/ae-rad/lib/tkext/al-tile.rb +0 -0
  31. data/ext/ae-rad/lib/tkext/al-tktable.rb +0 -0
  32. data/ext/ae-ruby-debug/ae-ruby-debug.conf +3 -2
  33. data/ext/ae-ruby-debug/ae-ruby-debug.rb +10 -6
  34. data/ext/ae-search-in-files/ae-search-in-files.conf +2 -1
  35. data/ext/ae-search-in-files/ae-search-in-files.rb +0 -0
  36. data/ext/ae-shell/ae-shell.conf +0 -0
  37. data/ext/ae-shell/ae-shell.rb +0 -0
  38. data/ext/ae-shell/sh.rb +0 -0
  39. data/lib/a-commons.rb +37 -15
  40. data/lib/a-contracts.rb +11 -0
  41. data/lib/a-core.rb +1084 -84
  42. data/lib/a-tkcommons.rb +240 -43
  43. data/tcl/BWidget-1.8.0/BWman/ArrowButton.html +0 -0
  44. data/tcl/BWidget-1.8.0/BWman/BWidget.html +0 -0
  45. data/tcl/BWidget-1.8.0/BWman/Button.html +0 -0
  46. data/tcl/BWidget-1.8.0/BWman/ButtonBox.html +0 -0
  47. data/tcl/BWidget-1.8.0/BWman/ComboBox.html +0 -0
  48. data/tcl/BWidget-1.8.0/BWman/Dialog.html +0 -0
  49. data/tcl/BWidget-1.8.0/BWman/DragSite.html +0 -0
  50. data/tcl/BWidget-1.8.0/BWman/DropSite.html +0 -0
  51. data/tcl/BWidget-1.8.0/BWman/DynamicHelp.html +0 -0
  52. data/tcl/BWidget-1.8.0/BWman/Entry.html +0 -0
  53. data/tcl/BWidget-1.8.0/BWman/Label.html +0 -0
  54. data/tcl/BWidget-1.8.0/BWman/LabelEntry.html +0 -0
  55. data/tcl/BWidget-1.8.0/BWman/LabelFrame.html +0 -0
  56. data/tcl/BWidget-1.8.0/BWman/ListBox.html +0 -0
  57. data/tcl/BWidget-1.8.0/BWman/MainFrame.html +0 -0
  58. data/tcl/BWidget-1.8.0/BWman/MessageDlg.html +0 -0
  59. data/tcl/BWidget-1.8.0/BWman/NoteBook.html +0 -0
  60. data/tcl/BWidget-1.8.0/BWman/PagesManager.html +0 -0
  61. data/tcl/BWidget-1.8.0/BWman/PanedWindow.html +0 -0
  62. data/tcl/BWidget-1.8.0/BWman/PanelFrame.html +0 -0
  63. data/tcl/BWidget-1.8.0/BWman/PasswdDlg.html +0 -0
  64. data/tcl/BWidget-1.8.0/BWman/ProgressBar.html +0 -0
  65. data/tcl/BWidget-1.8.0/BWman/ProgressDlg.html +0 -0
  66. data/tcl/BWidget-1.8.0/BWman/ScrollView.html +0 -0
  67. data/tcl/BWidget-1.8.0/BWman/ScrollableFrame.html +0 -0
  68. data/tcl/BWidget-1.8.0/BWman/ScrolledWindow.html +0 -0
  69. data/tcl/BWidget-1.8.0/BWman/SelectColor.html +0 -0
  70. data/tcl/BWidget-1.8.0/BWman/SelectFont.html +0 -0
  71. data/tcl/BWidget-1.8.0/BWman/Separator.html +0 -0
  72. data/tcl/BWidget-1.8.0/BWman/SpinBox.html +0 -0
  73. data/tcl/BWidget-1.8.0/BWman/StatusBar.html +0 -0
  74. data/tcl/BWidget-1.8.0/BWman/TitleFrame.html +0 -0
  75. data/tcl/BWidget-1.8.0/BWman/Tree.html +0 -0
  76. data/tcl/BWidget-1.8.0/BWman/Widget.html +0 -0
  77. data/tcl/BWidget-1.8.0/BWman/contents.html +0 -0
  78. data/tcl/BWidget-1.8.0/BWman/index.html +0 -0
  79. data/tcl/BWidget-1.8.0/BWman/navtree.html +0 -0
  80. data/tcl/BWidget-1.8.0/BWman/options.htm +0 -0
  81. data/tcl/BWidget-1.8.0/CHANGES.txt +0 -0
  82. data/tcl/BWidget-1.8.0/ChangeLog +0 -0
  83. data/tcl/BWidget-1.8.0/LICENSE.txt +0 -0
  84. data/tcl/BWidget-1.8.0/README.txt +0 -0
  85. data/tcl/BWidget-1.8.0/arrow.tcl +0 -0
  86. data/tcl/BWidget-1.8.0/bitmap.tcl +0 -0
  87. data/tcl/BWidget-1.8.0/button.tcl +0 -0
  88. data/tcl/BWidget-1.8.0/buttonbox.tcl +0 -0
  89. data/tcl/BWidget-1.8.0/color.tcl +0 -0
  90. data/tcl/BWidget-1.8.0/combobox.tcl +0 -0
  91. data/tcl/BWidget-1.8.0/demo/basic.tcl +0 -0
  92. data/tcl/BWidget-1.8.0/demo/bwidget.xbm +0 -0
  93. data/tcl/BWidget-1.8.0/demo/demo.tcl +0 -0
  94. data/tcl/BWidget-1.8.0/demo/dnd.tcl +0 -0
  95. data/tcl/BWidget-1.8.0/demo/manager.tcl +0 -0
  96. data/tcl/BWidget-1.8.0/demo/select.tcl +0 -0
  97. data/tcl/BWidget-1.8.0/demo/tmpldlg.tcl +0 -0
  98. data/tcl/BWidget-1.8.0/demo/tree.tcl +0 -0
  99. data/tcl/BWidget-1.8.0/demo/x1.xbm +0 -0
  100. data/tcl/BWidget-1.8.0/dialog.tcl +0 -0
  101. data/tcl/BWidget-1.8.0/dragsite.tcl +0 -0
  102. data/tcl/BWidget-1.8.0/dropsite.tcl +0 -0
  103. data/tcl/BWidget-1.8.0/dynhelp.tcl +0 -0
  104. data/tcl/BWidget-1.8.0/entry.tcl +0 -0
  105. data/tcl/BWidget-1.8.0/font.tcl +0 -0
  106. data/tcl/BWidget-1.8.0/images/bold.gif +0 -0
  107. data/tcl/BWidget-1.8.0/images/copy.gif +0 -0
  108. data/tcl/BWidget-1.8.0/images/cut.gif +0 -0
  109. data/tcl/BWidget-1.8.0/images/dragfile.gif +0 -0
  110. data/tcl/BWidget-1.8.0/images/dragicon.gif +0 -0
  111. data/tcl/BWidget-1.8.0/images/error.gif +0 -0
  112. data/tcl/BWidget-1.8.0/images/file.gif +0 -0
  113. data/tcl/BWidget-1.8.0/images/folder.gif +0 -0
  114. data/tcl/BWidget-1.8.0/images/hourglass.gif +0 -0
  115. data/tcl/BWidget-1.8.0/images/info.gif +0 -0
  116. data/tcl/BWidget-1.8.0/images/italic.gif +0 -0
  117. data/tcl/BWidget-1.8.0/images/minus.xbm +0 -0
  118. data/tcl/BWidget-1.8.0/images/new.gif +0 -0
  119. data/tcl/BWidget-1.8.0/images/opcopy.xbm +0 -0
  120. data/tcl/BWidget-1.8.0/images/open.gif +0 -0
  121. data/tcl/BWidget-1.8.0/images/openfold.gif +0 -0
  122. data/tcl/BWidget-1.8.0/images/oplink.xbm +0 -0
  123. data/tcl/BWidget-1.8.0/images/opmove.xbm +0 -0
  124. data/tcl/BWidget-1.8.0/images/overstrike.gif +0 -0
  125. data/tcl/BWidget-1.8.0/images/palette.gif +0 -0
  126. data/tcl/BWidget-1.8.0/images/passwd.gif +0 -0
  127. data/tcl/BWidget-1.8.0/images/paste.gif +0 -0
  128. data/tcl/BWidget-1.8.0/images/plus.xbm +0 -0
  129. data/tcl/BWidget-1.8.0/images/print.gif +0 -0
  130. data/tcl/BWidget-1.8.0/images/question.gif +0 -0
  131. data/tcl/BWidget-1.8.0/images/redo.gif +0 -0
  132. data/tcl/BWidget-1.8.0/images/save.gif +0 -0
  133. data/tcl/BWidget-1.8.0/images/target.xbm +0 -0
  134. data/tcl/BWidget-1.8.0/images/underline.gif +0 -0
  135. data/tcl/BWidget-1.8.0/images/undo.gif +0 -0
  136. data/tcl/BWidget-1.8.0/images/warning.gif +0 -0
  137. data/tcl/BWidget-1.8.0/init.tcl +0 -0
  138. data/tcl/BWidget-1.8.0/label.tcl +0 -0
  139. data/tcl/BWidget-1.8.0/labelentry.tcl +0 -0
  140. data/tcl/BWidget-1.8.0/labelframe.tcl +0 -0
  141. data/tcl/BWidget-1.8.0/lang/da.rc +0 -0
  142. data/tcl/BWidget-1.8.0/lang/de.rc +0 -0
  143. data/tcl/BWidget-1.8.0/lang/en.rc +0 -0
  144. data/tcl/BWidget-1.8.0/lang/es.rc +0 -0
  145. data/tcl/BWidget-1.8.0/lang/fr.rc +0 -0
  146. data/tcl/BWidget-1.8.0/listbox.tcl +0 -0
  147. data/tcl/BWidget-1.8.0/mainframe.tcl +0 -0
  148. data/tcl/BWidget-1.8.0/messagedlg.tcl +0 -0
  149. data/tcl/BWidget-1.8.0/notebook.tcl +0 -0
  150. data/tcl/BWidget-1.8.0/pagesmgr.tcl +0 -0
  151. data/tcl/BWidget-1.8.0/panedw.tcl +0 -0
  152. data/tcl/BWidget-1.8.0/panelframe.tcl +0 -0
  153. data/tcl/BWidget-1.8.0/passwddlg.tcl +0 -0
  154. data/tcl/BWidget-1.8.0/pkgIndex.tcl +0 -0
  155. data/tcl/BWidget-1.8.0/progressbar.tcl +0 -0
  156. data/tcl/BWidget-1.8.0/progressdlg.tcl +0 -0
  157. data/tcl/BWidget-1.8.0/scrollframe.tcl +0 -0
  158. data/tcl/BWidget-1.8.0/scrollview.tcl +0 -0
  159. data/tcl/BWidget-1.8.0/scrollw.tcl +0 -0
  160. data/tcl/BWidget-1.8.0/separator.tcl +0 -0
  161. data/tcl/BWidget-1.8.0/spinbox.tcl +0 -0
  162. data/tcl/BWidget-1.8.0/statusbar.tcl +0 -0
  163. data/tcl/BWidget-1.8.0/tests/entry.test +0 -0
  164. data/tcl/BWidget-1.8.0/titleframe.tcl +0 -0
  165. data/tcl/BWidget-1.8.0/tree.tcl +0 -0
  166. data/tcl/BWidget-1.8.0/utils.tcl +0 -0
  167. data/tcl/BWidget-1.8.0/widget.tcl +0 -0
  168. data/tcl/BWidget-1.8.0/wizard.tcl +0 -0
  169. data/tcl/BWidget-1.8.0/xpm2image.tcl +0 -0
  170. metadata +136 -135
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcadia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Galeone
@@ -9,11 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-13 00:00:00 +02:00
13
- default_executable:
12
+ date: 2009-02-21 00:00:00 +01:00
13
+ default_executable: arcadia
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ruby-debug
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
@@ -30,179 +31,179 @@ extensions: []
30
31
  extra_rdoc_files:
31
32
  - README
32
33
  files:
34
+ - lib/a-commons.rb
33
35
  - lib/a-tkcommons.rb
34
36
  - lib/a-contracts.rb
35
- - lib/a-commons.rb
36
37
  - lib/a-core.rb
37
38
  - ext/ae-breakpoints/ae-breakpoints.conf
38
39
  - ext/ae-breakpoints/ae-breakpoints.rb
40
+ - ext/ae-editor/ae-editor.rb
41
+ - ext/ae-editor/ae-editor.conf
39
42
  - ext/ae-editor/langs
40
- - ext/ae-editor/langs/conf.lang
41
- - ext/ae-editor/langs/rb.lang
42
43
  - ext/ae-editor/langs/rbw.lang.bind
44
+ - ext/ae-editor/langs/rb.lang
45
+ - ext/ae-editor/langs/conf.lang
43
46
  - ext/ae-editor/langs/lang.lang.bind
44
- - ext/ae-editor/ae-editor.rb
45
- - ext/ae-editor/ae-editor.conf
46
47
  - ext/ae-file-history/ae-file-history.rb
47
48
  - ext/ae-file-history/ae-file-history.conf
48
49
  - ext/ae-output/ae-output.rb
49
50
  - ext/ae-output/ae-output.conf
51
+ - ext/ae-rad/ae-rad.rb
52
+ - ext/ae-rad/ae-rad.conf
53
+ - ext/ae-rad/ae-rad-inspector.rb
54
+ - ext/ae-rad/ae-rad-palette.rb
50
55
  - ext/ae-rad/lib
51
- - ext/ae-rad/lib/tk
52
- - ext/ae-rad/lib/tk/al-tkcustom.rb
53
- - ext/ae-rad/lib/tk/al-tk.rb
54
- - ext/ae-rad/lib/tk/al-tk.res.rb
55
- - ext/ae-rad/lib/tk/al-tkarcadia.rb
56
56
  - ext/ae-rad/lib/tkext
57
- - ext/ae-rad/lib/tkext/al-tile.rb
58
- - ext/ae-rad/lib/tkext/al-iwidgets.rb
59
57
  - ext/ae-rad/lib/tkext/al-bwidget.rb
58
+ - ext/ae-rad/lib/tkext/al-iwidgets.rb
59
+ - ext/ae-rad/lib/tkext/al-tile.rb
60
60
  - ext/ae-rad/lib/tkext/al-tktable.rb
61
- - ext/ae-rad/ae-rad-inspector.rb
61
+ - ext/ae-rad/lib/tk
62
+ - ext/ae-rad/lib/tk/al-tkarcadia.rb
63
+ - ext/ae-rad/lib/tk/al-tkcustom.rb
64
+ - ext/ae-rad/lib/tk/al-tk.res.rb
65
+ - ext/ae-rad/lib/tk/al-tk.rb
62
66
  - ext/ae-rad/ae-rad-libs.rb
63
- - ext/ae-rad/ae-rad-palette.rb
64
- - ext/ae-rad/ae-rad.conf
65
- - ext/ae-rad/ae-rad.rb
66
67
  - ext/ae-ruby-debug/ae-ruby-debug.conf
67
68
  - ext/ae-ruby-debug/ae-ruby-debug.rb
68
- - ext/ae-search-in-files/ae-search-in-files.conf
69
69
  - ext/ae-search-in-files/ae-search-in-files.rb
70
- - ext/ae-shell/sh.rb
70
+ - ext/ae-search-in-files/ae-search-in-files.conf
71
71
  - ext/ae-shell/ae-shell.conf
72
72
  - ext/ae-shell/ae-shell.rb
73
+ - ext/ae-shell/sh.rb
73
74
  - tcl/BWidget-1.8.0
74
- - tcl/BWidget-1.8.0/scrollw.tcl
75
- - tcl/BWidget-1.8.0/dropsite.tcl
76
- - tcl/BWidget-1.8.0/init.tcl
77
- - tcl/BWidget-1.8.0/ChangeLog
78
- - tcl/BWidget-1.8.0/labelentry.tcl
79
- - tcl/BWidget-1.8.0/CHANGES.txt
80
- - tcl/BWidget-1.8.0/README.txt
81
- - tcl/BWidget-1.8.0/progressdlg.tcl
82
- - tcl/BWidget-1.8.0/panedw.tcl
83
- - tcl/BWidget-1.8.0/statusbar.tcl
84
- - tcl/BWidget-1.8.0/spinbox.tcl
85
- - tcl/BWidget-1.8.0/progressbar.tcl
86
- - tcl/BWidget-1.8.0/button.tcl
87
- - tcl/BWidget-1.8.0/messagedlg.tcl
88
- - tcl/BWidget-1.8.0/combobox.tcl
89
- - tcl/BWidget-1.8.0/mainframe.tcl
90
- - tcl/BWidget-1.8.0/passwddlg.tcl
91
- - tcl/BWidget-1.8.0/titleframe.tcl
92
- - tcl/BWidget-1.8.0/color.tcl
93
- - tcl/BWidget-1.8.0/font.tcl
94
- - tcl/BWidget-1.8.0/dynhelp.tcl
95
- - tcl/BWidget-1.8.0/pagesmgr.tcl
96
- - tcl/BWidget-1.8.0/dialog.tcl
97
- - tcl/BWidget-1.8.0/utils.tcl
98
- - tcl/BWidget-1.8.0/LICENSE.txt
99
- - tcl/BWidget-1.8.0/dragsite.tcl
100
- - tcl/BWidget-1.8.0/notebook.tcl
101
- - tcl/BWidget-1.8.0/arrow.tcl
102
- - tcl/BWidget-1.8.0/entry.tcl
103
- - tcl/BWidget-1.8.0/lang
104
- - tcl/BWidget-1.8.0/lang/da.rc
105
- - tcl/BWidget-1.8.0/lang/es.rc
106
- - tcl/BWidget-1.8.0/lang/fr.rc
107
- - tcl/BWidget-1.8.0/lang/en.rc
108
- - tcl/BWidget-1.8.0/lang/de.rc
109
- - tcl/BWidget-1.8.0/tests
110
- - tcl/BWidget-1.8.0/tests/entry.test
111
- - tcl/BWidget-1.8.0/listbox.tcl
112
- - tcl/BWidget-1.8.0/wizard.tcl
113
- - tcl/BWidget-1.8.0/tree.tcl
114
- - tcl/BWidget-1.8.0/widget.tcl
115
- - tcl/BWidget-1.8.0/labelframe.tcl
75
+ - tcl/BWidget-1.8.0/BWman
76
+ - tcl/BWidget-1.8.0/BWman/options.htm
77
+ - tcl/BWidget-1.8.0/BWman/BWidget.html
78
+ - tcl/BWidget-1.8.0/BWman/Button.html
79
+ - tcl/BWidget-1.8.0/BWman/ButtonBox.html
80
+ - tcl/BWidget-1.8.0/BWman/ComboBox.html
81
+ - tcl/BWidget-1.8.0/BWman/Dialog.html
82
+ - tcl/BWidget-1.8.0/BWman/DragSite.html
83
+ - tcl/BWidget-1.8.0/BWman/DropSite.html
84
+ - tcl/BWidget-1.8.0/BWman/DynamicHelp.html
85
+ - tcl/BWidget-1.8.0/BWman/Entry.html
86
+ - tcl/BWidget-1.8.0/BWman/Label.html
87
+ - tcl/BWidget-1.8.0/BWman/LabelEntry.html
88
+ - tcl/BWidget-1.8.0/BWman/LabelFrame.html
89
+ - tcl/BWidget-1.8.0/BWman/ListBox.html
90
+ - tcl/BWidget-1.8.0/BWman/MainFrame.html
91
+ - tcl/BWidget-1.8.0/BWman/MessageDlg.html
92
+ - tcl/BWidget-1.8.0/BWman/NoteBook.html
93
+ - tcl/BWidget-1.8.0/BWman/PagesManager.html
94
+ - tcl/BWidget-1.8.0/BWman/PanedWindow.html
95
+ - tcl/BWidget-1.8.0/BWman/PanelFrame.html
96
+ - tcl/BWidget-1.8.0/BWman/PasswdDlg.html
97
+ - tcl/BWidget-1.8.0/BWman/ProgressBar.html
98
+ - tcl/BWidget-1.8.0/BWman/ProgressDlg.html
99
+ - tcl/BWidget-1.8.0/BWman/ScrollView.html
100
+ - tcl/BWidget-1.8.0/BWman/ScrollableFrame.html
101
+ - tcl/BWidget-1.8.0/BWman/ScrolledWindow.html
102
+ - tcl/BWidget-1.8.0/BWman/SelectColor.html
103
+ - tcl/BWidget-1.8.0/BWman/SelectFont.html
104
+ - tcl/BWidget-1.8.0/BWman/Separator.html
105
+ - tcl/BWidget-1.8.0/BWman/SpinBox.html
106
+ - tcl/BWidget-1.8.0/BWman/StatusBar.html
107
+ - tcl/BWidget-1.8.0/BWman/TitleFrame.html
108
+ - tcl/BWidget-1.8.0/BWman/Tree.html
109
+ - tcl/BWidget-1.8.0/BWman/Widget.html
110
+ - tcl/BWidget-1.8.0/BWman/contents.html
111
+ - tcl/BWidget-1.8.0/BWman/index.html
112
+ - tcl/BWidget-1.8.0/BWman/navtree.html
113
+ - tcl/BWidget-1.8.0/BWman/ArrowButton.html
116
114
  - tcl/BWidget-1.8.0/demo
115
+ - tcl/BWidget-1.8.0/demo/x1.xbm
117
116
  - tcl/BWidget-1.8.0/demo/bwidget.xbm
118
- - tcl/BWidget-1.8.0/demo/basic.tcl
117
+ - tcl/BWidget-1.8.0/demo/demo.tcl
119
118
  - tcl/BWidget-1.8.0/demo/dnd.tcl
120
- - tcl/BWidget-1.8.0/demo/x1.xbm
121
- - tcl/BWidget-1.8.0/demo/tree.tcl
119
+ - tcl/BWidget-1.8.0/demo/manager.tcl
122
120
  - tcl/BWidget-1.8.0/demo/select.tcl
123
121
  - tcl/BWidget-1.8.0/demo/tmpldlg.tcl
124
- - tcl/BWidget-1.8.0/demo/manager.tcl
125
- - tcl/BWidget-1.8.0/demo/demo.tcl
122
+ - tcl/BWidget-1.8.0/demo/tree.tcl
123
+ - tcl/BWidget-1.8.0/demo/basic.tcl
126
124
  - tcl/BWidget-1.8.0/images
127
- - tcl/BWidget-1.8.0/images/question.gif
125
+ - tcl/BWidget-1.8.0/images/warning.gif
126
+ - tcl/BWidget-1.8.0/images/copy.gif
127
+ - tcl/BWidget-1.8.0/images/cut.gif
128
128
  - tcl/BWidget-1.8.0/images/dragfile.gif
129
- - tcl/BWidget-1.8.0/images/print.gif
130
- - tcl/BWidget-1.8.0/images/info.gif
131
- - tcl/BWidget-1.8.0/images/opcopy.xbm
132
- - tcl/BWidget-1.8.0/images/bold.gif
133
- - tcl/BWidget-1.8.0/images/plus.xbm
129
+ - tcl/BWidget-1.8.0/images/dragicon.gif
134
130
  - tcl/BWidget-1.8.0/images/error.gif
135
- - tcl/BWidget-1.8.0/images/minus.xbm
136
- - tcl/BWidget-1.8.0/images/redo.gif
137
131
  - tcl/BWidget-1.8.0/images/file.gif
138
- - tcl/BWidget-1.8.0/images/overstrike.gif
139
- - tcl/BWidget-1.8.0/images/save.gif
140
- - tcl/BWidget-1.8.0/images/palette.gif
132
+ - tcl/BWidget-1.8.0/images/folder.gif
133
+ - tcl/BWidget-1.8.0/images/hourglass.gif
134
+ - tcl/BWidget-1.8.0/images/info.gif
135
+ - tcl/BWidget-1.8.0/images/italic.gif
136
+ - tcl/BWidget-1.8.0/images/minus.xbm
141
137
  - tcl/BWidget-1.8.0/images/new.gif
142
- - tcl/BWidget-1.8.0/images/target.xbm
143
- - tcl/BWidget-1.8.0/images/warning.gif
138
+ - tcl/BWidget-1.8.0/images/opcopy.xbm
139
+ - tcl/BWidget-1.8.0/images/open.gif
144
140
  - tcl/BWidget-1.8.0/images/openfold.gif
141
+ - tcl/BWidget-1.8.0/images/oplink.xbm
145
142
  - tcl/BWidget-1.8.0/images/opmove.xbm
146
- - tcl/BWidget-1.8.0/images/dragicon.gif
147
- - tcl/BWidget-1.8.0/images/copy.gif
148
- - tcl/BWidget-1.8.0/images/underline.gif
143
+ - tcl/BWidget-1.8.0/images/overstrike.gif
144
+ - tcl/BWidget-1.8.0/images/palette.gif
149
145
  - tcl/BWidget-1.8.0/images/passwd.gif
150
- - tcl/BWidget-1.8.0/images/cut.gif
151
- - tcl/BWidget-1.8.0/images/open.gif
152
- - tcl/BWidget-1.8.0/images/oplink.xbm
153
- - tcl/BWidget-1.8.0/images/hourglass.gif
154
- - tcl/BWidget-1.8.0/images/italic.gif
155
- - tcl/BWidget-1.8.0/images/folder.gif
156
146
  - tcl/BWidget-1.8.0/images/paste.gif
147
+ - tcl/BWidget-1.8.0/images/plus.xbm
148
+ - tcl/BWidget-1.8.0/images/print.gif
149
+ - tcl/BWidget-1.8.0/images/question.gif
150
+ - tcl/BWidget-1.8.0/images/redo.gif
151
+ - tcl/BWidget-1.8.0/images/save.gif
152
+ - tcl/BWidget-1.8.0/images/target.xbm
153
+ - tcl/BWidget-1.8.0/images/underline.gif
157
154
  - tcl/BWidget-1.8.0/images/undo.gif
158
- - tcl/BWidget-1.8.0/separator.tcl
159
- - tcl/BWidget-1.8.0/BWman
160
- - tcl/BWidget-1.8.0/BWman/Label.html
161
- - tcl/BWidget-1.8.0/BWman/ScrollView.html
162
- - tcl/BWidget-1.8.0/BWman/DragSite.html
163
- - tcl/BWidget-1.8.0/BWman/SpinBox.html
164
- - tcl/BWidget-1.8.0/BWman/PasswdDlg.html
165
- - tcl/BWidget-1.8.0/BWman/Dialog.html
166
- - tcl/BWidget-1.8.0/BWman/DynamicHelp.html
167
- - tcl/BWidget-1.8.0/BWman/PagesManager.html
168
- - tcl/BWidget-1.8.0/BWman/options.htm
169
- - tcl/BWidget-1.8.0/BWman/Entry.html
170
- - tcl/BWidget-1.8.0/BWman/index.html
171
- - tcl/BWidget-1.8.0/BWman/MessageDlg.html
172
- - tcl/BWidget-1.8.0/BWman/SelectColor.html
173
- - tcl/BWidget-1.8.0/BWman/contents.html
174
- - tcl/BWidget-1.8.0/BWman/LabelFrame.html
175
- - tcl/BWidget-1.8.0/BWman/ComboBox.html
176
- - tcl/BWidget-1.8.0/BWman/BWidget.html
177
- - tcl/BWidget-1.8.0/BWman/ListBox.html
178
- - tcl/BWidget-1.8.0/BWman/ScrollableFrame.html
179
- - tcl/BWidget-1.8.0/BWman/PanelFrame.html
180
- - tcl/BWidget-1.8.0/BWman/ArrowButton.html
181
- - tcl/BWidget-1.8.0/BWman/Tree.html
182
- - tcl/BWidget-1.8.0/BWman/ProgressBar.html
183
- - tcl/BWidget-1.8.0/BWman/SelectFont.html
184
- - tcl/BWidget-1.8.0/BWman/MainFrame.html
185
- - tcl/BWidget-1.8.0/BWman/ScrolledWindow.html
186
- - tcl/BWidget-1.8.0/BWman/Widget.html
187
- - tcl/BWidget-1.8.0/BWman/Button.html
188
- - tcl/BWidget-1.8.0/BWman/DropSite.html
189
- - tcl/BWidget-1.8.0/BWman/ProgressDlg.html
190
- - tcl/BWidget-1.8.0/BWman/NoteBook.html
191
- - tcl/BWidget-1.8.0/BWman/Separator.html
192
- - tcl/BWidget-1.8.0/BWman/navtree.html
193
- - tcl/BWidget-1.8.0/BWman/LabelEntry.html
194
- - tcl/BWidget-1.8.0/BWman/ButtonBox.html
195
- - tcl/BWidget-1.8.0/BWman/PanedWindow.html
196
- - tcl/BWidget-1.8.0/BWman/TitleFrame.html
197
- - tcl/BWidget-1.8.0/BWman/StatusBar.html
198
- - tcl/BWidget-1.8.0/xpm2image.tcl
199
- - tcl/BWidget-1.8.0/label.tcl
200
- - tcl/BWidget-1.8.0/buttonbox.tcl
155
+ - tcl/BWidget-1.8.0/images/bold.gif
156
+ - tcl/BWidget-1.8.0/lang
157
+ - tcl/BWidget-1.8.0/lang/da.rc
158
+ - tcl/BWidget-1.8.0/lang/de.rc
159
+ - tcl/BWidget-1.8.0/lang/en.rc
160
+ - tcl/BWidget-1.8.0/lang/es.rc
161
+ - tcl/BWidget-1.8.0/lang/fr.rc
162
+ - tcl/BWidget-1.8.0/tests
163
+ - tcl/BWidget-1.8.0/tests/entry.test
164
+ - tcl/BWidget-1.8.0/arrow.tcl
201
165
  - tcl/BWidget-1.8.0/bitmap.tcl
166
+ - tcl/BWidget-1.8.0/button.tcl
167
+ - tcl/BWidget-1.8.0/buttonbox.tcl
168
+ - tcl/BWidget-1.8.0/color.tcl
169
+ - tcl/BWidget-1.8.0/combobox.tcl
170
+ - tcl/BWidget-1.8.0/dialog.tcl
171
+ - tcl/BWidget-1.8.0/dragsite.tcl
172
+ - tcl/BWidget-1.8.0/dropsite.tcl
173
+ - tcl/BWidget-1.8.0/dynhelp.tcl
174
+ - tcl/BWidget-1.8.0/entry.tcl
175
+ - tcl/BWidget-1.8.0/font.tcl
176
+ - tcl/BWidget-1.8.0/init.tcl
177
+ - tcl/BWidget-1.8.0/label.tcl
178
+ - tcl/BWidget-1.8.0/labelentry.tcl
179
+ - tcl/BWidget-1.8.0/labelframe.tcl
180
+ - tcl/BWidget-1.8.0/listbox.tcl
181
+ - tcl/BWidget-1.8.0/mainframe.tcl
182
+ - tcl/BWidget-1.8.0/messagedlg.tcl
183
+ - tcl/BWidget-1.8.0/notebook.tcl
184
+ - tcl/BWidget-1.8.0/pagesmgr.tcl
185
+ - tcl/BWidget-1.8.0/panedw.tcl
202
186
  - tcl/BWidget-1.8.0/panelframe.tcl
203
- - tcl/BWidget-1.8.0/scrollframe.tcl
187
+ - tcl/BWidget-1.8.0/passwddlg.tcl
204
188
  - tcl/BWidget-1.8.0/pkgIndex.tcl
189
+ - tcl/BWidget-1.8.0/progressbar.tcl
190
+ - tcl/BWidget-1.8.0/progressdlg.tcl
191
+ - tcl/BWidget-1.8.0/scrollframe.tcl
205
192
  - tcl/BWidget-1.8.0/scrollview.tcl
193
+ - tcl/BWidget-1.8.0/scrollw.tcl
194
+ - tcl/BWidget-1.8.0/separator.tcl
195
+ - tcl/BWidget-1.8.0/spinbox.tcl
196
+ - tcl/BWidget-1.8.0/statusbar.tcl
197
+ - tcl/BWidget-1.8.0/titleframe.tcl
198
+ - tcl/BWidget-1.8.0/tree.tcl
199
+ - tcl/BWidget-1.8.0/utils.tcl
200
+ - tcl/BWidget-1.8.0/wizard.tcl
201
+ - tcl/BWidget-1.8.0/xpm2image.tcl
202
+ - tcl/BWidget-1.8.0/widget.tcl
203
+ - tcl/BWidget-1.8.0/CHANGES.txt
204
+ - tcl/BWidget-1.8.0/ChangeLog
205
+ - tcl/BWidget-1.8.0/LICENSE.txt
206
+ - tcl/BWidget-1.8.0/README.txt
206
207
  - README
207
208
  - bin/arcadia
208
209
  - bin/arcadia.bat
@@ -235,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
236
  requirements: []
236
237
 
237
238
  rubyforge_project: arcadia
238
- rubygems_version: 1.1.1
239
+ rubygems_version: 1.3.1
239
240
  signing_key:
240
241
  specification_version: 2
241
242
  summary: An Ide for Ruby written in Ruby using the classic tcl/tk GUI toolkit.