arcadia 0.9.3 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. data/README +11 -10
  2. data/bin/arcadia +3 -0
  3. data/conf/arcadia.conf +117 -75
  4. data/conf/arcadia.res.rb +219 -58
  5. data/conf/theme-dark.conf +11 -8
  6. data/conf/theme-dark.res.rb +81 -10
  7. data/ext/ae-breakpoints/ae-breakpoints.rb +1 -1
  8. data/ext/ae-dir-projects/ae-dir-projects.conf +2 -2
  9. data/ext/ae-dir-projects/ae-dir-projects.rb +84 -47
  10. data/ext/ae-editor/ae-editor.rb +541 -190
  11. data/ext/ae-editor/langs/coderay.tokens +1 -0
  12. data/ext/ae-editor/langs/conf.lang +5 -4
  13. data/ext/ae-editor/langs/java.lang +2 -1
  14. data/ext/ae-editor/langs/python.lang +4 -0
  15. data/ext/ae-editor/langs/rhtml.lang +2 -1
  16. data/ext/ae-editor/langs/ruby.lang +45 -0
  17. data/ext/ae-editor/langs/tcl.lang +80 -2
  18. data/ext/ae-editor/langs/text.lang +2 -0
  19. data/ext/ae-editor/langs/xml.lang +1 -0
  20. data/ext/ae-file-history/ae-file-history.conf +2 -2
  21. data/ext/ae-file-history/ae-file-history.rb +66 -20
  22. data/ext/ae-output/ae-output.conf +3 -3
  23. data/ext/ae-output/ae-output.rb +37 -23
  24. data/ext/ae-rad/ae-rad-palette.rb +3 -3
  25. data/ext/ae-ruby-debug/ae-ruby-debug.conf +2 -2
  26. data/ext/ae-ruby-debug/ae-ruby-debug.rb +38 -42
  27. data/ext/ae-search-in-files/ae-search-in-files.conf +2 -2
  28. data/ext/ae-search-in-files/ae-search-in-files.rb +20 -9
  29. data/ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf +2 -2
  30. data/ext/ae-shell/ae-shell.conf +1 -1
  31. data/ext/ae-shell/ae-shell.rb +57 -46
  32. data/ext/ae-subprocess-inspector/ae-subprocess-inspector.rb +99 -46
  33. data/ext/ae-subprocess-inspector/process.res +0 -0
  34. data/lib/a-commons.rb +13 -9
  35. data/lib/a-contracts.rb +24 -1
  36. data/lib/a-core.rb +586 -196
  37. data/lib/a-tkcommons.rb +155 -55
  38. data/lib/anigif.rb +9 -0
  39. data/lib/ctags.exe +0 -0
  40. data/tcl/anigif/anigif.tcl +199 -0
  41. data/tcl/anigif/pkgIndex.tcl +3 -0
  42. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ArrowButton.html +0 -0
  43. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/BWidget.html +0 -0
  44. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Button.html +36 -2
  45. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ButtonBox.html +9 -7
  46. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ComboBox.html +0 -0
  47. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Dialog.html +5 -11
  48. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/DragSite.html +0 -0
  49. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/DropSite.html +0 -0
  50. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/DynamicHelp.html +0 -0
  51. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Entry.html +0 -0
  52. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Label.html +32 -1
  53. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/LabelEntry.html +0 -0
  54. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/LabelFrame.html +0 -0
  55. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ListBox.html +0 -0
  56. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/MainFrame.html +0 -0
  57. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/MessageDlg.html +0 -0
  58. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/NoteBook.html +0 -0
  59. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/PagesManager.html +0 -0
  60. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/PanedWindow.html +0 -0
  61. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/PanelFrame.html +0 -0
  62. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/PasswdDlg.html +0 -0
  63. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ProgressBar.html +0 -0
  64. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ProgressDlg.html +0 -0
  65. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ScrollView.html +0 -0
  66. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ScrollableFrame.html +0 -0
  67. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/ScrolledWindow.html +13 -1
  68. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/SelectColor.html +0 -0
  69. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/SelectFont.html +0 -0
  70. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Separator.html +0 -0
  71. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/SpinBox.html +0 -0
  72. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/StatusBar.html +0 -0
  73. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/TitleFrame.html +0 -0
  74. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Tree.html +0 -0
  75. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/Widget.html +0 -0
  76. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/contents.html +12 -1
  77. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/index.html +0 -0
  78. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/navtree.html +0 -0
  79. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/BWman/options.htm +0 -0
  80. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/CHANGES.txt +0 -0
  81. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/ChangeLog +70 -0
  82. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/LICENSE.txt +0 -0
  83. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/README.txt +0 -0
  84. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/arrow.tcl +0 -0
  85. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/bitmap.tcl +0 -0
  86. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/button.tcl +121 -53
  87. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/buttonbox.tcl +10 -5
  88. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/color.tcl +0 -0
  89. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/combobox.tcl +0 -0
  90. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/basic.tcl +0 -0
  91. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/bwidget.xbm +0 -0
  92. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/demo.tcl +0 -0
  93. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/dnd.tcl +0 -0
  94. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/manager.tcl +0 -0
  95. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/select.tcl +0 -0
  96. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/tmpldlg.tcl +0 -0
  97. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/tree.tcl +0 -0
  98. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/demo/x1.xbm +0 -0
  99. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/dialog.tcl +14 -2
  100. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/dragsite.tcl +0 -0
  101. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/dropsite.tcl +0 -0
  102. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/dynhelp.tcl +0 -0
  103. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/entry.tcl +0 -0
  104. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/font.tcl +0 -0
  105. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/bold.gif +0 -0
  106. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/copy.gif +0 -0
  107. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/cut.gif +0 -0
  108. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/dragfile.gif +0 -0
  109. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/dragicon.gif +0 -0
  110. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/error.gif +0 -0
  111. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/file.gif +0 -0
  112. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/folder.gif +0 -0
  113. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/hourglass.gif +0 -0
  114. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/info.gif +0 -0
  115. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/italic.gif +0 -0
  116. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/minus.xbm +0 -0
  117. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/new.gif +0 -0
  118. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/opcopy.xbm +0 -0
  119. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/open.gif +0 -0
  120. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/openfold.gif +0 -0
  121. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/oplink.xbm +0 -0
  122. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/opmove.xbm +0 -0
  123. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/overstrike.gif +0 -0
  124. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/palette.gif +0 -0
  125. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/passwd.gif +0 -0
  126. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/paste.gif +0 -0
  127. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/plus.xbm +0 -0
  128. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/print.gif +0 -0
  129. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/question.gif +0 -0
  130. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/redo.gif +0 -0
  131. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/save.gif +0 -0
  132. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/target.xbm +0 -0
  133. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/underline.gif +0 -0
  134. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/undo.gif +0 -0
  135. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/images/warning.gif +0 -0
  136. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/init.tcl +15 -1
  137. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/label.tcl +76 -18
  138. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/labelentry.tcl +0 -0
  139. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/labelframe.tcl +0 -0
  140. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/da.rc +0 -0
  141. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/de.rc +0 -0
  142. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/en.rc +0 -0
  143. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/es.rc +0 -0
  144. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/fr.rc +0 -0
  145. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/hu.rc +0 -0
  146. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/nl.rc +0 -0
  147. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/no.rc +0 -0
  148. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/lang/pl.rc +0 -0
  149. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/listbox.tcl +0 -0
  150. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/mainframe.tcl +3 -2
  151. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/messagedlg.tcl +0 -0
  152. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/notebook.tcl +0 -0
  153. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/pagesmgr.tcl +0 -0
  154. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/panedw.tcl +0 -0
  155. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/panelframe.tcl +0 -0
  156. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/passwddlg.tcl +0 -0
  157. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/pkgIndex.tcl +2 -2
  158. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/progressbar.tcl +0 -0
  159. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/progressdlg.tcl +0 -0
  160. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/scrollframe.tcl +0 -0
  161. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/scrollview.tcl +0 -0
  162. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/scrollw.tcl +37 -25
  163. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/separator.tcl +0 -0
  164. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/spinbox.tcl +0 -0
  165. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/statusbar.tcl +0 -0
  166. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/tests/entry.test +0 -0
  167. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/titleframe.tcl +0 -0
  168. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/tree.tcl +17 -9
  169. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/utils.tcl +0 -0
  170. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/widget.tcl +0 -0
  171. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/wizard.tcl +0 -0
  172. data/tcl/{BWidget-1.9.2 → bwidget-1.9.4}/xpm2image.tcl +0 -0
  173. data/tcl/fsdialog/de.msg +30 -0
  174. data/tcl/fsdialog/en.msg +31 -0
  175. data/tcl/fsdialog/fsdialog.tcl +1749 -0
  176. data/tcl/fsdialog/fsdlg-gif.tcl +259 -0
  177. data/tcl/fsdialog/fsdlg-png.tcl +265 -0
  178. data/tcl/fsdialog/sv.msg +32 -0
  179. data/tcl/fsdialog/tclIndex +6 -0
  180. metadata +179 -174
  181. data/ext/ae-editor/langs/erb.lang.bind +0 -1
  182. data/ext/ae-editor/langs/lang.lang.bind +0 -1
  183. data/ext/ae-editor/langs/pers.lang.bind +0 -1
  184. data/ext/ae-editor/langs/rb.lang +0 -73
  185. data/ext/ae-editor/langs/rbw.lang.bind +0 -1
  186. data/ext/ae-editor/langs/tokens.lang.bind +0 -1
