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