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