arcadia 0.7.0 → 0.8.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 (168) hide show
  1. data/README +39 -38
  2. data/bin/arc +3 -0
  3. data/bin/arcadia +0 -1
  4. data/conf/arcadia.conf +54 -35
  5. data/conf/arcadia.init.rb +26 -3
  6. data/conf/arcadia.res.rb +56 -4
  7. data/ext/ae-breakpoints/ae-breakpoints.rb +1 -1
  8. data/ext/ae-dir-projects/ae-dir-projects.rb +113 -45
  9. data/ext/ae-editor/ae-editor.conf +6 -2
  10. data/ext/ae-editor/ae-editor.rb +1009 -616
  11. data/ext/ae-editor/langs/coderay.tokens +40 -0
  12. data/ext/ae-editor/langs/conf.lang +12 -10
  13. data/ext/ae-editor/langs/erb.lang.bind +1 -0
  14. data/ext/ae-editor/langs/java.lang +4 -0
  15. data/ext/ae-editor/langs/rb.lang +25 -55
  16. data/ext/ae-editor/langs/rhtml.lang +4 -0
  17. data/ext/ae-editor/langs/tokens.lang.bind +1 -0
  18. data/ext/ae-editor/langs/xml.lang +4 -0
  19. data/ext/ae-file-history/ae-file-history.rb +140 -32
  20. data/ext/ae-output/ae-output.rb +267 -262
  21. data/ext/ae-rad/ae-rad-inspector.rb +1 -1
  22. data/ext/ae-rad/ae-rad-libs.rb +15 -7
  23. data/ext/ae-rad/ae-rad.conf +4 -4
  24. data/ext/ae-rad/lib/tk/al-tk.rb +4 -3
  25. data/ext/ae-ruby-debug/ae-ruby-debug.conf +4 -2
  26. data/ext/ae-ruby-debug/ae-ruby-debug.rb +40 -15
  27. data/ext/ae-search-in-files/ae-search-in-files.rb +70 -14
  28. data/ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf +15 -0
  29. data/ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb +80 -0
  30. data/ext/ae-shell/ae-shell.conf +4 -1
  31. data/ext/ae-shell/ae-shell.rb +78 -43
  32. data/ext/test-shutdown-after-startup/test-shutdown-after-startup.conf +4 -0
  33. data/ext/test-shutdown-after-startup/test-shutdown-after-startup.rb +20 -0
  34. data/lib/a-commons.rb +118 -22
  35. data/lib/a-contracts.rb +46 -2
  36. data/lib/a-core.rb +970 -284
  37. data/lib/a-tkcommons.rb +16 -8
  38. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ArrowButton.html +0 -0
  39. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/BWidget.html +0 -0
  40. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Button.html +0 -0
  41. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ButtonBox.html +0 -0
  42. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ComboBox.html +0 -0
  43. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Dialog.html +20 -0
  44. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/DragSite.html +6 -4
  45. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/DropSite.html +15 -3
  46. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/DynamicHelp.html +8 -5
  47. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Entry.html +0 -0
  48. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Label.html +0 -0
  49. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/LabelEntry.html +0 -0
  50. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/LabelFrame.html +0 -0
  51. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ListBox.html +1 -1
  52. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/MainFrame.html +8 -0
  53. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/MessageDlg.html +0 -0
  54. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/NoteBook.html +0 -0
  55. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PagesManager.html +0 -0
  56. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PanedWindow.html +21 -5
  57. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PanelFrame.html +0 -0
  58. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PasswdDlg.html +0 -0
  59. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ProgressBar.html +0 -0
  60. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ProgressDlg.html +0 -0
  61. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ScrollView.html +0 -0
  62. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ScrollableFrame.html +5 -2
  63. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ScrolledWindow.html +36 -4
  64. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/SelectColor.html +0 -0
  65. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/SelectFont.html +0 -0
  66. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Separator.html +0 -0
  67. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/SpinBox.html +0 -0
  68. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/StatusBar.html +0 -0
  69. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/TitleFrame.html +0 -0
  70. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Tree.html +21 -31
  71. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Widget.html +0 -0
  72. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/contents.html +0 -0
  73. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/index.html +0 -0
  74. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/navtree.html +0 -0
  75. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/options.htm +0 -0
  76. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/CHANGES.txt +0 -0
  77. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/ChangeLog +289 -0
  78. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/LICENSE.txt +0 -0
  79. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/README.txt +2 -2
  80. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/arrow.tcl +1 -1
  81. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/bitmap.tcl +0 -0
  82. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/button.tcl +0 -0
  83. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/buttonbox.tcl +23 -12
  84. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/color.tcl +0 -0
  85. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/combobox.tcl +101 -25
  86. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/basic.tcl +0 -0
  87. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/bwidget.xbm +0 -0
  88. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/demo.tcl +1 -1
  89. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/dnd.tcl +0 -0
  90. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/manager.tcl +0 -0
  91. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/select.tcl +0 -0
  92. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/tmpldlg.tcl +0 -0
  93. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/tree.tcl +0 -0
  94. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/x1.xbm +0 -0
  95. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dialog.tcl +0 -0
  96. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dragsite.tcl +0 -0
  97. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dropsite.tcl +2 -1
  98. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dynhelp.tcl +194 -33
  99. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/entry.tcl +8 -5
  100. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/font.tcl +0 -0
  101. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/bold.gif +0 -0
  102. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/copy.gif +0 -0
  103. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/cut.gif +0 -0
  104. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/dragfile.gif +0 -0
  105. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/dragicon.gif +0 -0
  106. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/error.gif +0 -0
  107. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/file.gif +0 -0
  108. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/folder.gif +0 -0
  109. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/hourglass.gif +0 -0
  110. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/info.gif +0 -0
  111. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/italic.gif +0 -0
  112. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/minus.xbm +0 -0
  113. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/new.gif +0 -0
  114. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/opcopy.xbm +0 -0
  115. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/open.gif +0 -0
  116. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/openfold.gif +0 -0
  117. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/oplink.xbm +0 -0
  118. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/opmove.xbm +0 -0
  119. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/overstrike.gif +0 -0
  120. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/palette.gif +0 -0
  121. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/passwd.gif +0 -0
  122. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/paste.gif +0 -0
  123. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/plus.xbm +0 -0
  124. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/print.gif +0 -0
  125. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/question.gif +0 -0
  126. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/redo.gif +0 -0
  127. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/save.gif +0 -0
  128. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/target.xbm +0 -0
  129. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/underline.gif +0 -0
  130. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/undo.gif +0 -0
  131. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/warning.gif +0 -0
  132. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/init.tcl +0 -0
  133. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/label.tcl +0 -0
  134. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/labelentry.tcl +0 -0
  135. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/labelframe.tcl +0 -0
  136. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/da.rc +0 -0
  137. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/de.rc +0 -0
  138. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/en.rc +0 -0
  139. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/es.rc +0 -0
  140. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/fr.rc +0 -0
  141. data/tcl/BWidget-1.9.0/lang/hu.rc +52 -0
  142. data/tcl/BWidget-1.9.0/lang/nl.rc +52 -0
  143. data/tcl/BWidget-1.9.0/lang/no.rc +52 -0
  144. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/listbox.tcl +89 -34
  145. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/mainframe.tcl +14 -13
  146. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/messagedlg.tcl +0 -0
  147. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/notebook.tcl +3 -1
  148. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/pagesmgr.tcl +0 -0
  149. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/panedw.tcl +22 -18
  150. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/panelframe.tcl +0 -0
  151. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/passwddlg.tcl +7 -3
  152. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/pkgIndex.tcl +2 -2
  153. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/progressbar.tcl +0 -0
  154. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/progressdlg.tcl +0 -0
  155. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/scrollframe.tcl +60 -24
  156. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/scrollview.tcl +0 -0
  157. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/scrollw.tcl +13 -11
  158. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/separator.tcl +0 -0
  159. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/spinbox.tcl +0 -0
  160. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/statusbar.tcl +0 -0
  161. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/tests/entry.test +0 -0
  162. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/titleframe.tcl +0 -0
  163. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/tree.tcl +51 -41
  164. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/utils.tcl +26 -11
  165. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/widget.tcl +53 -19
  166. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/wizard.tcl +0 -0
  167. data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/xpm2image.tcl +0 -0
  168. metadata +170 -145