@@ -0,0 +1,32 @@
1
+
2
+ namespace eval ::ttk::dialog::file {
3
+ ::msgcat::mcset sv Location Plats
4
+ ::msgcat::mcset sv Filter Filter
5
+ ::msgcat::mcset sv Name Namn
6
+ ::msgcat::mcset sv Size Storlek
7
+ ::msgcat::mcset sv Date Datum
8
+ ::msgcat::mcset sv Permissions Behörigheter
9
+ ::msgcat::mcset sv Owner Ägare
10
+ ::msgcat::mcset sv Group Grupp
11
+ ::msgcat::mcset sv Folder Mapp
12
+ ::msgcat::mcset sv Sorting Sortering
13
+ ::msgcat::mcset sv Reverse Omvänd
14
+
15
+ ::msgcat::mcset sv {Short View} {Enkel vy}
16
+ ::msgcat::mcset sv {Detailed View} {Detaljerad vy}
17
+ ::msgcat::mcset sv {Show Hidden Files} {Visa dolda filer}
18
+ ::msgcat::mcset sv {Separate Folders} {Mappar separat}
19
+ ::msgcat::mcset sv {By Name} {Efter namn}
20
+ ::msgcat::mcset sv {By Date} {Efter datum}
21
+ ::msgcat::mcset sv {By Size} {Efter storlek}
22
+ ::msgcat::mcset sv {Folders First} {Mappar först}
23
+ ::msgcat::mcset sv {New Folder} {Ny mapp}
24
+ ::msgcat::mcset sv {Create new folder in} {Skapa ny mapp i}
25
+
26
+ ::msgcat::mcset sv {File "%s" already exists. Do you want to overwrite it?} {Filen "%s" finns redan. Vill du skriva över den?}
27
+ ::msgcat::mcset sv {File "%s" does not exist.} {Filen "%s" finns ej.}
28
+ ::msgcat::mcset sv {Cannot change to the directory "%s". Permission denied.} {Kan ej skifta till mappen "%s". Ej tillräcklig behörighet.}
29
+ }
30
+
31
+
32
+
@@ -0,0 +1,6 @@
1
+ # Tcl autoload index file, version 2.0
2
+
3
+ set auto_index(::ttk::getOpenFile) [list source [file join $dir fsdialog.tcl]]
4
+ set auto_index(::ttk::getSaveFile) [list source [file join $dir fsdialog.tcl]]
5
+ set auto_index(::ttk::getAppendFile) [list source [file join $dir fsdialog.tcl]]
6
+ set auto_index(::ttk::chooseDirectory) [list source [file join $dir fsdialog.tcl]]
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcadia
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
- - 9
9
- - 3
10
- version: 0.9.3
7
+ - 10
8
+ - 0
9
+ version: 0.10.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Antonio Galeone
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-12-02 00:00:00 +01:00
17
+ date: 2011-06-03 00:00:00 +02:00
19
18
  default_executable: arcadia
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -26,13 +25,12 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- hash: 3
30
28
  segments:
31
29
  - 0
32
30
  version: "0"
33
31
  type: :runtime
34
32
  version_requirements: *id001
35
- description: Arcadia Ruby Ide
33
+ description: Arcadia Ide
36
34
  email: antonio-galeone@rubyforge.org
37
35
  executables:
38
36
  - arcadia
@@ -42,190 +40,199 @@ extensions: []
42
40
  extra_rdoc_files:
43
41
  - README
44
42
  files:
43
+ - lib/a-tkcommons.rb
44
+ - lib/ctags.exe
45
45
  - lib/a-contracts.rb
46
- - lib/a-commons.rb
47
46
  - lib/a-core.rb
48
- - lib/a-tkcommons.rb
49
- - ext/ae-output/ae-output.conf
47
+ - lib/anigif.rb
48
+ - lib/a-commons.rb
49
+ - ext/test-shutdown-after-startup/test-shutdown-after-startup.conf
50
+ - ext/test-shutdown-after-startup/test-shutdown-after-startup.rb
51
+ - ext/ae-dir-projects/ae-dir-projects.conf
52
+ - ext/ae-dir-projects/ae-dir-projects.rb
53
+ - ext/ae-file-history/ae-file-history.conf
54
+ - ext/ae-file-history/ae-file-history.rb
55
+ - ext/ae-breakpoints/ae-breakpoints.rb
56
+ - ext/ae-breakpoints/ae-breakpoints.conf
57
+ - ext/ae-shell/ae-shell.conf
58
+ - ext/ae-shell/sh.rb
59
+ - ext/ae-shell/ae-shell.rb
60
+ - ext/ae-subprocess-inspector/process.res
61
+ - ext/ae-subprocess-inspector/ae-subprocess-inspector.conf
62
+ - ext/ae-subprocess-inspector/ae-subprocess-inspector.rb
50
63
  - ext/ae-output/ae-output.rb
64
+ - ext/ae-output/ae-output.conf
65
+ - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf
66
+ - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb
51
67
  - ext/ae-search-in-files/ae-search-in-files.conf
