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