@@ -1,7 +1,7 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # utils.tcl
3
3
  # This file is part of Unifix BWidget Toolkit
4
- # $Id: utils.tcl,v 1.12 2004/09/24 23:57:13 hobbs Exp $
4
+ # $Id: utils.tcl,v 1.15 2009/06/10 08:48:06 oehhar Exp $
5
5
  # ----------------------------------------------------------------------------
6
6
  # Index of commands:
7
7
  # - GlobalVar::exists
@@ -331,7 +331,7 @@ proc BWidget::place { path w h args } {
331
331
  if { $idx == 2 } {
332
332
  # try left, then right if out, then 0 if out
333
333
  if { $x0 >= $w } {
334
- set x [expr {$x0-$sw}]
334
+ set x [expr {$x0-$w}]
335
335
  } elseif { $x1+$w <= $sw } {
336
336
  set x "+$x1"
337
337
  } else {
@@ -342,7 +342,7 @@ proc BWidget::place { path w h args } {
342
342
  if { $x1+$w <= $sw } {
343
343
  set x "+$x1"
344
344
  } elseif { $x0 >= $w } {
345
- set x [expr {$x0-$sw}]
345
+ set x [expr {$x0-$w}]
346
346
  } else {
347
347
  set x "-0"
348
348
  }
@@ -356,7 +356,7 @@ proc BWidget::place { path w h args } {
356
356
  if { $idx == 4 } {
357
357
  # try top, then bottom, then 0
358
358
  if { $h <= $y0 } {
359
- set y [expr {$y0-$sh}]
359
+ set y [expr {$y0-$h}]
360
360
  } elseif { $y1+$h <= $sh } {
361
361
  set y "+$y1"
362
362
  } else {
@@ -367,7 +367,7 @@ proc BWidget::place { path w h args } {
367
367
  if { $y1+$h <= $sh } {
368
368
  set y "+$y1"
369
369
  } elseif { $h <= $y0 } {
370
- set y [expr {$y0-$sh}]
370
+ set y [expr {$y0-$h}]
371
371
  } else {
372
372
  set y "-0"
373
373
  }
@@ -567,7 +567,9 @@ proc BWidget::classes { class } {
567
567
  set classes [list $class]
568
568
  if {![info exists use($class)]} { return }
569
569
  foreach class $use($class) {
570
- eval lappend classes [classes $class]
570
+ if {![string equal $class "-classonly"]} {
571
+ eval lappend classes [classes $class]
572
+ }
571
573
  }
572
574
  return [lsort -unique $classes]
573
575
  }
@@ -636,10 +638,23 @@ proc BWidget::write { filename {mode w} } {
636
638
  # Results:
637
639
  # None.
638
640
  proc BWidget::bindMouseWheel { widget } {
639
- bind $widget <MouseWheel> {%W yview scroll [expr {-%D/24}] units}
640
- bind $widget <Shift-MouseWheel> {%W yview scroll [expr {-%D/120}] pages}
641
- bind $widget <Control-MouseWheel> {%W yview scroll [expr {-%D/120}] units}
641
+ if {[bind all <MouseWheel>] eq ""} {
642
+ # style::as and Tk 8.5 have global bindings
643
+ # Only enable these if no global binding for MouseWheel exists
644
+ bind $widget <MouseWheel> \
645
+ {%W yview scroll [expr {-%D/24}] units}
646
+ bind $widget <Shift-MouseWheel> \
647
+ {%W yview scroll [expr {-%D/120}] pages}
648
+ bind $widget <Control-MouseWheel> \
649
+ {%W yview scroll [expr {-%D/120}] units}
650
+ }
642
651
 
643
- bind $widget <Button-4> {event generate %W <MouseWheel> -delta 120}
644
- bind $widget <Button-5> {event generate %W <MouseWheel> -delta -120}
652
+ if {[bind all <Button-4>] eq ""} {
653
+ # style::as and Tk 8.5 have global bindings
654
+ # Only enable these if no global binding for them exists
655
+ bind $widget <Button-4> {event generate %W <MouseWheel> -delta 120}
656
+ bind $widget <Button-5> {event generate %W <MouseWheel> -delta -120}
657
+ }
645
658
  }
659
+
660
+
@@ -1,7 +1,7 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # widget.tcl
3
3
  # This file is part of Unifix BWidget Toolkit
4
- # $Id: widget.tcl,v 1.29 2005/07/28 00:40:42 hobbs Exp $
4
+ # $Id: widget.tcl,v 1.35 2009/07/02 16:22:18 oehhar Exp $
5
5
  # ----------------------------------------------------------------------------
6
6
  # Index of commands:
7
7
  # - Widget::tkinclude
@@ -175,7 +175,7 @@ proc Widget::tkinclude { class tkwidget subpath args } {
175
175
  [list TkResource $value $ro [list $tkwidget $realopt]]
176
176
 
177
177
  # Add an option database entry for this option
178
- set optionDbName ".[lindex [_configure_option $option ""] 0]"
178
+ set optionDbName ".[lindex [_configure_option $realopt ""] 0]"
179
179
  if { ![string equal $subpath ":cmd"] } {
180
180
  set optionDbName "$subpath$optionDbName"
181
181
  }
@@ -480,6 +480,8 @@ proc Widget::syncoptions { class subclass subpath options } {
480
480
  # ----------------------------------------------------------------------------
481
481
  proc Widget::init { class path options } {
482
482
  variable _inuse
483
+ variable _class
484
+ variable _optiontype
483
485
 
484
486
  upvar 0 ${class}::opt classopt
485
487
  upvar 0 ${class}::$path:opt pathopt
@@ -532,7 +534,7 @@ proc Widget::init { class path options } {
532
534
  if {![info exists _inuse($class)]} { set _inuse($class) 0 }
533
535
  incr _inuse($class)
534
536
 
535
- set Widget::_class($path) $class
537
+ set _class($path) $class
536
538
  foreach {option value} $options {
537
539
  if { ![info exists classopt($option)] } {
538
540
  unset pathopt
@@ -546,7 +548,17 @@ proc Widget::init { class path options } {
546
548
  set optdesc $classopt($option)
547
549
  set type [lindex $optdesc 0]
548
550
  }
549
- set pathopt($option) [$Widget::_optiontype($type) $option $value [lindex $optdesc 3]]
551
+ # this may fail if a wrong enum element was used
552
+ if {[catch {
553
+ $_optiontype($type) $option $value [lindex $optdesc 3]
554
+ } msg]} {
555
+ if {[info exists pathopt]} {
556
+ unset pathopt
557
+ }
558
+ unset pathmod
559
+ return -code error $msg
560
+ }
561
+ set pathopt($option) $msg
550
562
  set pathinit($option) $pathopt($option)
551
563
  }
552
564
  }
@@ -569,6 +581,8 @@ proc Widget::init { class path options } {
569
581
  # Command Widget::copyinit
570
582
  # ----------------------------------------------------------------------------
571
583
  proc Widget::copyinit { class templatepath path options } {
584
+ variable _class
585
+ variable _optiontype
572
586
  upvar 0 ${class}::opt classopt \
573
587
  ${class}::$path:opt pathopt \
574
588
  ${class}::$path:mod pathmod \
@@ -589,7 +603,7 @@ proc Widget::copyinit { class templatepath path options } {
589
603
  array set pathopt [array get templatepathopt]
590
604
  array set pathinit [array get templatepathinit]
591
605
 
592
- set Widget::_class($path) $class
606
+ set _class($path) $class
593
607
  foreach {option value} $options {
594
608
  if { ![info exists classopt($option)] } {
595
609
  unset pathopt
@@ -603,7 +617,7 @@ proc Widget::copyinit { class templatepath path options } {
603
617
  set optdesc $classopt($option)
604
618
  set type [lindex $optdesc 0]
605
619
  }
606
- set pathopt($option) [$Widget::_optiontype($type) $option $value [lindex $optdesc 3]]
620
+ set pathopt($option) [$_optiontype($type) $option $value [lindex $optdesc 3]]
607
621
  set pathinit($option) $pathopt($option)
608
622
  }
609
623
  }
@@ -625,6 +639,7 @@ proc Widget::copyinit { class templatepath path options } {
625
639
  # the command line in which that portion is interested.
626
640
 
627
641
  proc Widget::parseArgs {class options} {
642
+ variable _optiontype
628
643
  upvar 0 ${class}::opt classopt
629
644
  upvar 0 ${class}::map classmap
630
645
 
@@ -643,7 +658,7 @@ proc Widget::parseArgs {class options} {
643
658
  # Make sure that the widget used for this TkResource exists
644
659
  Widget::_get_tkwidget_options [lindex [lindex $optdesc 3] 0]
645
660
  }
646
- set val [$Widget::_optiontype($type) $option $val [lindex $optdesc 3]]
661
+ set val [$_optiontype($type) $option $val [lindex $optdesc 3]]
647
662
 
648
663
  if { [info exists classmap($option)] } {
649
664
  foreach {subpath subclass realopt} $classmap($option) {
@@ -801,11 +816,23 @@ proc Widget::configure { path options } {
801
816
  if { [info exists classmap($option)] } {
802
817
  set window [_get_window $class $window]
803
818
  foreach {subpath subclass realopt} $classmap($option) {
804
- if { [string length $subclass] } {
805
- set curval [${subclass}::cget $window$subpath $realopt]
819
+ # Interpretation of special pointers:
820
+ # | subclass | subpath | widget | path | class |
821
+ # +----------+---------+------------------+----------------+-context-+
822
+ # | :cmd | :cmd | herited widget | window:cmd |window |
823
+ # | :cmd | * | subwidget | window.subpath | window |
824
+ # | "" | :cmd | herited widget | window:cmd | window |
825
+ # | "" | * | own | window | window |
826
+ # | * | :cmd | own | window | current |
827
+ # | * | * | subwidget | window.subpath | current |
828
+ if { [string length $subclass] && ! [string equal $subclass ":cmd"] } {
829
+ if { [string equal $subpath ":cmd"] } {
830
+ set subpath ""
831
+ }
832
+ set curval [${subclass}::cget $window$subpath $realopt]
806
833
  ${subclass}::configure $window$subpath $realopt $newval
807
834
  } else {
808
- set curval [$window$subpath cget $realopt]
835
+ set curval [$window$subpath cget $realopt]
809
836
  $window$subpath configure $realopt $newval
810
837
  }
811
838
  }
@@ -825,11 +852,12 @@ proc Widget::configure { path options } {
825
852
  # Command Widget::cget
826
853
  # ----------------------------------------------------------------------------
827
854
  proc Widget::cget { path option } {
828
- if { ![info exists ::Widget::_class($path)] } {
855
+ variable _class
856
+ if { ![info exists _class($path)] } {
829
857
  return -code error "unknown widget $path"
830
858
  }
831
859
 
832
- set class $::Widget::_class($path)
860
+ set class $_class($path)
833
861
  if { ![info exists ${class}::opt($option)] } {
834
862
  return -code error "unknown option \"$option\""
835
863
  }
@@ -854,7 +882,8 @@ proc Widget::cget { path option } {
854
882
  # Command Widget::subcget
855
883
  # ----------------------------------------------------------------------------
856
884
  proc Widget::subcget { path subwidget } {
857
- set class $::Widget::_class($path)
885
+ variable _class
886
+ set class $_class($path)
858
887
  upvar 0 ${class}::$path:opt pathopt
859
888
  upvar 0 ${class}::map$subwidget submap
860
889
  upvar 0 ${class}::$path:init pathinit
@@ -873,8 +902,9 @@ proc Widget::subcget { path subwidget } {
873
902
  # Command Widget::hasChanged
874
903
  # ----------------------------------------------------------------------------
875
904
  proc Widget::hasChanged { path option pvalue } {
876
- upvar $pvalue value
877
- set class $::Widget::_class($path)
905
+ variable _class
906
+ upvar $pvalue value
907
+ set class $_class($path)
878
908
  upvar 0 ${class}::$path:mod pathmod
879
909
 
880
910
  set value [Widget::cget $path $option]
@@ -885,7 +915,8 @@ proc Widget::hasChanged { path option pvalue } {
885
915
  }
886
916
 
887
917
  proc Widget::hasChangedX { path option args } {
888
- set class $::Widget::_class($path)
918
+ variable _class
919
+ set class $_class($path)
889
920
  upvar 0 ${class}::$path:mod pathmod
890
921
 
891
922
  set result $pathmod($option)
@@ -938,7 +969,8 @@ proc Widget::getoption { path option } {
938
969
  # value option value.
939
970
 
940
971
  proc Widget::getMegawidgetOption {path option} {
941
- set class $::Widget::_class($path)
972
+ variable _class
973
+ set class $_class($path)
942
974
  upvar 0 ${class}::${path}:opt pathopt
943
975
  set pathopt($option)
944
976
  }
@@ -958,7 +990,8 @@ proc Widget::getMegawidgetOption {path option} {
958
990
  # value option value.
959
991
 
960
992
  proc Widget::setMegawidgetOption {path option value} {
961
- set class $::Widget::_class($path)
993
+ variable _class
994
+ set class $_class($path)
962
995
  upvar 0 ${class}::${path}:opt pathopt
963
996
  set pathopt($option) $value
964
997
  }
@@ -1564,7 +1597,8 @@ proc Widget::theme {{bool {}}} {
1564
1597
  variable _theme
1565
1598
  if {[llength [info level 0]] == 2} {
1566
1599
  # set theme-ability
1567
- if {[catch {package require tile 0.6}]
1600
+ if {[catch {package require Tk 8.5a6}]
1601
+ && [catch {package require tile 0.6}]
1568
1602
  && [catch {package require tile 1}]} {
1569
1603
  return -code error "BWidget's theming requires tile 0.6+"
1570
1604
  } else {
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.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Galeone
@@ -9,23 +9,24 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-22 00:00:00 +02:00
12
+ date: 2009-12-11 00:00:00 +01:00
13
13
  default_executable: arcadia
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: ruby-debug
16
+ name: whichr
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.9.3
23
+ version: "0"
24
24
  version:
25
25
  description: Arcadia Ruby Ide
26
26
  email: antonio-galeone@rubyforge.org
27
27
  executables:
28
28
  - arcadia
29
+ - arc
29
30
  extensions: []
30
31
 
31
32
  extra_rdoc_files:
@@ -37,20 +38,28 @@ files:
37
38
  - lib/a-core.rb
38
39
  - ext/ae-breakpoints/ae-breakpoints.conf
39
40
  - ext/ae-breakpoints/ae-breakpoints.rb
41
+ - ext/ae-dir-projects/ae-dir-projects.rb
42
+ - ext/ae-dir-projects/ae-dir-projects.conf
43
+ - ext/ae-editor/langs
44
+ - ext/ae-editor/langs/tokens.lang.bind
45
+ - ext/ae-editor/langs/rhtml.lang
46
+ - ext/ae-editor/langs/xml.lang
47
+ - ext/ae-editor/langs/java.lang
40
48
  - ext/ae-editor/langs/conf.lang
49
+ - ext/ae-editor/langs/erb.lang.bind
41
50
  - ext/ae-editor/langs/rb.lang
42
51
  - ext/ae-editor/langs/rbw.lang.bind
43
52
  - ext/ae-editor/langs/lang.lang.bind
53
+ - ext/ae-editor/langs/coderay.tokens
44
54
  - ext/ae-editor/ae-editor.rb
45
55
  - ext/ae-editor/ae-editor.conf
46
- - ext/ae-file-history/ae-file-history.rb
47
- - ext/ae-file-history/ae-file-history.conf
48
- - ext/ae-output/ae-output.rb
49
- - ext/ae-output/ae-output.conf
56
+ - ext/ae-rad/lib
57
+ - ext/ae-rad/lib/tk
50
58
  - ext/ae-rad/lib/tk/al-tkcustom.rb
51
59
  - ext/ae-rad/lib/tk/al-tk.rb
52
60
  - ext/ae-rad/lib/tk/al-tk.res.rb
53
61
  - ext/ae-rad/lib/tk/al-tkarcadia.rb
62
+ - ext/ae-rad/lib/tkext
54
63
  - ext/ae-rad/lib/tkext/al-tile.rb
55
64
  - ext/ae-rad/lib/tkext/al-iwidgets.rb
56
65
  - ext/ae-rad/lib/tkext/al-bwidget.rb
@@ -60,152 +69,168 @@ files:
60
69
  - ext/ae-rad/ae-rad-palette.rb
61
70
  - ext/ae-rad/ae-rad.conf
62
71
  - ext/ae-rad/ae-rad.rb
72
+ - ext/ae-shell/sh.rb
73
+ - ext/ae-shell/ae-shell.conf
74
+ - ext/ae-shell/ae-shell.rb
75
+ - ext/ae-output/ae-output.rb
76
+ - ext/ae-output/ae-output.conf
77
+ - ext/ae-file-history/ae-file-history.rb
78
+ - ext/ae-file-history/ae-file-history.conf
79
+ - ext/test-shutdown-after-startup/test-shutdown-after-startup.rb
80
+ - ext/test-shutdown-after-startup/test-shutdown-after-startup.conf
63
81
  - ext/ae-ruby-debug/ae-ruby-debug.conf
64
82
  - ext/ae-ruby-debug/ae-ruby-debug.rb
65
83
  - ext/ae-search-in-files/ae-search-in-files.conf
66
84
  - ext/ae-search-in-files/ae-search-in-files.rb
67
- - ext/ae-dir-projects/ae-dir-projects.rb
68
- - ext/ae-dir-projects/ae-dir-projects.conf
69
- - ext/ae-shell/sh.rb
70
- - ext/ae-shell/ae-shell.conf
71
- - ext/ae-shell/ae-shell.rb
72
- - tcl/BWidget-1.8.0/scrollw.tcl
73
- - tcl/BWidget-1.8.0/dropsite.tcl
74
- - tcl/BWidget-1.8.0/init.tcl
75
- - tcl/BWidget-1.8.0/ChangeLog
76
- - tcl/BWidget-1.8.0/labelentry.tcl
77
- - tcl/BWidget-1.8.0/CHANGES.txt
78
- - tcl/BWidget-1.8.0/README.txt
79
- - tcl/BWidget-1.8.0/progressdlg.tcl
80
- - tcl/BWidget-1.8.0/panedw.tcl
81
- - tcl/BWidget-1.8.0/statusbar.tcl
82
- - tcl/BWidget-1.8.0/spinbox.tcl
83
- - tcl/BWidget-1.8.0/progressbar.tcl
84
- - tcl/BWidget-1.8.0/button.tcl
85
- - tcl/BWidget-1.8.0/messagedlg.tcl
86
- - tcl/BWidget-1.8.0/combobox.tcl
87
- - tcl/BWidget-1.8.0/mainframe.tcl
88
- - tcl/BWidget-1.8.0/passwddlg.tcl
89
- - tcl/BWidget-1.8.0/titleframe.tcl
90
- - tcl/BWidget-1.8.0/color.tcl
91
- - tcl/BWidget-1.8.0/font.tcl
92
- - tcl/BWidget-1.8.0/dynhelp.tcl
93
- - tcl/BWidget-1.8.0/pagesmgr.tcl
94
- - tcl/BWidget-1.8.0/dialog.tcl
95
- - tcl/BWidget-1.8.0/utils.tcl
96
- - tcl/BWidget-1.8.0/LICENSE.txt
97
- - tcl/BWidget-1.8.0/dragsite.tcl
98
- - tcl/BWidget-1.8.0/notebook.tcl
99
- - tcl/BWidget-1.8.0/arrow.tcl
100
- - tcl/BWidget-1.8.0/entry.tcl
101
- - tcl/BWidget-1.8.0/lang/da.rc
102
- - tcl/BWidget-1.8.0/lang/es.rc
103
- - tcl/BWidget-1.8.0/lang/fr.rc
104
- - tcl/BWidget-1.8.0/lang/en.rc
105
- - tcl/BWidget-1.8.0/lang/de.rc
106
- - tcl/BWidget-1.8.0/tests/entry.test
107
- - tcl/BWidget-1.8.0/listbox.tcl
108
- - tcl/BWidget-1.8.0/wizard.tcl
109
- - tcl/BWidget-1.8.0/tree.tcl
110
- - tcl/BWidget-1.8.0/widget.tcl
111
- - tcl/BWidget-1.8.0/labelframe.tcl
112
- - tcl/BWidget-1.8.0/demo/bwidget.xbm
113
- - tcl/BWidget-1.8.0/demo/basic.tcl
114
- - tcl/BWidget-1.8.0/demo/dnd.tcl
115
- - tcl/BWidget-1.8.0/demo/x1.xbm
116
- - tcl/BWidget-1.8.0/demo/tree.tcl
117
- - tcl/BWidget-1.8.0/demo/select.tcl
118
- - tcl/BWidget-1.8.0/demo/tmpldlg.tcl
119
- - tcl/BWidget-1.8.0/demo/manager.tcl
120
- - tcl/BWidget-1.8.0/demo/demo.tcl
121
- - tcl/BWidget-1.8.0/images/question.gif
122
- - tcl/BWidget-1.8.0/images/dragfile.gif
123
- - tcl/BWidget-1.8.0/images/print.gif
124
- - tcl/BWidget-1.8.0/images/info.gif
125
- - tcl/BWidget-1.8.0/images/opcopy.xbm
126
- - tcl/BWidget-1.8.0/images/bold.gif
127
- - tcl/BWidget-1.8.0/images/plus.xbm
128
- - tcl/BWidget-1.8.0/images/error.gif
129
- - tcl/BWidget-1.8.0/images/minus.xbm
130
- - tcl/BWidget-1.8.0/images/redo.gif
131
- - tcl/BWidget-1.8.0/images/file.gif
132
- - tcl/BWidget-1.8.0/images/overstrike.gif
133
- - tcl/BWidget-1.8.0/images/save.gif
134
- - tcl/BWidget-1.8.0/images/palette.gif
135
- - tcl/BWidget-1.8.0/images/new.gif
136
- - tcl/BWidget-1.8.0/images/target.xbm
137
- - tcl/BWidget-1.8.0/images/warning.gif
138
- - tcl/BWidget-1.8.0/images/openfold.gif
139
- - tcl/BWidget-1.8.0/images/opmove.xbm
140
- - tcl/BWidget-1.8.0/images/dragicon.gif
141
- - tcl/BWidget-1.8.0/images/copy.gif
142
- - tcl/BWidget-1.8.0/images/underline.gif
143
- - tcl/BWidget-1.8.0/images/passwd.gif
144
- - tcl/BWidget-1.8.0/images/cut.gif
145
- - tcl/BWidget-1.8.0/images/open.gif
146
- - tcl/BWidget-1.8.0/images/oplink.xbm
147
- - tcl/BWidget-1.8.0/images/hourglass.gif
148
- - tcl/BWidget-1.8.0/images/italic.gif
149
- - tcl/BWidget-1.8.0/images/folder.gif
150
- - tcl/BWidget-1.8.0/images/paste.gif
151
- - tcl/BWidget-1.8.0/images/undo.gif
152
- - tcl/BWidget-1.8.0/separator.tcl
153
- - tcl/BWidget-1.8.0/BWman/Label.html
154
- - tcl/BWidget-1.8.0/BWman/ScrollView.html
155
- - tcl/BWidget-1.8.0/BWman/DragSite.html
156
- - tcl/BWidget-1.8.0/BWman/SpinBox.html
157
- - tcl/BWidget-1.8.0/BWman/PasswdDlg.html
158
- - tcl/BWidget-1.8.0/BWman/Dialog.html
159
- - tcl/BWidget-1.8.0/BWman/DynamicHelp.html
160
- - tcl/BWidget-1.8.0/BWman/PagesManager.html
161
- - tcl/BWidget-1.8.0/BWman/options.htm
162
- - tcl/BWidget-1.8.0/BWman/Entry.html
163
- - tcl/BWidget-1.8.0/BWman/index.html
164
- - tcl/BWidget-1.8.0/BWman/MessageDlg.html
165
- - tcl/BWidget-1.8.0/BWman/SelectColor.html
166
- - tcl/BWidget-1.8.0/BWman/contents.html
167
- - tcl/BWidget-1.8.0/BWman/LabelFrame.html
168
- - tcl/BWidget-1.8.0/BWman/ComboBox.html
169
- - tcl/BWidget-1.8.0/BWman/BWidget.html
170
- - tcl/BWidget-1.8.0/BWman/ListBox.html
171
- - tcl/BWidget-1.8.0/BWman/ScrollableFrame.html
172
- - tcl/BWidget-1.8.0/BWman/PanelFrame.html
173
- - tcl/BWidget-1.8.0/BWman/ArrowButton.html
174
- - tcl/BWidget-1.8.0/BWman/Tree.html
175
- - tcl/BWidget-1.8.0/BWman/ProgressBar.html
176
- - tcl/BWidget-1.8.0/BWman/SelectFont.html
177
- - tcl/BWidget-1.8.0/BWman/MainFrame.html
178
- - tcl/BWidget-1.8.0/BWman/ScrolledWindow.html
179
- - tcl/BWidget-1.8.0/BWman/Widget.html
180
- - tcl/BWidget-1.8.0/BWman/Button.html
181
- - tcl/BWidget-1.8.0/BWman/DropSite.html
182
- - tcl/BWidget-1.8.0/BWman/ProgressDlg.html
183
- - tcl/BWidget-1.8.0/BWman/NoteBook.html
184
- - tcl/BWidget-1.8.0/BWman/Separator.html
185
- - tcl/BWidget-1.8.0/BWman/navtree.html
186
- - tcl/BWidget-1.8.0/BWman/LabelEntry.html
187
- - tcl/BWidget-1.8.0/BWman/ButtonBox.html
188
- - tcl/BWidget-1.8.0/BWman/PanedWindow.html
189
- - tcl/BWidget-1.8.0/BWman/TitleFrame.html
190
- - tcl/BWidget-1.8.0/BWman/StatusBar.html
191
- - tcl/BWidget-1.8.0/xpm2image.tcl
192
- - tcl/BWidget-1.8.0/label.tcl
193
- - tcl/BWidget-1.8.0/buttonbox.tcl
194
- - tcl/BWidget-1.8.0/bitmap.tcl
195
- - tcl/BWidget-1.8.0/panelframe.tcl
196
- - tcl/BWidget-1.8.0/scrollframe.tcl
197
- - tcl/BWidget-1.8.0/pkgIndex.tcl
198
- - tcl/BWidget-1.8.0/scrollview.tcl
85
+ - ext/ae-search-in-files/ext
86
+ - ext/ae-search-in-files/ext/ack-in-files
87
+ - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf
88
+ - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb
89
+ - tcl/BWidget-1.9.0
90
+ - tcl/BWidget-1.9.0/scrollw.tcl
91
+ - tcl/BWidget-1.9.0/dropsite.tcl
92
+ - tcl/BWidget-1.9.0/init.tcl
93
+ - tcl/BWidget-1.9.0/ChangeLog
94
+ - tcl/BWidget-1.9.0/labelentry.tcl
95
+ - tcl/BWidget-1.9.0/CHANGES.txt
96
+ - tcl/BWidget-1.9.0/README.txt
97
+ - tcl/BWidget-1.9.0/progressdlg.tcl
98
+ - tcl/BWidget-1.9.0/panedw.tcl
99
+ - tcl/BWidget-1.9.0/statusbar.tcl
100
+ - tcl/BWidget-1.9.0/spinbox.tcl
101
+ - tcl/BWidget-1.9.0/progressbar.tcl
102
+ - tcl/BWidget-1.9.0/button.tcl
103
+ - tcl/BWidget-1.9.0/messagedlg.tcl
104
+ - tcl/BWidget-1.9.0/combobox.tcl
105
+ - tcl/BWidget-1.9.0/mainframe.tcl
106
+ - tcl/BWidget-1.9.0/passwddlg.tcl
107
+ - tcl/BWidget-1.9.0/titleframe.tcl
108
+ - tcl/BWidget-1.9.0/color.tcl
109
+ - tcl/BWidget-1.9.0/font.tcl
110
+ - tcl/BWidget-1.9.0/dynhelp.tcl
111
+ - tcl/BWidget-1.9.0/pagesmgr.tcl
112
+ - tcl/BWidget-1.9.0/dialog.tcl
113
+ - tcl/BWidget-1.9.0/utils.tcl
114
+ - tcl/BWidget-1.9.0/LICENSE.txt
115
+ - tcl/BWidget-1.9.0/dragsite.tcl
116
+ - tcl/BWidget-1.9.0/notebook.tcl
117
+ - tcl/BWidget-1.9.0/arrow.tcl
118
+ - tcl/BWidget-1.9.0/entry.tcl
119
+ - tcl/BWidget-1.9.0/lang
120
+ - tcl/BWidget-1.9.0/lang/da.rc
121
+ - tcl/BWidget-1.9.0/lang/es.rc
122
+ - tcl/BWidget-1.9.0/lang/fr.rc
123
+ - tcl/BWidget-1.9.0/lang/en.rc
124
+ - tcl/BWidget-1.9.0/lang/nl.rc
125
+ - tcl/BWidget-1.9.0/lang/no.rc
126
+ - tcl/BWidget-1.9.0/lang/hu.rc
127
+ - tcl/BWidget-1.9.0/lang/de.rc
128
+ - tcl/BWidget-1.9.0/tests
129
+ - tcl/BWidget-1.9.0/tests/entry.test
130
+ - tcl/BWidget-1.9.0/listbox.tcl
131
+ - tcl/BWidget-1.9.0/wizard.tcl
132
+ - tcl/BWidget-1.9.0/tree.tcl
133
+ - tcl/BWidget-1.9.0/widget.tcl
134
+ - tcl/BWidget-1.9.0/labelframe.tcl
135
+ - tcl/BWidget-1.9.0/demo
136
+ - tcl/BWidget-1.9.0/demo/bwidget.xbm
137
+ - tcl/BWidget-1.9.0/demo/basic.tcl
138
+ - tcl/BWidget-1.9.0/demo/dnd.tcl
139
+ - tcl/BWidget-1.9.0/demo/x1.xbm
140
+ - tcl/BWidget-1.9.0/demo/tree.tcl
141
+ - tcl/BWidget-1.9.0/demo/select.tcl
142
+ - tcl/BWidget-1.9.0/demo/tmpldlg.tcl
143
+ - tcl/BWidget-1.9.0/demo/manager.tcl
144
+ - tcl/BWidget-1.9.0/demo/demo.tcl
145
+ - tcl/BWidget-1.9.0/images
146
+ - tcl/BWidget-1.9.0/images/question.gif
147
+ - tcl/BWidget-1.9.0/images/dragfile.gif
148
+ - tcl/BWidget-1.9.0/images/print.gif
149
+ - tcl/BWidget-1.9.0/images/info.gif
150
+ - tcl/BWidget-1.9.0/images/opcopy.xbm
151
+ - tcl/BWidget-1.9.0/images/bold.gif
152
+ - tcl/BWidget-1.9.0/images/plus.xbm
153
+ - tcl/BWidget-1.9.0/images/error.gif
154
+ - tcl/BWidget-1.9.0/images/minus.xbm
155
+ - tcl/BWidget-1.9.0/images/redo.gif
156
+ - tcl/BWidget-1.9.0/images/file.gif
157
+ - tcl/BWidget-1.9.0/images/overstrike.gif
158
+ - tcl/BWidget-1.9.0/images/save.gif
159
+ - tcl/BWidget-1.9.0/images/palette.gif
160
+ - tcl/BWidget-1.9.0/images/new.gif
161
+ - tcl/BWidget-1.9.0/images/target.xbm
162
+ - tcl/BWidget-1.9.0/images/warning.gif
163
+ - tcl/BWidget-1.9.0/images/openfold.gif
164
+ - tcl/BWidget-1.9.0/images/opmove.xbm
165
+ - tcl/BWidget-1.9.0/images/dragicon.gif
166
+ - tcl/BWidget-1.9.0/images/copy.gif
167
+ - tcl/BWidget-1.9.0/images/underline.gif
168
+ - tcl/BWidget-1.9.0/images/passwd.gif
169
+ - tcl/BWidget-1.9.0/images/cut.gif
170
+ - tcl/BWidget-1.9.0/images/open.gif
171
+ - tcl/BWidget-1.9.0/images/oplink.xbm
172
+ - tcl/BWidget-1.9.0/images/hourglass.gif
173
+ - tcl/BWidget-1.9.0/images/italic.gif
174
+ - tcl/BWidget-1.9.0/images/folder.gif
175
+ - tcl/BWidget-1.9.0/images/paste.gif
176
+ - tcl/BWidget-1.9.0/images/undo.gif
177
+ - tcl/BWidget-1.9.0/separator.tcl
178
+ - tcl/BWidget-1.9.0/BWman
179
+ - tcl/BWidget-1.9.0/BWman/Label.html
180
+ - tcl/BWidget-1.9.0/BWman/ScrollView.html
181
+ - tcl/BWidget-1.9.0/BWman/DragSite.html
182
+ - tcl/BWidget-1.9.0/BWman/SpinBox.html
183
+ - tcl/BWidget-1.9.0/BWman/PasswdDlg.html
184
+ - tcl/BWidget-1.9.0/BWman/Dialog.html
185
+ - tcl/BWidget-1.9.0/BWman/DynamicHelp.html
186
+ - tcl/BWidget-1.9.0/BWman/PagesManager.html
187
+ - tcl/BWidget-1.9.0/BWman/options.htm
188
+ - tcl/BWidget-1.9.0/BWman/Entry.html
189
+ - tcl/BWidget-1.9.0/BWman/index.html
190
+ - tcl/BWidget-1.9.0/BWman/MessageDlg.html
191
+ - tcl/BWidget-1.9.0/BWman/SelectColor.html
192
+ - tcl/BWidget-1.9.0/BWman/contents.html
193
+ - tcl/BWidget-1.9.0/BWman/LabelFrame.html
194
+ - tcl/BWidget-1.9.0/BWman/ComboBox.html
195
+ - tcl/BWidget-1.9.0/BWman/BWidget.html
196
+ - tcl/BWidget-1.9.0/BWman/ListBox.html
197
+ - tcl/BWidget-1.9.0/BWman/ScrollableFrame.html
198
+ - tcl/BWidget-1.9.0/BWman/PanelFrame.html
199
+ - tcl/BWidget-1.9.0/BWman/ArrowButton.html
200
+ - tcl/BWidget-1.9.0/BWman/Tree.html
201
+ - tcl/BWidget-1.9.0/BWman/ProgressBar.html
202
+ - tcl/BWidget-1.9.0/BWman/SelectFont.html
203
+ - tcl/BWidget-1.9.0/BWman/MainFrame.html
204
+ - tcl/BWidget-1.9.0/BWman/ScrolledWindow.html
205
+ - tcl/BWidget-1.9.0/BWman/Widget.html
206
+ - tcl/BWidget-1.9.0/BWman/Button.html
207
+ - tcl/BWidget-1.9.0/BWman/DropSite.html
208
+ - tcl/BWidget-1.9.0/BWman/ProgressDlg.html
209
+ - tcl/BWidget-1.9.0/BWman/NoteBook.html
210
+ - tcl/BWidget-1.9.0/BWman/Separator.html
211
+ - tcl/BWidget-1.9.0/BWman/navtree.html
212
+ - tcl/BWidget-1.9.0/BWman/LabelEntry.html
213
+ - tcl/BWidget-1.9.0/BWman/ButtonBox.html
214
+ - tcl/BWidget-1.9.0/BWman/PanedWindow.html
215
+ - tcl/BWidget-1.9.0/BWman/TitleFrame.html
216
+ - tcl/BWidget-1.9.0/BWman/StatusBar.html
217
+ - tcl/BWidget-1.9.0/xpm2image.tcl
218
+ - tcl/BWidget-1.9.0/label.tcl
219
+ - tcl/BWidget-1.9.0/buttonbox.tcl
220
+ - tcl/BWidget-1.9.0/bitmap.tcl
221
+ - tcl/BWidget-1.9.0/panelframe.tcl
222
+ - tcl/BWidget-1.9.0/scrollframe.tcl
223
+ - tcl/BWidget-1.9.0/pkgIndex.tcl
224
+ - tcl/BWidget-1.9.0/scrollview.tcl
199
225
  - README
200
226
  - bin/arcadia
201
227
  - bin/arcadia.bat
228
+ - bin/arc
202
229
  - conf/arcadia.conf
203
230
  - conf/arcadia.init.rb
204
231
  - conf/arcadia.res.rb
205
- has_rdoc: true
232
+ has_rdoc: false
206
233
  homepage: http://arcadia.rubyforge.org
207
- licenses: []
208
-
209
234
  post_install_message:
210
235
  rdoc_options:
211
236
  - --title
@@ -230,9 +255,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
255
  requirements: []
231
256
 
232
257
  rubyforge_project: arcadia
233
- rubygems_version: 1.3.3
258
+ rubygems_version: 1.3.1
234
259
  signing_key:
235
- specification_version: 3
260
+ specification_version: 2
236
261
  summary: An light Ide for Ruby written in Ruby using the classic tcl/tk GUI toolkit.
237
262
  test_files: []
238
263