52
68
  - ext/ae-search-in-files/ae-search-in-files.rb
53
- - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb
54
- - ext/ae-search-in-files/ext/ack-in-files/ack-in-files.conf
55
- - ext/ae-file-history/ae-file-history.rb
56
- - ext/ae-file-history/ae-file-history.conf
57
- - ext/ae-rad/ae-rad-libs.rb
58
69
  - ext/ae-rad/ae-rad.rb
59
70
  - ext/ae-rad/ae-rad.conf
60
- - ext/ae-rad/ae-rad-inspector.rb
61
- - ext/ae-rad/lib/tkext/al-iwidgets.rb
71
+ - ext/ae-rad/ae-rad-libs.rb
62
72
  - ext/ae-rad/lib/tkext/al-tktable.rb
73
+ - ext/ae-rad/lib/tkext/al-iwidgets.rb
63
74
  - ext/ae-rad/lib/tkext/al-tile.rb
64
75
  - ext/ae-rad/lib/tkext/al-bwidget.rb
65
- - ext/ae-rad/lib/tk/al-tk.rb
66
76
  - ext/ae-rad/lib/tk/al-tkarcadia.rb
67
77
  - ext/ae-rad/lib/tk/al-tkcustom.rb
68
78
  - ext/ae-rad/lib/tk/al-tk.res.rb
79
+ - ext/ae-rad/lib/tk/al-tk.rb
69
80
  - ext/ae-rad/ae-rad-palette.rb
70
- - ext/ae-subprocess-inspector/ae-subprocess-inspector.conf
71
- - ext/ae-subprocess-inspector/ae-subprocess-inspector.rb
72
- - ext/ae-breakpoints/ae-breakpoints.rb
73
- - ext/ae-breakpoints/ae-breakpoints.conf
81
+ - ext/ae-rad/ae-rad-inspector.rb
74
82
  - ext/ae-ruby-debug/ae-ruby-debug.conf
75
83
  - ext/ae-ruby-debug/ae-ruby-debug.rb
76
- - ext/ae-dir-projects/ae-dir-projects.conf
77
- - ext/ae-dir-projects/ae-dir-projects.rb
78
- - ext/test-shutdown-after-startup/test-shutdown-after-startup.conf
79
- - ext/test-shutdown-after-startup/test-shutdown-after-startup.rb
80
- - ext/ae-shell/ae-shell.rb
81
- - ext/ae-shell/sh.rb
82
- - ext/ae-shell/ae-shell.conf
83
- - ext/ae-editor/langs/tokens.lang.bind
84
- - ext/ae-editor/langs/tcl.lang
85
- - ext/ae-editor/langs/lang.lang.bind
86
- - ext/ae-editor/langs/rbw.lang.bind
87
- - ext/ae-editor/langs/rb.lang
88
- - ext/ae-editor/langs/xml.lang
89
- - ext/ae-editor/langs/erb.lang.bind
84
+ - ext/ae-editor/ae-editor.rb
85
+ - ext/ae-editor/ae-editor.conf
90
86
  - ext/ae-editor/langs/java.lang
87
+ - ext/ae-editor/langs/conf.lang
88
+ - ext/ae-editor/langs/xml.lang
91
89
  - ext/ae-editor/langs/rhtml.lang
92
- - ext/ae-editor/langs/pers.lang.bind
90
+ - ext/ae-editor/langs/ruby.lang
93
91
  - ext/ae-editor/langs/coderay.tokens
94
- - ext/ae-editor/langs/conf.lang
92
+ - ext/ae-editor/langs/tcl.lang
93
+ - ext/ae-editor/langs/python.lang
94
+ - ext/ae-editor/langs/text.lang
95
95
  - ext/ae-editor/lib/rbeautify.rb
