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.
- data/README +39 -38
- data/bin/arc +3 -0
- data/bin/arcadia +0 -1
- data/conf/arcadia.conf +54 -35
- data/conf/arcadia.init.rb +26 -3
- data/conf/arcadia.res.rb +56 -4
- data/ext/ae-breakpoints/ae-breakpoints.rb +1 -1
- data/ext/ae-dir-projects/ae-dir-projects.rb +113 -45
- data/ext/ae-editor/ae-editor.conf +6 -2
- data/ext/ae-editor/ae-editor.rb +1009 -616
- data/ext/ae-editor/langs/coderay.tokens +40 -0
- data/ext/ae-editor/langs/conf.lang +12 -10
- data/ext/ae-editor/langs/erb.lang.bind +1 -0
- data/ext/ae-editor/langs/java.lang +4 -0
- data/ext/ae-editor/langs/rb.lang +25 -55
- data/ext/ae-editor/langs/rhtml.lang +4 -0
- data/ext/ae-editor/langs/tokens.lang.bind +1 -0
- data/ext/ae-editor/langs/xml.lang +4 -0
- data/ext/ae-file-history/ae-file-history.rb +140 -32
- data/ext/ae-output/ae-output.rb +267 -262
- data/ext/ae-rad/ae-rad-inspector.rb +1 -1
- data/ext/ae-rad/ae-rad-libs.rb +15 -7
- data/ext/ae-rad/ae-rad.conf +4 -4
- data/ext/ae-rad/lib/tk/al-tk.rb +4 -3
- data/ext/ae-ruby-debug/ae-ruby-debug.conf +4 -2
- data/ext/ae-ruby-debug/ae-ruby-debug.rb +40 -15
- data/ext/ae-search-in-files/ae-search-in-files.rb +70 -14
- data/ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf +15 -0
- data/ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb +80 -0
- data/ext/ae-shell/ae-shell.conf +4 -1
- data/ext/ae-shell/ae-shell.rb +78 -43
- data/ext/test-shutdown-after-startup/test-shutdown-after-startup.conf +4 -0
- data/ext/test-shutdown-after-startup/test-shutdown-after-startup.rb +20 -0
- data/lib/a-commons.rb +118 -22
- data/lib/a-contracts.rb +46 -2
- data/lib/a-core.rb +970 -284
- data/lib/a-tkcommons.rb +16 -8
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ArrowButton.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/BWidget.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Button.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ButtonBox.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ComboBox.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Dialog.html +20 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/DragSite.html +6 -4
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/DropSite.html +15 -3
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/DynamicHelp.html +8 -5
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Entry.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Label.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/LabelEntry.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/LabelFrame.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ListBox.html +1 -1
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/MainFrame.html +8 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/MessageDlg.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/NoteBook.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PagesManager.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PanedWindow.html +21 -5
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PanelFrame.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/PasswdDlg.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ProgressBar.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ProgressDlg.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ScrollView.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ScrollableFrame.html +5 -2
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/ScrolledWindow.html +36 -4
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/SelectColor.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/SelectFont.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Separator.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/SpinBox.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/StatusBar.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/TitleFrame.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Tree.html +21 -31
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/Widget.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/contents.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/index.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/navtree.html +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/BWman/options.htm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/CHANGES.txt +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/ChangeLog +289 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/LICENSE.txt +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/README.txt +2 -2
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/arrow.tcl +1 -1
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/bitmap.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/button.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/buttonbox.tcl +23 -12
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/color.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/combobox.tcl +101 -25
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/basic.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/bwidget.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/demo.tcl +1 -1
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/dnd.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/manager.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/select.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/tmpldlg.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/tree.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/demo/x1.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dialog.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dragsite.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dropsite.tcl +2 -1
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/dynhelp.tcl +194 -33
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/entry.tcl +8 -5
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/font.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/bold.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/copy.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/cut.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/dragfile.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/dragicon.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/error.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/file.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/folder.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/hourglass.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/info.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/italic.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/minus.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/new.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/opcopy.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/open.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/openfold.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/oplink.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/opmove.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/overstrike.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/palette.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/passwd.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/paste.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/plus.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/print.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/question.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/redo.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/save.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/target.xbm +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/underline.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/undo.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/images/warning.gif +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/init.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/label.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/labelentry.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/labelframe.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/da.rc +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/de.rc +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/en.rc +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/es.rc +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/lang/fr.rc +0 -0
- data/tcl/BWidget-1.9.0/lang/hu.rc +52 -0
- data/tcl/BWidget-1.9.0/lang/nl.rc +52 -0
- data/tcl/BWidget-1.9.0/lang/no.rc +52 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/listbox.tcl +89 -34
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/mainframe.tcl +14 -13
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/messagedlg.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/notebook.tcl +3 -1
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/pagesmgr.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/panedw.tcl +22 -18
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/panelframe.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/passwddlg.tcl +7 -3
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/pkgIndex.tcl +2 -2
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/progressbar.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/progressdlg.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/scrollframe.tcl +60 -24
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/scrollview.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/scrollw.tcl +13 -11
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/separator.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/spinbox.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/statusbar.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/tests/entry.test +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/titleframe.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/tree.tcl +51 -41
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/utils.tcl +26 -11
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/widget.tcl +53 -19
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/wizard.tcl +0 -0
- data/tcl/{BWidget-1.8.0 → BWidget-1.9.0}/xpm2image.tcl +0 -0
- 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.
|
|
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-$
|
|
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-$
|
|
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-$
|
|
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-$
|
|
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
|
-
|
|
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
|
|
640
|
-
|
|
641
|
-
|
|
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
|
|
644
|
-
|
|
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.
|
|
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 $
|
|
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
|
|
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
|
-
|
|
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
|
|
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) [$
|
|
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 [$
|
|
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
|
-
|
|
805
|
-
|
|
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
|
-
|
|
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
|
-
|
|
855
|
+
variable _class
|
|
856
|
+
if { ![info exists _class($path)] } {
|
|
829
857
|
return -code error "unknown widget $path"
|
|
830
858
|
}
|
|
831
859
|
|
|
832
|
-
set class
|
|
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
|
-
|
|
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
|
-
|
|
877
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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 {
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arcadia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
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-
|
|
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:
|
|
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
|
|
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-
|
|
47
|
-
- ext/ae-
|
|
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-
|
|
68
|
-
- ext/ae-
|
|
69
|
-
- ext/ae-
|
|
70
|
-
- ext/ae-
|
|
71
|
-
-
|
|
72
|
-
- tcl/BWidget-1.
|
|
73
|
-
- tcl/BWidget-1.
|
|
74
|
-
- tcl/BWidget-1.
|
|
75
|
-
- tcl/BWidget-1.
|
|
76
|
-
- tcl/BWidget-1.
|
|
77
|
-
- tcl/BWidget-1.
|
|
78
|
-
- tcl/BWidget-1.
|
|
79
|
-
- tcl/BWidget-1.
|
|
80
|
-
- tcl/BWidget-1.
|
|
81
|
-
- tcl/BWidget-1.
|
|
82
|
-
- tcl/BWidget-1.
|
|
83
|
-
- tcl/BWidget-1.
|
|
84
|
-
- tcl/BWidget-1.
|
|
85
|
-
- tcl/BWidget-1.
|
|
86
|
-
- tcl/BWidget-1.
|
|
87
|
-
- tcl/BWidget-1.
|
|
88
|
-
- tcl/BWidget-1.
|
|
89
|
-
- tcl/BWidget-1.
|
|
90
|
-
- tcl/BWidget-1.
|
|
91
|
-
- tcl/BWidget-1.
|
|
92
|
-
- tcl/BWidget-1.
|
|
93
|
-
- tcl/BWidget-1.
|
|
94
|
-
- tcl/BWidget-1.
|
|
95
|
-
- tcl/BWidget-1.
|
|
96
|
-
- tcl/BWidget-1.
|
|
97
|
-
- tcl/BWidget-1.
|
|
98
|
-
- tcl/BWidget-1.
|
|
99
|
-
- tcl/BWidget-1.
|
|
100
|
-
- tcl/BWidget-1.
|
|
101
|
-
- tcl/BWidget-1.
|
|
102
|
-
- tcl/BWidget-1.
|
|
103
|
-
- tcl/BWidget-1.
|
|
104
|
-
- tcl/BWidget-1.
|
|
105
|
-
- tcl/BWidget-1.
|
|
106
|
-
- tcl/BWidget-1.
|
|
107
|
-
- tcl/BWidget-1.
|
|
108
|
-
- tcl/BWidget-1.
|
|
109
|
-
- tcl/BWidget-1.
|
|
110
|
-
- tcl/BWidget-1.
|
|
111
|
-
- tcl/BWidget-1.
|
|
112
|
-
- tcl/BWidget-1.
|
|
113
|
-
- tcl/BWidget-1.
|
|
114
|
-
- tcl/BWidget-1.
|
|
115
|
-
- tcl/BWidget-1.
|
|
116
|
-
- tcl/BWidget-1.
|
|
117
|
-
- tcl/BWidget-1.
|
|
118
|
-
- tcl/BWidget-1.
|
|
119
|
-
- tcl/BWidget-1.
|
|
120
|
-
- tcl/BWidget-1.
|
|
121
|
-
- tcl/BWidget-1.
|
|
122
|
-
- tcl/BWidget-1.
|
|
123
|
-
- tcl/BWidget-1.
|
|
124
|
-
- tcl/BWidget-1.
|
|
125
|
-
- tcl/BWidget-1.
|
|
126
|
-
- tcl/BWidget-1.
|
|
127
|
-
- tcl/BWidget-1.
|
|
128
|
-
- tcl/BWidget-1.
|
|
129
|
-
- tcl/BWidget-1.
|
|
130
|
-
- tcl/BWidget-1.
|
|
131
|
-
- tcl/BWidget-1.
|
|
132
|
-
- tcl/BWidget-1.
|
|
133
|
-
- tcl/BWidget-1.
|
|
134
|
-
- tcl/BWidget-1.
|
|
135
|
-
- tcl/BWidget-1.
|
|
136
|
-
- tcl/BWidget-1.
|
|
137
|
-
- tcl/BWidget-1.
|
|
138
|
-
- tcl/BWidget-1.
|
|
139
|
-
- tcl/BWidget-1.
|
|
140
|
-
- tcl/BWidget-1.
|
|
141
|
-
- tcl/BWidget-1.
|
|
142
|
-
- tcl/BWidget-1.
|
|
143
|
-
- tcl/BWidget-1.
|
|
144
|
-
- tcl/BWidget-1.
|
|
145
|
-
- tcl/BWidget-1.
|
|
146
|
-
- tcl/BWidget-1.
|
|
147
|
-
- tcl/BWidget-1.
|
|
148
|
-
- tcl/BWidget-1.
|
|
149
|
-
- tcl/BWidget-1.
|
|
150
|
-
- tcl/BWidget-1.
|
|
151
|
-
- tcl/BWidget-1.
|
|
152
|
-
- tcl/BWidget-1.
|
|
153
|
-
- tcl/BWidget-1.
|
|
154
|
-
- tcl/BWidget-1.
|
|
155
|
-
- tcl/BWidget-1.
|
|
156
|
-
- tcl/BWidget-1.
|
|
157
|
-
- tcl/BWidget-1.
|
|
158
|
-
- tcl/BWidget-1.
|
|
159
|
-
- tcl/BWidget-1.
|
|
160
|
-
- tcl/BWidget-1.
|
|
161
|
-
- tcl/BWidget-1.
|
|
162
|
-
- tcl/BWidget-1.
|
|
163
|
-
- tcl/BWidget-1.
|
|
164
|
-
- tcl/BWidget-1.
|
|
165
|
-
- tcl/BWidget-1.
|
|
166
|
-
- tcl/BWidget-1.
|
|
167
|
-
- tcl/BWidget-1.
|
|
168
|
-
- tcl/BWidget-1.
|
|
169
|
-
- tcl/BWidget-1.
|
|
170
|
-
- tcl/BWidget-1.
|
|
171
|
-
- tcl/BWidget-1.
|
|
172
|
-
- tcl/BWidget-1.
|
|
173
|
-
- tcl/BWidget-1.
|
|
174
|
-
- tcl/BWidget-1.
|
|
175
|
-
- tcl/BWidget-1.
|
|
176
|
-
- tcl/BWidget-1.
|
|
177
|
-
- tcl/BWidget-1.
|
|
178
|
-
- tcl/BWidget-1.
|
|
179
|
-
- tcl/BWidget-1.
|
|
180
|
-
- tcl/BWidget-1.
|
|
181
|
-
- tcl/BWidget-1.
|
|
182
|
-
- tcl/BWidget-1.
|
|
183
|
-
- tcl/BWidget-1.
|
|
184
|
-
- tcl/BWidget-1.
|
|
185
|
-
- tcl/BWidget-1.
|
|
186
|
-
- tcl/BWidget-1.
|
|
187
|
-
- tcl/BWidget-1.
|
|
188
|
-
- tcl/BWidget-1.
|
|
189
|
-
- tcl/BWidget-1.
|
|
190
|
-
- tcl/BWidget-1.
|
|
191
|
-
- tcl/BWidget-1.
|
|
192
|
-
- tcl/BWidget-1.
|
|
193
|
-
- tcl/BWidget-1.
|
|
194
|
-
- tcl/BWidget-1.
|
|
195
|
-
- tcl/BWidget-1.
|
|
196
|
-
- tcl/BWidget-1.
|
|
197
|
-
- tcl/BWidget-1.
|
|
198
|
-
- tcl/BWidget-1.
|
|
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:
|
|
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.
|
|
258
|
+
rubygems_version: 1.3.1
|
|
234
259
|
signing_key:
|
|
235
|
-
specification_version:
|
|
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
|
|