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.
- data/README +28 -22
- data/bin/arcadia +3 -3
- data/conf/arcadia.conf +87 -36
- data/conf/arcadia.res.rb +143 -5
- data/conf/theme-dark.conf +94 -0
- data/conf/theme-dark.res.rb +218 -0
- data/ext/ae-breakpoints/ae-breakpoints.rb +1 -0
- data/ext/ae-dir-projects/ae-dir-projects.rb +37 -9
- data/ext/ae-editor/ae-editor.conf +10 -9
- data/ext/ae-editor/ae-editor.rb +306 -127
- data/ext/ae-editor/langs/pers.lang.bind +1 -0
- data/ext/ae-editor/langs/rb.lang +6 -6
- data/ext/ae-editor/langs/tcl.lang +3 -0
- data/ext/ae-file-history/ae-file-history.rb +4 -11
- data/ext/ae-output/ae-output.rb +57 -38
- data/ext/ae-rad/ae-rad-inspector.rb +1 -1
- data/ext/ae-rad/ae-rad-palette.rb +2 -2
- data/ext/ae-rad/ae-rad.rb +7 -7
- data/ext/ae-rad/lib/tk/al-tk.rb +3 -3
- data/ext/ae-rad/lib/tk/al-tkcustom.rb +2 -2
- data/ext/ae-ruby-debug/ae-ruby-debug.conf +20 -1
- data/ext/ae-ruby-debug/ae-ruby-debug.rb +69 -65
- data/ext/ae-search-in-files/ae-search-in-files.rb +2 -17
- data/ext/ae-shell/ae-shell.conf +7 -6
- data/ext/ae-shell/ae-shell.rb +211 -32
- data/ext/ae-subprocess-inspector/ae-subprocess-inspector.conf +11 -0
- data/ext/ae-subprocess-inspector/ae-subprocess-inspector.rb +109 -0
- data/lib/a-commons.rb +74 -16
- data/lib/a-contracts.rb +18 -1
- data/lib/a-core.rb +410 -77
- data/lib/a-tkcommons.rb +338 -138
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ArrowButton.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/BWidget.html +2 -2
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Button.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ButtonBox.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ComboBox.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Dialog.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/DragSite.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/DropSite.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/DynamicHelp.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Entry.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Label.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/LabelEntry.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/LabelFrame.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ListBox.html +1 -4
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/MainFrame.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/MessageDlg.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/NoteBook.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PagesManager.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PanedWindow.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PanelFrame.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/PasswdDlg.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ProgressBar.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ProgressDlg.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ScrollView.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ScrollableFrame.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/ScrolledWindow.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/SelectColor.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/SelectFont.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Separator.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/SpinBox.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/StatusBar.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/TitleFrame.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Tree.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/Widget.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/contents.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/index.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/navtree.html +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/BWman/options.htm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/CHANGES.txt +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/ChangeLog +70 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/LICENSE.txt +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/README.txt +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/arrow.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/bitmap.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/button.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/buttonbox.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/color.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/combobox.tcl +4 -4
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/basic.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/bwidget.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/demo.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/dnd.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/manager.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/select.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/tmpldlg.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/tree.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/demo/x1.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dialog.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dragsite.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dropsite.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/dynhelp.tcl +25 -18
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/entry.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/font.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/bold.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/copy.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/cut.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/dragfile.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/dragicon.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/error.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/file.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/folder.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/hourglass.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/info.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/italic.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/minus.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/new.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/opcopy.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/open.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/openfold.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/oplink.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/opmove.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/overstrike.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/palette.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/passwd.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/paste.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/plus.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/print.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/question.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/redo.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/save.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/target.xbm +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/underline.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/undo.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/images/warning.gif +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/init.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/label.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/labelentry.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/labelframe.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/da.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/de.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/en.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/es.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/fr.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/hu.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/nl.rc +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/lang/no.rc +0 -0
- data/tcl/BWidget-1.9.2/lang/pl.rc +104 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/listbox.tcl +68 -35
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/mainframe.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/messagedlg.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/notebook.tcl +2 -2
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/pagesmgr.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/panedw.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/panelframe.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/passwddlg.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/pkgIndex.tcl +2 -2
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/progressbar.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/progressdlg.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/scrollframe.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/scrollview.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/scrollw.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/separator.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/spinbox.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/statusbar.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/tests/entry.test +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/titleframe.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/tree.tcl +6 -1
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/utils.tcl +27 -7
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/widget.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/wizard.tcl +0 -0
- data/tcl/{BWidget-1.9.0 → BWidget-1.9.2}/xpm2image.tcl +0 -0
- 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
|
|
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
|
|
194
|
-
$path
|
|
193
|
+
$path _bindText <Button-1> ""
|
|
194
|
+
$path _bindImage <Button-1> ""
|
|
195
195
|
}
|
|
196
196
|
multiple {
|
|
197
|
-
$path
|
|
198
|
-
$path
|
|
199
|
-
$path
|
|
197
|
+
$path _bindText <ButtonRelease-1> ""
|
|
198
|
+
$path _bindText <Shift-ButtonRelease-1> ""
|
|
199
|
+
$path _bindText <Control-ButtonRelease-1> ""
|
|
200
200
|
|
|
201
|
-
$path
|
|
202
|
-
$path
|
|
203
|
-
$path
|
|
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
|
|
210
|
-
$path
|
|
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
|
|
218
|
-
$path
|
|
219
|
-
$path
|
|
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
|
|
222
|
-
$path
|
|
223
|
-
$path
|
|
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::
|
|
464
|
+
# Command ListBox::_bindText
|
|
465
465
|
# ----------------------------------------------------------------------------
|
|
466
|
-
proc ListBox::
|
|
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
|
|
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::
|
|
483
|
+
# Command ListBox::_bindImage
|
|
478
484
|
# ----------------------------------------------------------------------------
|
|
479
|
-
proc ListBox::
|
|
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
|
|
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 $
|
|
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
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
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
|
-
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
@@ -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/
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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}}
|
|
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
|
|
@@ -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/
|
|
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/
|
|
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
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
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 {(
|
|
310
|
-
set y0 [expr {(
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arcadia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
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-
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
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.
|
|
90
|
-
- tcl/BWidget-1.9.
|
|
91
|
-
- tcl/BWidget-1.9.
|
|
92
|
-
- tcl/BWidget-1.9.
|
|
93
|
-
- tcl/BWidget-1.9.
|
|
94
|
-
- tcl/BWidget-1.9.
|
|
95
|
-
- tcl/BWidget-1.9.
|
|
96
|
-
- tcl/BWidget-1.9.
|
|
97
|
-
- tcl/BWidget-1.9.
|
|
98
|
-
- tcl/BWidget-1.9.
|
|
99
|
-
- tcl/BWidget-1.9.
|
|
100
|
-
- tcl/BWidget-1.9.
|
|
101
|
-
- tcl/BWidget-1.9.
|
|
102
|
-
- tcl/BWidget-1.9.
|
|
103
|
-
- tcl/BWidget-1.9.
|
|
104
|
-
- tcl/BWidget-1.9.
|
|
105
|
-
- tcl/BWidget-1.9.
|
|
106
|
-
- tcl/BWidget-1.9.
|
|
107
|
-
- tcl/BWidget-1.9.
|
|
108
|
-
- tcl/BWidget-1.9.
|
|
109
|
-
- tcl/BWidget-1.9.
|
|
110
|
-
- tcl/BWidget-1.9.
|
|
111
|
-
- tcl/BWidget-1.9.
|
|
112
|
-
- tcl/BWidget-1.9.
|
|
113
|
-
- tcl/BWidget-1.9.
|
|
114
|
-
- tcl/BWidget-1.9.
|
|
115
|
-
- tcl/BWidget-1.9.
|
|
116
|
-
- tcl/BWidget-1.9.
|
|
117
|
-
- tcl/BWidget-1.9.
|
|
118
|
-
- tcl/BWidget-1.9.
|
|
119
|
-
- tcl/BWidget-1.9.
|
|
120
|
-
- tcl/BWidget-1.9.
|
|
121
|
-
- tcl/BWidget-1.9.
|
|
122
|
-
- tcl/BWidget-1.9.
|
|
123
|
-
- tcl/BWidget-1.9.
|
|
124
|
-
- tcl/BWidget-1.9.
|
|
125
|
-
- tcl/BWidget-1.9.
|
|
126
|
-
- tcl/BWidget-1.9.
|
|
127
|
-
- tcl/BWidget-1.9.
|
|
128
|
-
- tcl/BWidget-1.9.
|
|
129
|
-
- tcl/BWidget-1.9.
|
|
130
|
-
- tcl/BWidget-1.9.
|
|
131
|
-
- tcl/BWidget-1.9.
|
|
132
|
-
- tcl/BWidget-1.9.
|
|
133
|
-
- tcl/BWidget-1.9.
|
|
134
|
-
- tcl/BWidget-1.9.
|
|
135
|
-
- tcl/BWidget-1.9.
|
|
136
|
-
- tcl/BWidget-1.9.
|
|
137
|
-
- tcl/BWidget-1.9.
|
|
138
|
-
- tcl/BWidget-1.9.
|
|
139
|
-
- tcl/BWidget-1.9.
|
|
140
|
-
- tcl/BWidget-1.9.
|
|
141
|
-
- tcl/BWidget-1.9.
|
|
142
|
-
- tcl/BWidget-1.9.
|
|
143
|
-
- tcl/BWidget-1.9.
|
|
144
|
-
- tcl/BWidget-1.9.
|
|
145
|
-
- tcl/BWidget-1.9.
|
|
146
|
-
- tcl/BWidget-1.9.
|
|
147
|
-
- tcl/BWidget-1.9.
|
|
148
|
-
- tcl/BWidget-1.9.
|
|
149
|
-
- tcl/BWidget-1.9.
|
|
150
|
-
- tcl/BWidget-1.9.
|
|
151
|
-
- tcl/BWidget-1.9.
|
|
152
|
-
- tcl/BWidget-1.9.
|
|
153
|
-
- tcl/BWidget-1.9.
|
|
154
|
-
- tcl/BWidget-1.9.
|
|
155
|
-
- tcl/BWidget-1.9.
|
|
156
|
-
- tcl/BWidget-1.9.
|
|
157
|
-
- tcl/BWidget-1.9.
|
|
158
|
-
- tcl/BWidget-1.9.
|
|
159
|
-
- tcl/BWidget-1.9.
|
|
160
|
-
- tcl/BWidget-1.9.
|
|
161
|
-
- tcl/BWidget-1.9.
|
|
162
|
-
- tcl/BWidget-1.9.
|
|
163
|
-
- tcl/BWidget-1.9.
|
|
164
|
-
- tcl/BWidget-1.9.
|
|
165
|
-
- tcl/BWidget-1.9.
|
|
166
|
-
- tcl/BWidget-1.9.
|
|
167
|
-
- tcl/BWidget-1.9.
|
|
168
|
-
- tcl/BWidget-1.9.
|
|
169
|
-
- tcl/BWidget-1.9.
|
|
170
|
-
- tcl/BWidget-1.9.
|
|
171
|
-
- tcl/BWidget-1.9.
|
|
172
|
-
- tcl/BWidget-1.9.
|
|
173
|
-
- tcl/BWidget-1.9.
|
|
174
|
-
- tcl/BWidget-1.9.
|
|
175
|
-
- tcl/BWidget-1.9.
|
|
176
|
-
- tcl/BWidget-1.9.
|
|
177
|
-
- tcl/BWidget-1.9.
|
|
178
|
-
- tcl/BWidget-1.9.
|
|
179
|
-
- tcl/BWidget-1.9.
|
|
180
|
-
- tcl/BWidget-1.9.
|
|
181
|
-
- tcl/BWidget-1.9.
|
|
182
|
-
- tcl/BWidget-1.9.
|
|
183
|
-
- tcl/BWidget-1.9.
|
|
184
|
-
- tcl/BWidget-1.9.
|
|
185
|
-
- tcl/BWidget-1.9.
|
|
186
|
-
- tcl/BWidget-1.9.
|
|
187
|
-
- tcl/BWidget-1.9.
|
|
188
|
-
- tcl/BWidget-1.9.
|
|
189
|
-
- tcl/BWidget-1.9.
|
|
190
|
-
- tcl/BWidget-1.9.
|
|
191
|
-
- tcl/BWidget-1.9.
|
|
192
|
-
- tcl/BWidget-1.9.
|
|
193
|
-
- tcl/BWidget-1.9.
|
|
194
|
-
- tcl/BWidget-1.9.
|
|
195
|
-
- tcl/BWidget-1.9.
|
|
196
|
-
- tcl/BWidget-1.9.
|
|
197
|
-
- tcl/BWidget-1.9.
|
|
198
|
-
- tcl/BWidget-1.9.
|
|
199
|
-
- tcl/BWidget-1.9.
|
|
200
|
-
- tcl/BWidget-1.9.
|
|
201
|
-
- tcl/BWidget-1.9.
|
|
202
|
-
- tcl/BWidget-1.9.
|
|
203
|
-
- tcl/BWidget-1.9.
|
|
204
|
-
- tcl/BWidget-1.9.
|
|
205
|
-
- tcl/BWidget-1.9.
|
|
206
|
-
- tcl/BWidget-1.9.
|
|
207
|
-
- tcl/BWidget-1.9.
|
|
208
|
-
- tcl/BWidget-1.9.
|
|
209
|
-
- tcl/BWidget-1.9.
|
|
210
|
-
- tcl/BWidget-1.9.
|
|
211
|
-
- tcl/BWidget-1.9.
|
|
212
|
-
- tcl/BWidget-1.9.
|
|
213
|
-
- tcl/BWidget-1.9.
|
|
214
|
-
- tcl/BWidget-1.9.
|
|
215
|
-
- tcl/BWidget-1.9.
|
|
216
|
-
- tcl/BWidget-1.9.
|
|
217
|
-
- tcl/BWidget-1.9.
|
|
218
|
-
- tcl/BWidget-1.9.
|
|
219
|
-
- tcl/BWidget-1.9.
|
|
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
|
-
|
|
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.
|
|
267
|
+
rubygems_version: 1.3.7
|
|
259
268
|
signing_key:
|
|
260
|
-
specification_version:
|
|
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
|
|