arcadia 0.8.1 → 0.9.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 (163) hide show
  1. data/README +28 -22
  2. data/bin/arcadia +3 -3
  3. data/conf/arcadia.conf +87 -36
  4. data/conf/arcadia.res.rb +143 -5
  5. data/conf/theme-dark.conf +94 -0
  6. data/conf/theme-dark.res.rb +218 -0
  7. data/ext/ae-breakpoints/ae-breakpoints.rb +1 -0
  8. data/ext/ae-dir-projects/ae-dir-projects.rb +37 -9
  9. data/ext/ae-editor/ae-editor.conf +10 -9
  10. data/ext/ae-editor/ae-editor.rb +306 -127
  11. data/ext/ae-editor/langs/pers.lang.bind +1 -0
  12. data/ext/ae-editor/langs/rb.lang +6 -6
  13. data/ext/ae-editor/langs/tcl.lang +3 -0
  14. data/ext/ae-file-history/ae-file-history.rb +4 -11
  15. data/ext/ae-output/ae-output.rb +57 -38
  16. data/ext/ae-rad/ae-rad-inspector.rb +1 -1
  17. data/ext/ae-rad/ae-rad-palette.rb +2 -2
  18. data/ext/ae-rad/ae-rad.rb +7 -7
  19. data/ext/ae-rad/lib/tk/al-tk.rb +3 -3
  20. data/ext/ae-rad/lib/tk/al-tkcustom.rb +2 -2
  21. data/ext/ae-ruby-debug/ae-ruby-debug.conf +20 -1
  22. data/ext/ae-ruby-debug/ae-ruby-debug.rb +69 -65
  23. data/ext/ae-search-in-files/ae-search-in-files.rb +2 -17
  24. data/ext/ae-shell/ae-shell.conf +7 -6
  25. data/ext/ae-shell/ae-shell.rb +211 -32
  26. data/ext/ae-subprocess-inspector/ae-subprocess-inspector.conf +11 -0
  27. data/ext/ae-subprocess-inspector/ae-subprocess-inspector.rb +109 -0
  28. data/lib/a-commons.rb +74 -16
  29. data/lib/a-contracts.rb +18 -1
  30. data/lib/a-core.rb +410 -77
  31. data/lib/a-tkcommons.rb +338 -138
  32. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ArrowButton.html +0 -0
  33. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/BWidget.html +2 -2
  34. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Button.html +0 -0
  35. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ButtonBox.html +0 -0
  36. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ComboBox.html +0 -0
  37. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Dialog.html +0 -0
  38. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/DragSite.html +0 -0
  39. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/DropSite.html +0 -0
  40. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/DynamicHelp.html +0 -0
  41. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Entry.html +0 -0
  42. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Label.html +0 -0
  43. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/LabelEntry.html +0 -0
  44. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/LabelFrame.html +0 -0
  45. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ListBox.html +1 -4
  46. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/MainFrame.html +0 -0
  47. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/MessageDlg.html +0 -0
  48. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/NoteBook.html +0 -0
  49. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PagesManager.html +0 -0
  50. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PanedWindow.html +0 -0
  51. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PanelFrame.html +0 -0
  52. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PasswdDlg.html +0 -0
  53. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ProgressBar.html +0 -0
  54. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ProgressDlg.html +0 -0
  55. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ScrollView.html +0 -0
  56. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ScrollableFrame.html +0 -0
  57. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ScrolledWindow.html +0 -0
  58. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/SelectColor.html +0 -0
  59. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/SelectFont.html +0 -0
  60. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Separator.html +0 -0
  61. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/SpinBox.html +0 -0
  62. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/StatusBar.html +0 -0
  63. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/TitleFrame.html +0 -0
  64. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Tree.html +0 -0
  65. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Widget.html +0 -0
  66. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/contents.html +0 -0
  67. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/index.html +0 -0
  68. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/navtree.html +0 -0
  69. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/options.htm +0 -0
  70. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/CHANGES.txt +0 -0
  71. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/ChangeLog +70 -0
  72. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/LICENSE.txt +0 -0
  73. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/README.txt +0 -0
  74. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/arrow.tcl +0 -0
  75. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/bitmap.tcl +0 -0
  76. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/button.tcl +0 -0
  77. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/buttonbox.tcl +0 -0
  78. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/color.tcl +0 -0
  79. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/combobox.tcl +4 -4
  80. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/basic.tcl +0 -0
  81. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/bwidget.xbm +0 -0
  82. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/demo.tcl +0 -0
  83. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/dnd.tcl +0 -0
  84. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/manager.tcl +0 -0
  85. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/select.tcl +0 -0
  86. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/tmpldlg.tcl +0 -0
  87. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/tree.tcl +0 -0
  88. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/x1.xbm +0 -0
  89. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dialog.tcl +0 -0
  90. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dragsite.tcl +0 -0
  91. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dropsite.tcl +0 -0
  92. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dynhelp.tcl +25 -18
  93. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/entry.tcl +0 -0
  94. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/font.tcl +0 -0
  95. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/bold.gif +0 -0
  96. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/copy.gif +0 -0
  97. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/cut.gif +0 -0
  98. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/dragfile.gif +0 -0
  99. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/dragicon.gif +0 -0
  100. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/error.gif +0 -0
  101. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/file.gif +0 -0
  102. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/folder.gif +0 -0
  103. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/hourglass.gif +0 -0
  104. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/info.gif +0 -0
  105. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/italic.gif +0 -0
  106. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/minus.xbm +0 -0
  107. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/new.gif +0 -0
  108. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/opcopy.xbm +0 -0
  109. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/open.gif +0 -0
  110. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/openfold.gif +0 -0
  111. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/oplink.xbm +0 -0
  112. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/opmove.xbm +0 -0
  113. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/overstrike.gif +0 -0
  114. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/palette.gif +0 -0
  115. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/passwd.gif +0 -0
  116. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/paste.gif +0 -0
  117. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/plus.xbm +0 -0
  118. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/print.gif +0 -0
  119. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/question.gif +0 -0
  120. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/redo.gif +0 -0
  121. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/save.gif +0 -0
  122. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/target.xbm +0 -0
  123. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/underline.gif +0 -0
  124. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/undo.gif +0 -0
  125. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/warning.gif +0 -0
  126. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/init.tcl +0 -0
  127. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/label.tcl +0 -0
  128. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/labelentry.tcl +0 -0
  129. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/labelframe.tcl +0 -0
  130. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/da.rc +0 -0
  131. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/de.rc +0 -0
  132. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/en.rc +0 -0
  133. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/es.rc +0 -0
  134. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/fr.rc +0 -0
  135. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/hu.rc +0 -0
  136. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/nl.rc +0 -0
  137. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/no.rc +0 -0
  138. data/tcl/BWidget-1.9.2/lang/pl.rc +104 -0
  139. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/listbox.tcl +68 -35
  140. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/mainframe.tcl +0 -0
  141. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/messagedlg.tcl +0 -0
  142. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/notebook.tcl +2 -2
  143. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/pagesmgr.tcl +0 -0
  144. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/panedw.tcl +0 -0
  145. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/panelframe.tcl +0 -0
  146. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/passwddlg.tcl +0 -0
  147. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/pkgIndex.tcl +2 -2
  148. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/progressbar.tcl +0 -0
  149. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/progressdlg.tcl +0 -0
  150. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/scrollframe.tcl +0 -0
  151. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/scrollview.tcl +0 -0
  152. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/scrollw.tcl +0 -0
  153. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/separator.tcl +0 -0
  154. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/spinbox.tcl +0 -0
  155. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/statusbar.tcl +0 -0
  156. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/tests/entry.test +0 -0
  157. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/titleframe.tcl +0 -0
  158. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/tree.tcl +6 -1
  159. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/utils.tcl +27 -7
  160. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/widget.tcl +0 -0
  161. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/wizard.tcl +0 -0
  162. data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/xpm2image.tcl +0 -0
  163. metadata +162 -153