96
- - ext/ae-editor/ae-editor.rb
97
- - ext/ae-editor/ae-editor.conf
98
- - tcl/BWidget-1.9.2/BWman/ButtonBox.html
99
- - tcl/BWidget-1.9.2/BWman/SelectFont.html
100
- - tcl/BWidget-1.9.2/BWman/Label.html
101
- - tcl/BWidget-1.9.2/BWman/ScrolledWindow.html
102
- - tcl/BWidget-1.9.2/BWman/MessageDlg.html
103
- - tcl/BWidget-1.9.2/BWman/ArrowButton.html
104
- - tcl/BWidget-1.9.2/BWman/ListBox.html
105
- - tcl/BWidget-1.9.2/BWman/contents.html
106
- - tcl/BWidget-1.9.2/BWman/DynamicHelp.html
107
- - tcl/BWidget-1.9.2/BWman/MainFrame.html
108
- - tcl/BWidget-1.9.2/BWman/PasswdDlg.html
109
- - tcl/BWidget-1.9.2/BWman/LabelFrame.html
110
- - tcl/BWidget-1.9.2/BWman/navtree.html
111
- - tcl/BWidget-1.9.2/BWman/PanelFrame.html
112
- - tcl/BWidget-1.9.2/BWman/Entry.html
113
- - tcl/BWidget-1.9.2/BWman/Dialog.html
114
- - tcl/BWidget-1.9.2/BWman/Tree.html
115
- - tcl/BWidget-1.9.2/BWman/BWidget.html
116
- - tcl/BWidget-1.9.2/BWman/ProgressDlg.html
117
- - tcl/BWidget-1.9.2/BWman/PanedWindow.html
118
- - tcl/BWidget-1.9.2/BWman/ProgressBar.html
119
- - tcl/BWidget-1.9.2/BWman/ScrollableFrame.html
120
- - tcl/BWidget-1.9.2/BWman/Button.html
121
- - tcl/BWidget-1.9.2/BWman/TitleFrame.html
122
- - tcl/BWidget-1.9.2/BWman/SpinBox.html
123
- - tcl/BWidget-1.9.2/BWman/ScrollView.html
124
- - tcl/BWidget-1.9.2/BWman/DragSite.html
125
- - tcl/BWidget-1.9.2/BWman/Widget.html
126
- - tcl/BWidget-1.9.2/BWman/PagesManager.html
127
- - tcl/BWidget-1.9.2/BWman/DropSite.html
128
- - tcl/BWidget-1.9.2/BWman/Separator.html
129
- - tcl/BWidget-1.9.2/BWman/NoteBook.html
130
- - tcl/BWidget-1.9.2/BWman/ComboBox.html
131
- - tcl/BWidget-1.9.2/BWman/SelectColor.html
132
- - tcl/BWidget-1.9.2/BWman/options.htm
133
- - tcl/BWidget-1.9.2/BWman/index.html
134
- - tcl/BWidget-1.9.2/BWman/LabelEntry.html
135
- - tcl/BWidget-1.9.2/BWman/StatusBar.html
136
- - tcl/BWidget-1.9.2/CHANGES.txt
137
- - tcl/BWidget-1.9.2/wizard.tcl
138
- - tcl/BWidget-1.9.2/labelentry.tcl
139
- - tcl/BWidget-1.9.2/button.tcl
140
- - tcl/BWidget-1.9.2/listbox.tcl
141
- - tcl/BWidget-1.9.2/images/overstrike.gif
142
- - tcl/BWidget-1.9.2/images/question.gif
143
- - tcl/BWidget-1.9.2/images/plus.xbm
144
- - tcl/BWidget-1.9.2/images/error.gif
145
- - tcl/BWidget-1.9.2/images/opmove.xbm
146
- - tcl/BWidget-1.9.2/images/italic.gif
147
- - tcl/BWidget-1.9.2/images/redo.gif
148
- - tcl/BWidget-1.9.2/images/passwd.gif
149
- - tcl/BWidget-1.9.2/images/cut.gif
150
- - tcl/BWidget-1.9.2/images/undo.gif
151
- - tcl/BWidget-1.9.2/images/minus.xbm
152
- - tcl/BWidget-1.9.2/images/target.xbm
153
- - tcl/BWidget-1.9.2/images/print.gif
154
- - tcl/BWidget-1.9.2/images/palette.gif
155
- - tcl/BWidget-1.9.2/images/oplink.xbm
156
- - tcl/BWidget-1.9.2/images/new.gif
157
- - tcl/BWidget-1.9.2/images/bold.gif
158
- - tcl/BWidget-1.9.2/images/file.gif
159
- - tcl/BWidget-1.9.2/images/opcopy.xbm
160
- - tcl/BWidget-1.9.2/images/paste.gif
161
- - tcl/BWidget-1.9.2/images/save.gif
162
- - tcl/BWidget-1.9.2/images/dragicon.gif
163
- - tcl/BWidget-1.9.2/images/hourglass.gif
164
- - tcl/BWidget-1.9.2/images/openfold.gif
165
- - tcl/BWidget-1.9.2/images/warning.gif
166
- - tcl/BWidget-1.9.2/images/folder.gif
167
- - tcl/BWidget-1.9.2/images/underline.gif
168
- - tcl/BWidget-1.9.2/images/open.gif
169
- - tcl/BWidget-1.9.2/images/dragfile.gif
170
- - tcl/BWidget-1.9.2/images/info.gif
171
- - tcl/BWidget-1.9.2/images/copy.gif
172
- - tcl/BWidget-1.9.2/ChangeLog
173
- - tcl/BWidget-1.9.2/combobox.tcl
174
- - tcl/BWidget-1.9.2/dragsite.tcl
175
- - tcl/BWidget-1.9.2/widget.tcl
176
- - tcl/BWidget-1.9.2/README.txt
177
- - tcl/BWidget-1.9.2/notebook.tcl
178
- - tcl/BWidget-1.9.2/scrollview.tcl
179
- - tcl/BWidget-1.9.2/entry.tcl
180
- - tcl/BWidget-1.9.2/mainframe.tcl
181
- - tcl/BWidget-1.9.2/labelframe.tcl
182
- - tcl/BWidget-1.9.2/buttonbox.tcl
183
- - tcl/BWidget-1.9.2/messagedlg.tcl
184
- - tcl/BWidget-1.9.2/label.tcl
185
- - tcl/BWidget-1.9.2/panedw.tcl
186
- - tcl/BWidget-1.9.2/utils.tcl
187
- - tcl/BWidget-1.9.2/arrow.tcl
188
- - tcl/BWidget-1.9.2/bitmap.tcl
189
- - tcl/BWidget-1.9.2/pagesmgr.tcl
190
- - tcl/BWidget-1.9.2/pkgIndex.tcl
191
- - tcl/BWidget-1.9.2/tests/entry.test
192
- - tcl/BWidget-1.9.2/progressdlg.tcl
193
- - tcl/BWidget-1.9.2/spinbox.tcl
194
- - tcl/BWidget-1.9.2/progressbar.tcl
195
- - tcl/BWidget-1.9.2/titleframe.tcl
196
- - tcl/BWidget-1.9.2/panelframe.tcl
197
- - tcl/BWidget-1.9.2/init.tcl
198
- - tcl/BWidget-1.9.2/dialog.tcl
199
- - tcl/BWidget-1.9.2/passwddlg.tcl
200
- - tcl/BWidget-1.9.2/font.tcl
201
- - tcl/BWidget-1.9.2/dropsite.tcl
202
- - tcl/BWidget-1.9.2/scrollframe.tcl
203
- - tcl/BWidget-1.9.2/tree.tcl
204
- - tcl/BWidget-1.9.2/xpm2image.tcl
205
- - tcl/BWidget-1.9.2/dynhelp.tcl
206
- - tcl/BWidget-1.9.2/statusbar.tcl
207
- - tcl/BWidget-1.9.2/separator.tcl
208
- - tcl/BWidget-1.9.2/scrollw.tcl
209
- - tcl/BWidget-1.9.2/LICENSE.txt
210
- - tcl/BWidget-1.9.2/demo/x1.xbm
211
- - tcl/BWidget-1.9.2/demo/bwidget.xbm
212
- - tcl/BWidget-1.9.2/demo/basic.tcl
213
- - tcl/BWidget-1.9.2/demo/manager.tcl
214
- - tcl/BWidget-1.9.2/demo/tree.tcl
215
- - tcl/BWidget-1.9.2/demo/tmpldlg.tcl
216
- - tcl/BWidget-1.9.2/demo/dnd.tcl
217
- - tcl/BWidget-1.9.2/demo/demo.tcl
218
- - tcl/BWidget-1.9.2/demo/select.tcl
219
- - tcl/BWidget-1.9.2/color.tcl
220
- - tcl/BWidget-1.9.2/lang/nl.rc
221
- - tcl/BWidget-1.9.2/lang/hu.rc
222
- - tcl/BWidget-1.9.2/lang/da.rc
223
- - tcl/BWidget-1.9.2/lang/pl.rc
224
- - tcl/BWidget-1.9.2/lang/fr.rc
225
- - tcl/BWidget-1.9.2/lang/de.rc
226
- - tcl/BWidget-1.9.2/lang/no.rc
227
- - tcl/BWidget-1.9.2/lang/en.rc
228
- - tcl/BWidget-1.9.2/lang/es.rc
96
+ - tcl/bwidget-1.9.4/panedw.tcl
97
+ - tcl/bwidget-1.9.4/lang/es.rc
98
+ - tcl/bwidget-1.9.4/lang/no.rc
99
+ - tcl/bwidget-1.9.4/lang/en.rc
100
+ - tcl/bwidget-1.9.4/lang/da.rc
101
+ - tcl/bwidget-1.9.4/lang/de.rc
102
+ - tcl/bwidget-1.9.4/lang/nl.rc
103
+ - tcl/bwidget-1.9.4/lang/hu.rc
104
+ - tcl/bwidget-1.9.4/lang/pl.rc
105
+ - tcl/bwidget-1.9.4/lang/fr.rc
106
+ - tcl/bwidget-1.9.4/init.tcl
107
+ - tcl/bwidget-1.9.4/notebook.tcl
108
+ - tcl/bwidget-1.9.4/scrollview.tcl
109
+ - tcl/bwidget-1.9.4/dialog.tcl
110
+ - tcl/bwidget-1.9.4/ChangeLog
111
+ - tcl/bwidget-1.9.4/label.tcl
112
+ - tcl/bwidget-1.9.4/labelframe.tcl
113
+ - tcl/bwidget-1.9.4/statusbar.tcl
114
+ - tcl/bwidget-1.9.4/titleframe.tcl
115
+ - tcl/bwidget-1.9.4/LICENSE.txt
116
+ - tcl/bwidget-1.9.4/font.tcl
117
+ - tcl/bwidget-1.9.4/bitmap.tcl
118
+ - tcl/bwidget-1.9.4/buttonbox.tcl
119
+ - tcl/bwidget-1.9.4/images/new.gif
120
+ - tcl/bwidget-1.9.4/images/opcopy.xbm
121
+ - tcl/bwidget-1.9.4/images/print.gif
122
+ - tcl/bwidget-1.9.4/images/save.gif
123
+ - tcl/bwidget-1.9.4/images/opmove.xbm
124
+ - tcl/bwidget-1.9.4/images/redo.gif
125
+ - tcl/bwidget-1.9.4/images/underline.gif
126
+ - tcl/bwidget-1.9.4/images/palette.gif
127
+ - tcl/bwidget-1.9.4/images/minus.xbm
128
+ - tcl/bwidget-1.9.4/images/bold.gif
129
+ - tcl/bwidget-1.9.4/images/question.gif
130
+ - tcl/bwidget-1.9.4/images/error.gif
131
+ - tcl/bwidget-1.9.4/images/dragfile.gif
132
+ - tcl/bwidget-1.9.4/images/hourglass.gif
133
+ - tcl/bwidget-1.9.4/images/openfold.gif
134
+ - tcl/bwidget-1.9.4/images/oplink.xbm
135
+ - tcl/bwidget-1.9.4/images/plus.xbm
136
+ - tcl/bwidget-1.9.4/images/warning.gif
137
+ - tcl/bwidget-1.9.4/images/target.xbm
138
+ - tcl/bwidget-1.9.4/images/undo.gif
139
+ - tcl/bwidget-1.9.4/images/info.gif
140
+ - tcl/bwidget-1.9.4/images/passwd.gif
141
+ - tcl/bwidget-1.9.4/images/file.gif
142
+ - tcl/bwidget-1.9.4/images/paste.gif
143
+ - tcl/bwidget-1.9.4/images/open.gif
144
+ - tcl/bwidget-1.9.4/images/italic.gif
145
+ - tcl/bwidget-1.9.4/images/copy.gif
146
+ - tcl/bwidget-1.9.4/images/overstrike.gif
147
+ - tcl/bwidget-1.9.4/images/folder.gif
148
+ - tcl/bwidget-1.9.4/images/dragicon.gif
149
+ - tcl/bwidget-1.9.4/images/cut.gif
150
+ - tcl/bwidget-1.9.4/separator.tcl
151
+ - tcl/bwidget-1.9.4/utils.tcl
152
+ - tcl/bwidget-1.9.4/progressdlg.tcl
153
+ - tcl/bwidget-1.9.4/pkgIndex.tcl
154
+ - tcl/bwidget-1.9.4/dropsite.tcl
155
+ - tcl/bwidget-1.9.4/widget.tcl
156
+ - tcl/bwidget-1.9.4/arrow.tcl
157
+ - tcl/bwidget-1.9.4/button.tcl
158
+ - tcl/bwidget-1.9.4/color.tcl
159
+ - tcl/bwidget-1.9.4/scrollw.tcl
160
+ - tcl/bwidget-1.9.4/passwddlg.tcl
161
+ - tcl/bwidget-1.9.4/combobox.tcl
162
+ - tcl/bwidget-1.9.4/mainframe.tcl
163
+ - tcl/bwidget-1.9.4/README.txt
164
+ - tcl/bwidget-1.9.4/CHANGES.txt
165
+ - tcl/bwidget-1.9.4/panelframe.tcl
166
+ - tcl/bwidget-1.9.4/xpm2image.tcl
167
+ - tcl/bwidget-1.9.4/demo/basic.tcl
168
+ - tcl/bwidget-1.9.4/demo/tmpldlg.tcl
169
+ - tcl/bwidget-1.9.4/demo/demo.tcl
170
+ - tcl/bwidget-1.9.4/demo/x1.xbm
171
+ - tcl/bwidget-1.9.4/demo/manager.tcl
172
+ - tcl/bwidget-1.9.4/demo/dnd.tcl
173
+ - tcl/bwidget-1.9.4/demo/select.tcl
174
+ - tcl/bwidget-1.9.4/demo/bwidget.xbm
175
+ - tcl/bwidget-1.9.4/demo/tree.tcl
176
+ - tcl/bwidget-1.9.4/entry.tcl
177
+ - tcl/bwidget-1.9.4/BWman/PanedWindow.html
178
+ - tcl/bwidget-1.9.4/BWman/PagesManager.html
179
+ - tcl/bwidget-1.9.4/BWman/PanelFrame.html
180
+ - tcl/bwidget-1.9.4/BWman/ListBox.html
181
+ - tcl/bwidget-1.9.4/BWman/navtree.html
182
+ - tcl/bwidget-1.9.4/BWman/LabelEntry.html
183
+ - tcl/bwidget-1.9.4/BWman/BWidget.html
184
+ - tcl/bwidget-1.9.4/BWman/DynamicHelp.html
185
+ - tcl/bwidget-1.9.4/BWman/DragSite.html
186
+ - tcl/bwidget-1.9.4/BWman/contents.html
187
+ - tcl/bwidget-1.9.4/BWman/Dialog.html
188
+ - tcl/bwidget-1.9.4/BWman/ProgressDlg.html
189
+ - tcl/bwidget-1.9.4/BWman/NoteBook.html
190
+ - tcl/bwidget-1.9.4/BWman/ScrollView.html
191
+ - tcl/bwidget-1.9.4/BWman/Widget.html
192
+ - tcl/bwidget-1.9.4/BWman/ProgressBar.html
193
+ - tcl/bwidget-1.9.4/BWman/Separator.html
194
+ - tcl/bwidget-1.9.4/BWman/StatusBar.html
195
+ - tcl/bwidget-1.9.4/BWman/MainFrame.html
196
+ - tcl/bwidget-1.9.4/BWman/SelectColor.html
197
+ - tcl/bwidget-1.9.4/BWman/ScrollableFrame.html
198
+ - tcl/bwidget-1.9.4/BWman/Button.html
199
+ - tcl/bwidget-1.9.4/BWman/index.html
200
+ - tcl/bwidget-1.9.4/BWman/options.htm
201
+ - tcl/bwidget-1.9.4/BWman/ComboBox.html
202
+ - tcl/bwidget-1.9.4/BWman/PasswdDlg.html
203
+ - tcl/bwidget-1.9.4/BWman/ButtonBox.html
204
+ - tcl/bwidget-1.9.4/BWman/Tree.html
205
+ - tcl/bwidget-1.9.4/BWman/TitleFrame.html
206
+ - tcl/bwidget-1.9.4/BWman/DropSite.html
207
+ - tcl/bwidget-1.9.4/BWman/ArrowButton.html
208
+ - tcl/bwidget-1.9.4/BWman/SpinBox.html
209
+ - tcl/bwidget-1.9.4/BWman/SelectFont.html
210
+ - tcl/bwidget-1.9.4/BWman/LabelFrame.html
211
+ - tcl/bwidget-1.9.4/BWman/MessageDlg.html
212
+ - tcl/bwidget-1.9.4/BWman/Entry.html
213
+ - tcl/bwidget-1.9.4/BWman/Label.html
214
+ - tcl/bwidget-1.9.4/BWman/ScrolledWindow.html
215
+ - tcl/bwidget-1.9.4/dragsite.tcl
216
+ - tcl/bwidget-1.9.4/labelentry.tcl
217
+ - tcl/bwidget-1.9.4/listbox.tcl
218
+ - tcl/bwidget-1.9.4/messagedlg.tcl
219
+ - tcl/bwidget-1.9.4/spinbox.tcl
220
+ - tcl/bwidget-1.9.4/dynhelp.tcl
221
+ - tcl/bwidget-1.9.4/progressbar.tcl
222
+ - tcl/bwidget-1.9.4/tests/entry.test
223
+ - tcl/bwidget-1.9.4/wizard.tcl
224
+ - tcl/bwidget-1.9.4/pagesmgr.tcl
225
+ - tcl/bwidget-1.9.4/scrollframe.tcl
226
+ - tcl/bwidget-1.9.4/tree.tcl
227
+ - tcl/anigif/anigif.tcl
228
+ - tcl/anigif/pkgIndex.tcl
229
+ - tcl/fsdialog/fsdlg-gif.tcl
230
+ - tcl/fsdialog/fsdialog.tcl
231
+ - tcl/fsdialog/sv.msg
232
+ - tcl/fsdialog/en.msg
233
+ - tcl/fsdialog/tclIndex
234
+ - tcl/fsdialog/de.msg
235
+ - tcl/fsdialog/fsdlg-png.tcl
229
236
  - README
230
237
  - bin/arcadia
231
238
  - bin/arcadia.bat
@@ -253,7 +260,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
253
260
  requirements:
254
261
  - - ">="
255
262
  - !ruby/object:Gem::Version
256
- hash: 3
257
263
  segments:
258
264
  - 0
259
265
  version: "0"
@@ -262,7 +268,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
268
  requirements:
263
269
  - - ">="
264
270
  - !ruby/object:Gem::Version
265
- hash: 3
266
271
  segments:
267
272
  - 0
268
273
  version: "0"
@@ -272,6 +277,6 @@ rubyforge_project: arcadia
272
277
  rubygems_version: 1.3.7
273
278
  signing_key:
274
279
  specification_version: 3
275
- summary: An light Ide for Ruby written in Ruby using the classic tcl/tk GUI toolkit.
280
+ summary: Light Editor Ide written in Ruby using the classic tcl/tk GUI toolkit.
276
281
  test_files: []
277
282