@@ -1,7 +1,7 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # listbox.tcl
3
3
  # This file is part of Unifix BWidget Toolkit
4
- # $Id: listbox.tcl,v 1.29 2009/06/30 16:17:37 oehhar Exp $
4
+ # $Id: listbox.tcl,v 1.29.2.3 2010/05/12 08:12:34 oehhar Exp $
5
5
  # ----------------------------------------------------------------------------
6
6
  # Index of commands:
7
7
  # - ListBox::create
@@ -190,37 +190,37 @@ proc ListBox::_configureSelectmode { path selectmode {previous none} } {
190
190
  # clear current binding
191
191
  switch -exact -- $previous {
192
192
  single {
193
- $path bindText <Button-1> ""
194
- $path bindImage <Button-1> ""
193
+ $path _bindText <Button-1> ""
194
+ $path _bindImage <Button-1> ""
195
195
  }
196
196
  multiple {
197
- $path bindText <Button-1> ""
198
- $path bindText <Shift-Button-1> ""
199
- $path bindText <Control-Button-1> ""
197
+ $path _bindText <ButtonRelease-1> ""
198
+ $path _bindText <Shift-ButtonRelease-1> ""
199
+ $path _bindText <Control-ButtonRelease-1> ""
200
200
 
201
- $path bindImage <Button-1> ""
202
- $path bindImage <Shift-Button-1> ""
203
- $path bindImage <Control-Button-1> ""
201
+ $path _bindImage <ButtonRelease-1> ""
202
+ $path _bindImage <Shift-ButtonRelease-1> ""
203
+ $path _bindImage <Control-ButtonRelease-1> ""
204
204
  }
205
205
  }
206
206
  # set new bindings
207
207
  switch -exact -- $selectmode {
208
208
  single {
209
- $path bindText <Button-1> [list ListBox::_mouse_select $path set]
210
- $path bindImage <Button-1> [list ListBox::_mouse_select $path set]
209
+ $path _bindText <Button-1> [list ListBox::_mouse_select $path set]
210
+ $path _bindImage <Button-1> [list ListBox::_mouse_select $path set]
211
211
  if {1 < [llength [ListBox::selection $path get]]} {
212
212
  ListBox::selection $path clear
213
213
  }
214
214
  }
215
215
  multiple {
216
216
  set cmd ListBox::_multiple_select
217
- $path bindText <Button-1> [list $cmd $path n %x %y]
218
- $path bindText <Shift-Button-1> [list $cmd $path s %x %y]
219
- $path bindText <Control-Button-1> [list $cmd $path c %x %y]
217
+ $path _bindText <ButtonRelease-1> [list $cmd $path n %x %y]
218
+ $path _bindText <Shift-ButtonRelease-1> [list $cmd $path s %x %y]
219
+ $path _bindText <Control-ButtonRelease-1> [list $cmd $path c %x %y]
220
220
 
221
- $path bindImage <Button-1> [list $cmd $path n %x %y]
222
- $path bindImage <Shift-Button-1> [list $cmd $path s %x %y]
223
- $path bindImage <Control-Button-1> [list $cmd $path c %x %y]
221
+ $path _bindImage <ButtonRelease-1> [list $cmd $path n %x %y]
222
+ $path _bindImage <Shift-ButtonRelease-1> [list $cmd $path s %x %y]
223
+ $path _bindImage <Control-ButtonRelease-1> [list $cmd $path c %x %y]
224
224
  }
225
225
  default {
226
226
  if {0 < [llength [ListBox::selection $path get]]} {
@@ -419,7 +419,7 @@ proc ListBox::itemconfigure { path item args } {
419
419
  } else {
420
420
  $path.c delete $idi
421
421
  $path.c create image $x0 $y0 -image $img -anchor w \
422
- -tags [list img i:$item]
422
+ -tags [list img imgbind i:$item]
423
423
  }
424
424
  } else {
425
425
  $path.c delete $idi
@@ -461,30 +461,42 @@ proc ListBox::itemcget { path item option } {
461
461
 
462
462
 
463
463
  # ----------------------------------------------------------------------------
464
- # Command ListBox::bindText
464
+ # Command ListBox::_bindText
465
465
  # ----------------------------------------------------------------------------
466
- proc ListBox::bindText { path event script } {
466
+ proc ListBox::_bindText { path event script {tag click} } {
467
467
  if { $script != "" } {
468
468
  set map [list %W $path]
469
469
  set script [string map $map $script]
470
470
  append script " \[ListBox::_get_current [list $path]\]"
471
471
  }
472
- $path.c bind "click" $event $script
472
+ $path.c bind $tag $event $script
473
473
  }
474
474
 
475
+ # ----------------------------------------------------------------------------
476
+ # Command ListBox::bindText
477
+ # ----------------------------------------------------------------------------
478
+ proc ListBox::bindText { path event script } {
479
+ _bindText $path $event $script clickbind
480
+ }
475
481
 
476
482
  # ----------------------------------------------------------------------------
477
- # Command ListBox::bindImage
483
+ # Command ListBox::_bindImage
478
484
  # ----------------------------------------------------------------------------
479
- proc ListBox::bindImage { path event script } {
485
+ proc ListBox::_bindImage { path event script {tag img} } {
480
486
  if { $script != "" } {
481
487
  set map [list %W $path]
482
488
  set script [string map $map $script]
483
489
  append script " \[ListBox::_get_current [list $path]\]"
484
490
  }
485
- $path.c bind "img" $event $script
491
+ $path.c bind $tag $event $script
486
492
  }
487
493
 
494
+ # ----------------------------------------------------------------------------
495
+ # Command ListBox::bindImage
496
+ # ----------------------------------------------------------------------------
497
+ proc ListBox::bindImage { path event script } {
498
+ _bindImage $path $event $script imgbind
499
+ }
488
500
 
489
501
  # ----------------------------------------------------------------------------
490
502
  # Command ListBox::delete
@@ -728,8 +740,10 @@ proc ListBox::see { path item } {
728
740
  }
729
741
  set idn [$path.c find withtag n:$item]
730
742
  if { $idn != "" } {
743
+ set idi [$path.c find withtag i:$item]
744
+ if { $idi == "" } { set idi $idn }
731
745
  ListBox::_see $path $idn right
732
- ListBox::_see $path $idn left
746
+ ListBox::_see $path $idi left
733
747
  }
734
748
  }
735
749
 
@@ -999,12 +1013,12 @@ proc ListBox::_draw_item {path item x0 x1 y bg selfill multi ww} {
999
1013
  -fill [_getoption $path $item -foreground] \
1000
1014
  -font [_getoption $path $item -font] \
1001
1015
  -anchor w \
1002
- -tags [list item n:$item click]]
1016
+ -tags [list item n:$item click clickbind]]
1003
1017
 
1004
1018
  if { $selfill && !$multi } {
1005
1019
  set bbox [$path.c bbox n:$item]
1006
1020
  set bbox [list 0 [lindex $bbox 1] $ww [lindex $bbox 3]]
1007
- set tags [list box b:$item click]
1021
+ set tags [list box b:$item click clickbind]
1008
1022
  $path.c create rect $bbox -fill $bg -width 0 -tags $tags
1009
1023
  $path.c raise $i
1010
1024
  }
@@ -1014,7 +1028,7 @@ proc ListBox::_draw_item {path item x0 x1 y bg selfill multi ww} {
1014
1028
  -window $win -anchor w -tags [list win i:$item]
1015
1029
  } elseif { [set img [Widget::getoption $path.$item -image]] != "" } {
1016
1030
  $path.c create image [expr {$x0+$indent}] $y \
1017
- -image $img -anchor w -tags [list img i:$item]
1031
+ -image $img -anchor w -tags [list img imgbind i:$item]
1018
1032
  }
1019
1033
 
1020
1034
  _set_help $path $item
@@ -1120,7 +1134,7 @@ proc ListBox::_redraw_selection { path } {
1120
1134
  # With -selectfill, make box occupy full width of widget
1121
1135
  set bbox [list 0 [lindex $bbox 1] $width [lindex $bbox 3]]
1122
1136
  }
1123
- set tags [list sel s:$item click]
1137
+ set tags [list sel s:$item click clickbind]
1124
1138
  set id [$path.c create rectangle $bbox \
1125
1139
  -fill $selbg -outline $selbg -tags $tags]
1126
1140
  if {$selfg != ""} {
@@ -1664,13 +1678,32 @@ proc ListBox::_drag_and_drop { path from endItem operation type startItem } {
1664
1678
  }
1665
1679
  }
1666
1680
 
1667
- if {$idx > [$path index $startItem]} { incr idx -1 }
1668
-
1669
- if {[string equal $operation "copy"]} {
1670
- set options [Widget::options $path.$startItem]
1671
- eval [linsert $options 0 $path insert $idx $startItem\#auto]
1681
+ # Check if startItem is part of the current selection and process the
1682
+ # whole selection if so
1683
+ set selItems [selection $path get]
1684
+ if {-1 != [lsearch -exact $selItems $startItem]} {
1685
+ set dragItems $selItems
1672
1686
  } else {
1673
- $path move $startItem $idx
1687
+ set dragItems [list $startItem]
1688
+ }
1689
+
1690
+ # get drag indexes (to sort them)
1691
+ foreach dragItem $dragItems {
1692
+ lappend dragIdx [$path index $dragItem]
1693
+ }
1694
+ foreach pos [lsort -integer -indices $dragIdx] {
1695
+ set dragItem [lindex $dragItems $pos]
1696
+ set dragIdx [$path index $dragItem]
1697
+ if {$idx > $dragIdx} { incr idx -1 }
1698
+ if {[string equal $operation "copy"]} {
1699
+ set options [Widget::options $path.$dragItem]
1700
+ eval [linsert $options 0 $path insert $idx $dragItem\#auto]
1701
+ incr idx
1702
+ } else {
1703
+ $path move $dragItem $idx
1704
+ set idx [$path index $dragItem]
1705
+ incr idx
1706
+ }
1674
1707
  }
1675
1708
  }
1676
1709
 
@@ -1,7 +1,7 @@
1
1
  # ---------------------------------------------------------------------------
2
2
  # notebook.tcl
3
3
  # This file is part of Unifix BWidget Toolkit
4
- # $Id: notebook.tcl,v 1.25 2009/07/01 14:41:30 oehhar Exp $
4
+ # $Id: notebook.tcl,v 1.25.2.1 2009/08/10 11:28:50 oehhar Exp $
5
5
  # ---------------------------------------------------------------------------
6
6
  # Index of commands:
7
7
  # - NoteBook::create
@@ -302,9 +302,9 @@ proc NoteBook::delete { path page {destroyframe 1} } {
302
302
  }
303
303
  if { $destroyframe } {
304
304
  destroy $path.f$page
305
+ unset data($page,width) data($page,realized)
305
306
  }
306
307
  _redraw $path
307
- unset data($page,width) data($page,realized)
308
308
  }
309
309
 
310
310
 
@@ -1,7 +1,7 @@
1
1
  if {[catch {package require Tcl}]} return
2
- package ifneeded BWidget 1.9 "\
2
+ package ifneeded BWidget 1.9.2 "\
3
3
  package require Tk 8.1.1;\
4
- [list tclPkgSetup $dir BWidget 1.9 {
4
+ [list tclPkgSetup $dir BWidget 1.9.2 {
5
5
  {arrow.tcl source {ArrowButton ArrowButton::create ArrowButton::use}}
6
6
  {labelframe.tcl source {LabelFrame LabelFrame::create LabelFrame::use}}
7
7
  {labelentry.tcl source {LabelEntry LabelEntry::create LabelEntry::use}}
@@ -1,7 +1,7 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # tree.tcl
3
3
  # This file is part of Unifix BWidget Toolkit
4
- # $Id: tree.tcl,v 1.60 2009/07/24 16:01:55 oehhar Exp $
4
+ # $Id: tree.tcl,v 1.60.2.1 2009/08/10 11:28:50 oehhar Exp $
5
5
  # ----------------------------------------------------------------------------
6
6
  # Index of commands:
7
7
  # - Tree::create
@@ -1923,6 +1923,7 @@ proc Tree::_keynav {which win} {
1923
1923
  $win selection set [lindex $nodes $index]
1924
1924
  _set_current_node $win [lindex $nodes $index]
1925
1925
  $win see [lindex $nodes $index]
1926
+ event generate $win <<TreeSelect>>
1926
1927
  return
1927
1928
  }
1928
1929
  }
@@ -1932,6 +1933,7 @@ proc Tree::_keynav {which win} {
1932
1933
  $win selection set [lindex $nodes 0]
1933
1934
  _set_current_node $win [lindex $nodes 0]
1934
1935
  $win see [lindex $nodes 0]
1936
+ event generate $win <<TreeSelect>>
1935
1937
  return
1936
1938
  }
1937
1939
 
@@ -1941,6 +1943,7 @@ proc Tree::_keynav {which win} {
1941
1943
  $win selection set [lindex $nodes $index]
1942
1944
  _set_current_node $win [lindex $nodes $index]
1943
1945
  $win see [lindex $nodes $index]
1946
+ event generate $win <<TreeSelect>>
1944
1947
  return
1945
1948
  }
1946
1949
  }
@@ -1959,6 +1962,7 @@ proc Tree::_keynav {which win} {
1959
1962
  $win selection set [lindex $nodes $index]
1960
1963
  _set_current_node $win [lindex $nodes $index]
1961
1964
  $win see [lindex $nodes $index]
1965
+ event generate $win <<TreeSelect>>
1962
1966
  return
1963
1967
  }
1964
1968
  }
@@ -1999,6 +2003,7 @@ proc Tree::_keynav {which win} {
1999
2003
  $win selection set $parent
2000
2004
  _set_current_node $win $parent
2001
2005
  $win see $parent
2006
+ event generate $win <<TreeSelect>>
2002
2007
  return
2003
2008
  }
2004
2009
  }
@@ -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.15 2009/06/10 08:48:06 oehhar Exp $
4
+ # $Id: utils.tcl,v 1.15.2.1 2009/09/03 17:29:03 oehhar Exp $
5
5
  # ----------------------------------------------------------------------------
6
6
  # Index of commands:
7
7
  # - GlobalVar::exists
@@ -246,10 +246,30 @@ proc BWidget::place { path w h args } {
246
246
  variable _top
247
247
 
248
248
  update idletasks
249
- set reqw [winfo reqwidth $path]
250
- set reqh [winfo reqheight $path]
251
- if { $w == 0 } {set w $reqw}
252
- if { $h == 0 } {set h $reqh}
249
+
250
+ # If the window is not mapped, it may have any current size.
251
+ # Then use required size, but bound it to the screen width.
252
+ # This is mostly inexact, because any toolbars will still be removed
253
+ # which may reduce size.
254
+ if { $w == 0 && [winfo ismapped $path] } {
255
+ set w [winfo width $path]
256
+ } else {
257
+ if { $w == 0 } {
258
+ set w [winfo reqwidth $path]
259
+ }
260
+ set vsw [winfo vrootwidth $path]
261
+ if { $w > $vsw } { set w $vsw }
262
+ }
263
+
264
+ if { $h == 0 && [winfo ismapped $path] } {
265
+ set h [winfo height $path]
266
+ } else {
267
+ if { $h == 0 } {
268
+ set h [winfo reqheight $path]
269
+ }
270
+ set vsh [winfo vrootheight $path]
271
+ if { $h > $vsh } { set h $vsh }
272
+ }
253
273
 
254
274
  set arglen [llength $args]
255
275
  if { $arglen > 3 } {
@@ -306,8 +326,8 @@ proc BWidget::place { path w h args } {
306
326
  set y0 [expr {[winfo rooty $widget] + ([winfo height $widget] - $h)/2}]
307
327
  } else {
308
328
  # center to screen
309
- set x0 [expr {([winfo screenwidth $path] - $w)/2 - [winfo vrootx $path]}]
310
- set y0 [expr {([winfo screenheight $path] - $h)/2 - [winfo vrooty $path]}]
329
+ set x0 [expr {($sw - $w)/2 - [winfo vrootx $path]}]
330
+ set y0 [expr {($sh - $h)/2 - [winfo vrooty $path]}]
311
331
  }
312
332
  set x "+$x0"
313
333
  set y "+$y0"
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcadia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 9
8
+ - 0
9
+ version: 0.9.0
5
10
  platform: ruby
6
11
  authors:
7
12
  - Antonio Galeone
@@ -9,19 +14,22 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-04-10 00:00:00 +02:00
17
+ date: 2010-09-19 00:00:00 +02:00
13
18
  default_executable: arcadia
14
19
  dependencies:
15
20
  - !ruby/object:Gem::Dependency
16
21
  name: whichr
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
20
25
  requirements:
21
26
  - - ">="
22
27
  - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
23
30
  version: "0"
24
- version:
31
+ type: :runtime
32
+ version_requirements: *id001
25
33
  description: Arcadia Ruby Ide
26
34
  email: antonio-galeone@rubyforge.org
27
35
  executables:
@@ -40,8 +48,6 @@ files:
40
48
  - ext/ae-output/ae-output.rb
41
49
  - ext/ae-search-in-files/ae-search-in-files.conf
42
50
  - ext/ae-search-in-files/ae-search-in-files.rb
43
- - ext/ae-search-in-files/ext
44
- - ext/ae-search-in-files/ext/ack-in-files
45
51
  - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb
46
52
  - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf
47
53
  - ext/ae-file-history/ae-file-history.rb
@@ -50,18 +56,17 @@ files:
50
56
  - ext/ae-rad/ae-rad.rb
51
57
  - ext/ae-rad/ae-rad.conf
52
58
  - ext/ae-rad/ae-rad-inspector.rb
53
- - ext/ae-rad/lib
54
- - ext/ae-rad/lib/tkext
55
59
  - ext/ae-rad/lib/tkext/al-iwidgets.rb
56
60
  - ext/ae-rad/lib/tkext/al-tktable.rb
57
61
  - ext/ae-rad/lib/tkext/al-tile.rb
58
62
  - ext/ae-rad/lib/tkext/al-bwidget.rb
59
- - ext/ae-rad/lib/tk
60
63
  - ext/ae-rad/lib/tk/al-tk.rb
61
64
  - ext/ae-rad/lib/tk/al-tkarcadia.rb
62
65
  - ext/ae-rad/lib/tk/al-tkcustom.rb
63
66
  - ext/ae-rad/lib/tk/al-tk.res.rb
64
67
  - ext/ae-rad/ae-rad-palette.rb
68
+ - ext/ae-subprocess-inspector/ae-subprocess-inspector.conf
69
+ - ext/ae-subprocess-inspector/ae-subprocess-inspector.rb
65
70
  - ext/ae-breakpoints/ae-breakpoints.rb
66
71
  - ext/ae-breakpoints/ae-breakpoints.conf
67
72
  - ext/ae-ruby-debug/ae-ruby-debug.conf
@@ -73,8 +78,8 @@ files:
73
78
  - ext/ae-shell/ae-shell.rb
74
79
  - ext/ae-shell/sh.rb
75
80
  - ext/ae-shell/ae-shell.conf
76
- - ext/ae-editor/langs
77
81
  - ext/ae-editor/langs/tokens.lang.bind
82
+ - ext/ae-editor/langs/tcl.lang
78
83
  - ext/ae-editor/langs/lang.lang.bind
79
84
  - ext/ae-editor/langs/rbw.lang.bind
80
85
  - ext/ae-editor/langs/rb.lang
@@ -82,146 +87,142 @@ files:
82
87
  - ext/ae-editor/langs/erb.lang.bind
83
88
  - ext/ae-editor/langs/java.lang
84
89
  - ext/ae-editor/langs/rhtml.lang
90
+ - ext/ae-editor/langs/pers.lang.bind
85
91
  - ext/ae-editor/langs/coderay.tokens
86
92
  - ext/ae-editor/langs/conf.lang
87
93
  - ext/ae-editor/ae-editor.rb
88
94
  - ext/ae-editor/ae-editor.conf
89
- - tcl/BWidget-1.9.0
90
- - tcl/BWidget-1.9.0/BWman
91
- - tcl/BWidget-1.9.0/BWman/ButtonBox.html
92
- - tcl/BWidget-1.9.0/BWman/SelectFont.html
93
- - tcl/BWidget-1.9.0/BWman/Label.html
94
- - tcl/BWidget-1.9.0/BWman/ScrolledWindow.html
95
- - tcl/BWidget-1.9.0/BWman/MessageDlg.html
96
- - tcl/BWidget-1.9.0/BWman/ArrowButton.html
97
- - tcl/BWidget-1.9.0/BWman/ListBox.html
98
- - tcl/BWidget-1.9.0/BWman/contents.html
99
- - tcl/BWidget-1.9.0/BWman/DynamicHelp.html
100
- - tcl/BWidget-1.9.0/BWman/MainFrame.html
101
- - tcl/BWidget-1.9.0/BWman/PasswdDlg.html
102
- - tcl/BWidget-1.9.0/BWman/LabelFrame.html
103
- - tcl/BWidget-1.9.0/BWman/navtree.html
104
- - tcl/BWidget-1.9.0/BWman/PanelFrame.html
105
- - tcl/BWidget-1.9.0/BWman/Entry.html
106
- - tcl/BWidget-1.9.0/BWman/Dialog.html
107
- - tcl/BWidget-1.9.0/BWman/Tree.html
108
- - tcl/BWidget-1.9.0/BWman/BWidget.html
109
- - tcl/BWidget-1.9.0/BWman/ProgressDlg.html
110
- - tcl/BWidget-1.9.0/BWman/PanedWindow.html
111
- - tcl/BWidget-1.9.0/BWman/ProgressBar.html
112
- - tcl/BWidget-1.9.0/BWman/ScrollableFrame.html
113
- - tcl/BWidget-1.9.0/BWman/Button.html
114
- - tcl/BWidget-1.9.0/BWman/TitleFrame.html
115
- - tcl/BWidget-1.9.0/BWman/SpinBox.html
116
- - tcl/BWidget-1.9.0/BWman/ScrollView.html
117
- - tcl/BWidget-1.9.0/BWman/DragSite.html
118
- - tcl/BWidget-1.9.0/BWman/Widget.html
119
- - tcl/BWidget-1.9.0/BWman/PagesManager.html
120
- - tcl/BWidget-1.9.0/BWman/DropSite.html
121
- - tcl/BWidget-1.9.0/BWman/Separator.html
122
- - tcl/BWidget-1.9.0/BWman/NoteBook.html
123
- - tcl/BWidget-1.9.0/BWman/ComboBox.html
124
- - tcl/BWidget-1.9.0/BWman/SelectColor.html
125
- - tcl/BWidget-1.9.0/BWman/options.htm
126
- - tcl/BWidget-1.9.0/BWman/index.html
127
- - tcl/BWidget-1.9.0/BWman/LabelEntry.html
128
- - tcl/BWidget-1.9.0/BWman/StatusBar.html
129
- - tcl/BWidget-1.9.0/CHANGES.txt
130
- - tcl/BWidget-1.9.0/wizard.tcl
131
- - tcl/BWidget-1.9.0/labelentry.tcl
132
- - tcl/BWidget-1.9.0/button.tcl
133
- - tcl/BWidget-1.9.0/listbox.tcl
134
- - tcl/BWidget-1.9.0/images
135
- - tcl/BWidget-1.9.0/images/overstrike.gif
136
- - tcl/BWidget-1.9.0/images/question.gif
137
- - tcl/BWidget-1.9.0/images/plus.xbm
138
- - tcl/BWidget-1.9.0/images/error.gif
139
- - tcl/BWidget-1.9.0/images/opmove.xbm
140
- - tcl/BWidget-1.9.0/images/italic.gif
141
- - tcl/BWidget-1.9.0/images/redo.gif
142
- - tcl/BWidget-1.9.0/images/passwd.gif
143
- - tcl/BWidget-1.9.0/images/cut.gif
144
- - tcl/BWidget-1.9.0/images/undo.gif
145
- - tcl/BWidget-1.9.0/images/minus.xbm
146
- - tcl/BWidget-1.9.0/images/target.xbm
147
- - tcl/BWidget-1.9.0/images/print.gif
148
- - tcl/BWidget-1.9.0/images/palette.gif
149
- - tcl/BWidget-1.9.0/images/oplink.xbm
150
- - tcl/BWidget-1.9.0/images/new.gif
151
- - tcl/BWidget-1.9.0/images/bold.gif
152
- - tcl/BWidget-1.9.0/images/file.gif
153
- - tcl/BWidget-1.9.0/images/opcopy.xbm
154
- - tcl/BWidget-1.9.0/images/paste.gif
155
- - tcl/BWidget-1.9.0/images/save.gif
156
- - tcl/BWidget-1.9.0/images/dragicon.gif
157
- - tcl/BWidget-1.9.0/images/hourglass.gif
158
- - tcl/BWidget-1.9.0/images/openfold.gif
159
- - tcl/BWidget-1.9.0/images/warning.gif
160
- - tcl/BWidget-1.9.0/images/folder.gif
161
- - tcl/BWidget-1.9.0/images/underline.gif
162
- - tcl/BWidget-1.9.0/images/open.gif
163
- - tcl/BWidget-1.9.0/images/dragfile.gif
164
- - tcl/BWidget-1.9.0/images/info.gif
165
- - tcl/BWidget-1.9.0/images/copy.gif
166
- - tcl/BWidget-1.9.0/ChangeLog
167
- - tcl/BWidget-1.9.0/combobox.tcl
168
- - tcl/BWidget-1.9.0/dragsite.tcl
169
- - tcl/BWidget-1.9.0/widget.tcl
170
- - tcl/BWidget-1.9.0/README.txt
171
- - tcl/BWidget-1.9.0/notebook.tcl
172
- - tcl/BWidget-1.9.0/scrollview.tcl
173
- - tcl/BWidget-1.9.0/entry.tcl
174
- - tcl/BWidget-1.9.0/mainframe.tcl
175
- - tcl/BWidget-1.9.0/labelframe.tcl
176
- - tcl/BWidget-1.9.0/buttonbox.tcl
177
- - tcl/BWidget-1.9.0/messagedlg.tcl
178
- - tcl/BWidget-1.9.0/label.tcl
179
- - tcl/BWidget-1.9.0/panedw.tcl
180
- - tcl/BWidget-1.9.0/utils.tcl
181
- - tcl/BWidget-1.9.0/arrow.tcl
182
- - tcl/BWidget-1.9.0/bitmap.tcl
183
- - tcl/BWidget-1.9.0/pagesmgr.tcl
184
- - tcl/BWidget-1.9.0/pkgIndex.tcl
185
- - tcl/BWidget-1.9.0/tests
186
- - tcl/BWidget-1.9.0/tests/entry.test
187
- - tcl/BWidget-1.9.0/progressdlg.tcl
188
- - tcl/BWidget-1.9.0/spinbox.tcl
189
- - tcl/BWidget-1.9.0/progressbar.tcl
190
- - tcl/BWidget-1.9.0/titleframe.tcl
191
- - tcl/BWidget-1.9.0/panelframe.tcl
192
- - tcl/BWidget-1.9.0/init.tcl
193
- - tcl/BWidget-1.9.0/dialog.tcl
194
- - tcl/BWidget-1.9.0/passwddlg.tcl
195
- - tcl/BWidget-1.9.0/font.tcl
196
- - tcl/BWidget-1.9.0/dropsite.tcl
197
- - tcl/BWidget-1.9.0/scrollframe.tcl
198
- - tcl/BWidget-1.9.0/tree.tcl
199
- - tcl/BWidget-1.9.0/xpm2image.tcl
200
- - tcl/BWidget-1.9.0/dynhelp.tcl
201
- - tcl/BWidget-1.9.0/statusbar.tcl
202
- - tcl/BWidget-1.9.0/separator.tcl
203
- - tcl/BWidget-1.9.0/scrollw.tcl
204
- - tcl/BWidget-1.9.0/LICENSE.txt
205
- - tcl/BWidget-1.9.0/demo
206
- - tcl/BWidget-1.9.0/demo/x1.xbm
207
- - tcl/BWidget-1.9.0/demo/bwidget.xbm
208
- - tcl/BWidget-1.9.0/demo/basic.tcl
209
- - tcl/BWidget-1.9.0/demo/manager.tcl
210
- - tcl/BWidget-1.9.0/demo/tree.tcl
211
- - tcl/BWidget-1.9.0/demo/tmpldlg.tcl
212
- - tcl/BWidget-1.9.0/demo/dnd.tcl
213
- - tcl/BWidget-1.9.0/demo/demo.tcl
214
- - tcl/BWidget-1.9.0/demo/select.tcl
215
- - tcl/BWidget-1.9.0/color.tcl
216
- - tcl/BWidget-1.9.0/lang
217
- - tcl/BWidget-1.9.0/lang/nl.rc
218
- - tcl/BWidget-1.9.0/lang/hu.rc
219
- - tcl/BWidget-1.9.0/lang/da.rc
220
- - tcl/BWidget-1.9.0/lang/fr.rc
221
- - tcl/BWidget-1.9.0/lang/de.rc
222
- - tcl/BWidget-1.9.0/lang/no.rc
223
- - tcl/BWidget-1.9.0/lang/en.rc
224
- - tcl/BWidget-1.9.0/lang/es.rc
95
+ - tcl/BWidget-1.9.2/BWman/ButtonBox.html
96
+ - tcl/BWidget-1.9.2/BWman/SelectFont.html
97
+ - tcl/BWidget-1.9.2/BWman/Label.html
98
+ - tcl/BWidget-1.9.2/BWman/ScrolledWindow.html
99
+ - tcl/BWidget-1.9.2/BWman/MessageDlg.html
100
+ - tcl/BWidget-1.9.2/BWman/ArrowButton.html
101
+ - tcl/BWidget-1.9.2/BWman/ListBox.html
102
+ - tcl/BWidget-1.9.2/BWman/contents.html
103
+ - tcl/BWidget-1.9.2/BWman/DynamicHelp.html
104
+ - tcl/BWidget-1.9.2/BWman/MainFrame.html
105
+ - tcl/BWidget-1.9.2/BWman/PasswdDlg.html
106
+ - tcl/BWidget-1.9.2/BWman/LabelFrame.html
107
+ - tcl/BWidget-1.9.2/BWman/navtree.html
108
+ - tcl/BWidget-1.9.2/BWman/PanelFrame.html
109
+ - tcl/BWidget-1.9.2/BWman/Entry.html
110
+ - tcl/BWidget-1.9.2/BWman/Dialog.html
111
+ - tcl/BWidget-1.9.2/BWman/Tree.html
112
+ - tcl/BWidget-1.9.2/BWman/BWidget.html
113
+ - tcl/BWidget-1.9.2/BWman/ProgressDlg.html
114
+ - tcl/BWidget-1.9.2/BWman/PanedWindow.html
115
+ - tcl/BWidget-1.9.2/BWman/ProgressBar.html
116
+ - tcl/BWidget-1.9.2/BWman/ScrollableFrame.html
117
+ - tcl/BWidget-1.9.2/BWman/Button.html
118
+ - tcl/BWidget-1.9.2/BWman/TitleFrame.html
119
+ - tcl/BWidget-1.9.2/BWman/SpinBox.html
120
+ - tcl/BWidget-1.9.2/BWman/ScrollView.html
121
+ - tcl/BWidget-1.9.2/BWman/DragSite.html
122
+ - tcl/BWidget-1.9.2/BWman/Widget.html
123
+ - tcl/BWidget-1.9.2/BWman/PagesManager.html
124
+ - tcl/BWidget-1.9.2/BWman/DropSite.html
125
+ - tcl/BWidget-1.9.2/BWman/Separator.html
126
+ - tcl/BWidget-1.9.2/BWman/NoteBook.html
127
+ - tcl/BWidget-1.9.2/BWman/ComboBox.html
128
+ - tcl/BWidget-1.9.2/BWman/SelectColor.html
129
+ - tcl/BWidget-1.9.2/BWman/options.htm
130
+ - tcl/BWidget-1.9.2/BWman/index.html
131
+ - tcl/BWidget-1.9.2/BWman/LabelEntry.html
132
+ - tcl/BWidget-1.9.2/BWman/StatusBar.html
133
+ - tcl/BWidget-1.9.2/CHANGES.txt
134
+ - tcl/BWidget-1.9.2/wizard.tcl
135
+ - tcl/BWidget-1.9.2/labelentry.tcl
136
+ - tcl/BWidget-1.9.2/button.tcl
137
+ - tcl/BWidget-1.9.2/listbox.tcl
138
+ - tcl/BWidget-1.9.2/images/overstrike.gif
139
+ - tcl/BWidget-1.9.2/images/question.gif
140
+ - tcl/BWidget-1.9.2/images/plus.xbm
141
+ - tcl/BWidget-1.9.2/images/error.gif
142
+ - tcl/BWidget-1.9.2/images/opmove.xbm
143
+ - tcl/BWidget-1.9.2/images/italic.gif
144
+ - tcl/BWidget-1.9.2/images/redo.gif
145
+ - tcl/BWidget-1.9.2/images/passwd.gif
146
+ - tcl/BWidget-1.9.2/images/cut.gif
147
+ - tcl/BWidget-1.9.2/images/undo.gif
148
+ - tcl/BWidget-1.9.2/images/minus.xbm
149
+ - tcl/BWidget-1.9.2/images/target.xbm
150
+ - tcl/BWidget-1.9.2/images/print.gif
151
+ - tcl/BWidget-1.9.2/images/palette.gif
152
+ - tcl/BWidget-1.9.2/images/oplink.xbm
153
+ - tcl/BWidget-1.9.2/images/new.gif
154
+ - tcl/BWidget-1.9.2/images/bold.gif
155
+ - tcl/BWidget-1.9.2/images/file.gif
156
+ - tcl/BWidget-1.9.2/images/opcopy.xbm
157
+ - tcl/BWidget-1.9.2/images/paste.gif
158
+ - tcl/BWidget-1.9.2/images/save.gif
159
+ - tcl/BWidget-1.9.2/images/dragicon.gif
160
+ - tcl/BWidget-1.9.2/images/hourglass.gif
161
+ - tcl/BWidget-1.9.2/images/openfold.gif
162
+ - tcl/BWidget-1.9.2/images/warning.gif
163
+ - tcl/BWidget-1.9.2/images/folder.gif
164
+ - tcl/BWidget-1.9.2/images/underline.gif
165
+ - tcl/BWidget-1.9.2/images/open.gif
166
+ - tcl/BWidget-1.9.2/images/dragfile.gif
167
+ - tcl/BWidget-1.9.2/images/info.gif
168
+ - tcl/BWidget-1.9.2/images/copy.gif
169
+ - tcl/BWidget-1.9.2/ChangeLog
170
+ - tcl/BWidget-1.9.2/combobox.tcl
171
+ - tcl/BWidget-1.9.2/dragsite.tcl
172
+ - tcl/BWidget-1.9.2/widget.tcl
173
+ - tcl/BWidget-1.9.2/README.txt
174
+ - tcl/BWidget-1.9.2/notebook.tcl
175
+ - tcl/BWidget-1.9.2/scrollview.tcl
176
+ - tcl/BWidget-1.9.2/entry.tcl
177
+ - tcl/BWidget-1.9.2/mainframe.tcl
178
+ - tcl/BWidget-1.9.2/labelframe.tcl
179
+ - tcl/BWidget-1.9.2/buttonbox.tcl
180
+ - tcl/BWidget-1.9.2/messagedlg.tcl
181
+ - tcl/BWidget-1.9.2/label.tcl
182
+ - tcl/BWidget-1.9.2/panedw.tcl
183
+ - tcl/BWidget-1.9.2/utils.tcl
184
+ - tcl/BWidget-1.9.2/arrow.tcl
185
+ - tcl/BWidget-1.9.2/bitmap.tcl
186
+ - tcl/BWidget-1.9.2/pagesmgr.tcl
187
+ - tcl/BWidget-1.9.2/pkgIndex.tcl
188
+ - tcl/BWidget-1.9.2/tests/entry.test
189
+ - tcl/BWidget-1.9.2/progressdlg.tcl
190
+ - tcl/BWidget-1.9.2/spinbox.tcl
191
+ - tcl/BWidget-1.9.2/progressbar.tcl
192
+ - tcl/BWidget-1.9.2/titleframe.tcl
193
+ - tcl/BWidget-1.9.2/panelframe.tcl
194
+ - tcl/BWidget-1.9.2/init.tcl
195
+ - tcl/BWidget-1.9.2/dialog.tcl
196
+ - tcl/BWidget-1.9.2/passwddlg.tcl
197
+ - tcl/BWidget-1.9.2/font.tcl
198
+ - tcl/BWidget-1.9.2/dropsite.tcl
199
+ - tcl/BWidget-1.9.2/scrollframe.tcl
200
+ - tcl/BWidget-1.9.2/tree.tcl
201
+ - tcl/BWidget-1.9.2/xpm2image.tcl
202
+ - tcl/BWidget-1.9.2/dynhelp.tcl
203
+ - tcl/BWidget-1.9.2/statusbar.tcl
204
+ - tcl/BWidget-1.9.2/separator.tcl
205
+ - tcl/BWidget-1.9.2/scrollw.tcl
206
+ - tcl/BWidget-1.9.2/LICENSE.txt
207
+ - tcl/BWidget-1.9.2/demo/x1.xbm
208
+ - tcl/BWidget-1.9.2/demo/bwidget.xbm
209
+ - tcl/BWidget-1.9.2/demo/basic.tcl
210
+ - tcl/BWidget-1.9.2/demo/manager.tcl
211
+ - tcl/BWidget-1.9.2/demo/tree.tcl
212
+ - tcl/BWidget-1.9.2/demo/tmpldlg.tcl
213
+ - tcl/BWidget-1.9.2/demo/dnd.tcl
214
+ - tcl/BWidget-1.9.2/demo/demo.tcl
215
+ - tcl/BWidget-1.9.2/demo/select.tcl
216
+ - tcl/BWidget-1.9.2/color.tcl
217
+ - tcl/BWidget-1.9.2/lang/nl.rc
218
+ - tcl/BWidget-1.9.2/lang/hu.rc
219
+ - tcl/BWidget-1.9.2/lang/da.rc
220
+ - tcl/BWidget-1.9.2/lang/pl.rc
221
+ - tcl/BWidget-1.9.2/lang/fr.rc
222
+ - tcl/BWidget-1.9.2/lang/de.rc
223
+ - tcl/BWidget-1.9.2/lang/no.rc
224
+ - tcl/BWidget-1.9.2/lang/en.rc
225
+ - tcl/BWidget-1.9.2/lang/es.rc
225
226
  - README
226
227
  - bin/arcadia
227
228
  - bin/arcadia.bat
@@ -229,8 +230,12 @@ files:
229
230
  - conf/arcadia.conf
230
231
  - conf/arcadia.init.rb
231
232
  - conf/arcadia.res.rb
232
- has_rdoc: false
233
+ - conf/theme-dark.conf
234
+ - conf/theme-dark.res.rb
235
+ has_rdoc: true
233
236
  homepage: http://arcadia.rubyforge.org
237
+ licenses: []
238
+
234
239
  post_install_message:
235
240
  rdoc_options:
236
241
  - --title
@@ -241,23 +246,27 @@ rdoc_options:
241
246
  require_paths:
242
247
  - lib
243
248
  required_ruby_version: !ruby/object:Gem::Requirement
249
+ none: false
244
250
  requirements:
245
251
  - - ">="
246
252
  - !ruby/object:Gem::Version
253
+ segments:
254
+ - 0
247
255
  version: "0"
248
- version:
249
256
  required_rubygems_version: !ruby/object:Gem::Requirement
257
+ none: false
250
258
  requirements:
251
259
  - - ">="
252
260
  - !ruby/object:Gem::Version
261
+ segments:
262
+ - 0
253
263
  version: "0"
254
- version:
255
264
  requirements: []
256
265
 
257
266
  rubyforge_project: arcadia
258
- rubygems_version: 1.3.1
267
+ rubygems_version: 1.3.7
259
268
  signing_key:
260
- specification_version: 2
269
+ specification_version: 3
261
270
  summary: An light Ide for Ruby written in Ruby using the classic tcl/tk GUI toolkit.
262
271
  test_files: []
263
272