arcadia 0.13.1 → 1.0.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.
- checksums.yaml +4 -4
- data/{README → README.md} +60 -53
- data/conf/LC/en-UK.LANG +10 -4
- data/conf/arcadia.conf +221 -83
- data/conf/arcadia.res.rb +165 -175
- data/conf/theme-dark.conf +1 -1
- data/conf/theme-dark.res.rb +0 -123
- data/ext/ae-breakpoints/ae-breakpoints.rb +4 -3
- data/ext/ae-dir-projects/ae-dir-projects.conf +27 -1
- data/ext/ae-dir-projects/ae-dir-projects.rb +120 -70
- data/ext/ae-editor/ae-editor.conf +2 -2
- data/ext/ae-editor/ae-editor.rb +610 -303
- data/ext/ae-file-history/ae-file-history.rb +60 -39
- data/ext/ae-output/ae-output.rb +52 -27
- data/ext/ae-ruby-debug/ae-ruby-debug.conf +3 -1
- data/ext/ae-ruby-debug/ae-ruby-debug.rb +18 -11
- data/ext/ae-search-in-files/ae-search-in-files.conf +2 -2
- data/ext/ae-search-in-files/ae-search-in-files.rb +124 -77
- data/ext/ae-shell/ae-shell.conf +1 -1
- data/ext/ae-shell/ae-shell.rb +18 -81
- data/ext/ae-subprocess-inspector/ae-subprocess-inspector.rb +78 -81
- data/ext/ae-term/ae-term.rb +9 -7
- data/lib/a-commons.rb +125 -17
- data/lib/a-contracts.rb +6 -2
- data/lib/a-core.rb +441 -405
- data/lib/a-tkcommons.rb +1237 -45
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ArrowButton.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/BWidget.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Button.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ButtonBox.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ComboBox.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Dialog.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/DragSite.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/DropSite.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/DynamicHelp.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Entry.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Label.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/LabelEntry.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/LabelFrame.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ListBox.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/MainFrame.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/MessageDlg.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/NoteBook.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/PagesManager.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/PanedWindow.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/PanelFrame.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/PasswdDlg.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ProgressBar.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ProgressDlg.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ScrollView.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ScrollableFrame.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/ScrolledWindow.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/SelectColor.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/SelectFont.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Separator.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/SpinBox.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/StatusBar.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/TitleFrame.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Tree.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/Widget.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/contents.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/index.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/navtree.html +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/BWman/options.htm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/CHANGES.txt +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/ChangeLog +65 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/LICENSE.txt +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/README.txt +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/arrow.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/bitmap.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/button.tcl +0 -2
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/buttonbox.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/color.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/combobox.tcl +40 -16
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/basic.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/bwidget.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/demo.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/dnd.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/manager.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/select.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/tmpldlg.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/tree.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/demo/x1.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/dialog.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/dragsite.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/dropsite.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/dynhelp.tcl +3 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/entry.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/font.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/bold.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/copy.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/cut.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/dragfile.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/dragicon.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/error.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/file.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/folder.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/hourglass.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/info.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/italic.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/minus.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/new.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/opcopy.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/open.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/openfold.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/oplink.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/opmove.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/overstrike.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/palette.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/passwd.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/paste.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/plus.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/print.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/question.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/redo.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/save.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/target.xbm +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/underline.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/undo.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/images/warning.gif +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/init.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/label.tcl +0 -2
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/labelentry.tcl +0 -3
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/labelframe.tcl +0 -2
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/da.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/de.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/en.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/es.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/fr.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/hu.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/nl.rc +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/no.rc +59 -58
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/lang/pl.rc +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/listbox.tcl +17 -4
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/mainframe.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/messagedlg.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/notebook.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/pagesmgr.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/panedw.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/panelframe.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/passwddlg.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/pkgIndex.tcl +2 -2
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/progressbar.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/progressdlg.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/scrollframe.tcl +6 -6
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/scrollview.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/scrollw.tcl +1 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/separator.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/spinbox.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/statusbar.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/tests/entry.test +2 -2
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/titleframe.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/tree.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/utils.tcl +0 -0
- data/tcl/bwidget-1.9.8/widget-old.tcl +1651 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/widget.tcl +64 -36
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/wizard.tcl +0 -0
- data/tcl/{bwidget-1.9.7 → bwidget-1.9.8}/xpm2image.tcl +0 -0
- metadata +196 -195
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2df5f4413e33fb4b4a8fd03823047b42e1486445
|
4
|
+
data.tar.gz: caeb243d2d11937f4747506e890ccc0554165948
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9325243de6229103cbebba1da241154ca8da09320c4bcc31b950d9a1b8fb50836482c15458e6f16cb817f35214dc906d86afa3c0b9d7a32665993b4c7eeee8e3
|
7
|
+
data.tar.gz: a8645481d9ccf1563a8cd955e5cce3c95b3d86baf314a064384c456b4e6c52ae5f9ce47010ecb3048feca1f792c1ff30279afa2b6ee6c9453f2d61df875d1542
|
data/{README → README.md}
RENAMED
@@ -1,43 +1,49 @@
|
|
1
|
-
|
2
|
-
version 0.
|
1
|
+
# Arcadia IDE
|
2
|
+
version 1.0.0
|
3
3
|
|
4
4
|
by Antonio Galeone
|
5
|
-
on Nov
|
5
|
+
on Nov 30, 2014
|
6
6
|
|
7
|
-
|
7
|
+
## About
|
8
8
|
|
9
|
-
Arcadia is a light
|
10
|
-
written in Ruby using the classic
|
9
|
+
Arcadia is a light editor (IDE) for Ruby language
|
10
|
+
written in Ruby using the classic Tcl/Tk GUI toolkit.
|
11
11
|
|
12
12
|
Some of Arcadia ide project features include:
|
13
|
-
* Editor with source browsing, syntax highlighting, code completion
|
14
|
-
* Working on any platform where
|
15
|
-
* Debugging support
|
16
|
-
* Highly estensibile architecture.
|
13
|
+
* Editor with source browsing, syntax highlighting, code completion
|
14
|
+
* Working on any platform where Ruby and Tcl-Tk work.
|
15
|
+
* Debugging support
|
16
|
+
* Highly estensibile architecture.
|
17
17
|
|
18
|
-
|
19
|
-
* exec on command line "gem install arcadia"
|
18
|
+
## How to install
|
19
|
+
* `exec on command line "gem install arcadia"`
|
20
20
|
|
21
|
-
NOTE: on some linux distributions like archlinux the default
|
21
|
+
NOTE: on some linux distributions like archlinux the default Tcl/Tk runtime at this time is on versions >= 8.6
|
22
22
|
on the other hand ruby-tk supports fully only versions <= 8.5.x.y so to make arcadia working a choice
|
23
23
|
can be install ActiveTcl 8.5 and use ruby via rvm.
|
24
24
|
|
25
|
-
|
26
|
-
* exec on command line "arcadia"
|
25
|
+
## How to run
|
26
|
+
* `exec on command line "arcadia"`
|
27
27
|
|
28
|
-
|
29
|
-
https://github.com/angal/arcadia/wiki
|
30
|
-
|
31
|
-
== News
|
28
|
+
## Wiki
|
29
|
+
[https://github.com/angal/arcadia/wiki]
|
32
30
|
|
31
|
+
## News
|
32
|
+
[1.0.0]
|
33
|
+
This release:
|
34
|
+
- improves crossplatform features
|
35
|
+
- changes dialogs metaphor
|
36
|
+
- improves start speed
|
37
|
+
- introduces other general improvements
|
38
|
+
|
33
39
|
[0.13.1]
|
34
|
-
This
|
40
|
+
This release:
|
35
41
|
- added Russian translation (Thanks to Michael)
|
36
42
|
- bug fixes and various improvements
|
37
43
|
|
38
44
|
[0.13.0]
|
39
|
-
This
|
40
|
-
- improves file-history
|
45
|
+
This release:
|
46
|
+
- improves file-history introducing bookmarks management
|
41
47
|
- improves layout
|
42
48
|
- fixes bugs
|
43
49
|
|
@@ -60,30 +66,30 @@ https://github.com/angal/arcadia/wiki
|
|
60
66
|
- introduced in file-history a new kind of view (list view) activable by button on toolbar
|
61
67
|
- bugs fixed and optimizations
|
62
68
|
|
63
|
-
|
69
|
+
## Dependencies
|
64
70
|
|
65
71
|
- rubygems
|
66
72
|
- ruby-tk
|
67
|
-
- tcl/tk (ruby-tk supports fully
|
68
|
-
- tk-tile (if
|
69
|
-
- ctags (
|
70
|
-
- xterm (
|
71
|
-
- xdotool (
|
73
|
+
- tcl/tk (ruby-tk supports fully Tcl/Tk runtime <= 8.5 )
|
74
|
+
- tk-tile (if Tcl/Tk < 8.5)
|
75
|
+
- ctags (Linux)
|
76
|
+
- xterm (Linux, optional)
|
77
|
+
- xdotool (Linux, optional)
|
72
78
|
- ack (optional)
|
73
79
|
- gem coderay (> 1.0)
|
74
|
-
- gem debugger (ruby-debug on
|
75
|
-
- gem win32-process (only on
|
76
|
-
- gem ruby-wmi (only on
|
80
|
+
- gem debugger (ruby-debug on Ruby < 1.9)
|
81
|
+
- gem win32-process (only on Windows)
|
82
|
+
- gem ruby-wmi (only on Windows)
|
77
83
|
|
78
84
|
|
79
|
-
|
85
|
+
## Short User guide
|
80
86
|
Application layout is splitted in vertical and horizontal resizable frames.
|
81
87
|
On vertical and horizontal splitter appear two button for left or right
|
82
88
|
one shot frame closing.
|
83
89
|
Every frame has a title, a button to expand or resizing it and a menu-button
|
84
90
|
for dynamic layout functions (like add row, add column, close or for move a frame).
|
85
91
|
|
86
|
-
|
92
|
+
#### Main Toolbar
|
87
93
|
The toolbar button are in order:
|
88
94
|
- new, open, save, find
|
89
95
|
(relatively to edit/find operation)
|
@@ -95,7 +101,7 @@ The toolbar button are in order:
|
|
95
101
|
(for debug need)
|
96
102
|
- quit (to exit from arcadia)
|
97
103
|
|
98
|
-
|
104
|
+
#### Editor
|
99
105
|
Editor can use the notebook metaphor. Same command are on the popup menu
|
100
106
|
that is raised on "Button-3" click event fundamentally for closing the tab
|
101
107
|
under the mouse pointer.
|
@@ -104,7 +110,8 @@ These are same editor short-cut:
|
|
104
110
|
- Ctrl-v => paste copied text
|
105
111
|
- Ctrl-x => cut selected text
|
106
112
|
- Ctrl-g => show go to line dialog
|
107
|
-
- Ctrl-o =>
|
113
|
+
- Ctrl-o => open file dialog
|
114
|
+
- Ctrl-d => close file dialog
|
108
115
|
- Ctrl-z => undo
|
109
116
|
- Ctrl-r => redo
|
110
117
|
- Ctrl-f => copy the selected text on input combobox of find dialog and moves focus
|
@@ -123,17 +130,17 @@ These are same editor short-cut:
|
|
123
130
|
|
124
131
|
- Double-Click on line number set or unset a debug breakpoint
|
125
132
|
|
126
|
-
|
133
|
+
#### Project drawer
|
127
134
|
It is a navigational tree:
|
128
135
|
- open or create dir as project
|
129
136
|
- make commons file system activity (by contextual menu)
|
130
137
|
- open terminal from selected dir
|
131
138
|
|
132
|
-
|
139
|
+
#### File history
|
133
140
|
The last used files are organizing in tree so you can reopen them or their
|
134
141
|
directory by clicking on the tree node.
|
135
142
|
|
136
|
-
|
143
|
+
#### Debug
|
137
144
|
Require debugger gem.
|
138
145
|
It is created when a debug session init.
|
139
146
|
The debug button are: Step Next, Step Into, Step Over, Resume and quit.
|
@@ -142,32 +149,32 @@ step.
|
|
142
149
|
|
143
150
|
NOTE: at this moment debugger doesn't seem to work with ruby >= 2.0
|
144
151
|
|
145
|
-
|
152
|
+
#### Configuration
|
146
153
|
Same Arcadia properties are locally configurabled by editing the file arcadia.conf
|
147
154
|
under ~/.arcadia directory. The format of property definition are:
|
148
155
|
<OPERATING SYSTEM IDENTIFY::>PROPERTY_NAME=PROPERTY_VALUE
|
149
156
|
|
150
157
|
|
151
|
-
I have tested arcadia with ruby 1.8, 1.9, 2.
|
158
|
+
I have tested arcadia with ruby 1.8, 1.9, 2.x on
|
152
159
|
|
153
|
-
* Archlinux
|
154
|
-
* Ubuntu/Mint
|
155
|
-
* Fedora
|
156
|
-
*
|
157
|
-
* Vector linux
|
158
|
-
*
|
159
|
-
*
|
160
|
-
|
160
|
+
* Archlinux
|
161
|
+
* Ubuntu/Mint
|
162
|
+
* Fedora
|
163
|
+
* FreeBsd,
|
164
|
+
* Vector linux,
|
165
|
+
* Mac OS X
|
166
|
+
* Windows 2000/XP/7,
|
167
|
+
* Cygwin (note: same page fault error on dll under cygwin may be solved in this way: `by ash.exe exec "/bin/rebaseall"`)
|
161
168
|
|
162
|
-
|
163
|
-
Released on arcadia web site (http://arcadia.
|
169
|
+
## Developers e general information
|
170
|
+
Released on arcadia web site (http://www.arcadia-ide.org)
|
164
171
|
|
165
|
-
|
172
|
+
## License
|
166
173
|
Arcadia is released under the Ruby License
|
167
174
|
|
168
|
-
|
175
|
+
## Contacts
|
169
176
|
For all questions:
|
170
|
-
|
177
|
+
support@arcadia-ide.org
|
171
178
|
|
172
179
|
For bugs, support request, features request:
|
173
180
|
http://github.com/angal/arcadia/issues
|
data/conf/LC/en-UK.LANG
CHANGED
@@ -49,6 +49,8 @@ main.button.run.submenu.manage_runner.caption=Manage runner ...
|
|
49
49
|
main.button.sys.exit.hint=Exit from Arcadia
|
50
50
|
#main.runner
|
51
51
|
main.runner.run_selected.title=Run selected as $0 file
|
52
|
+
main.runner.rdebug_selected.title=Debug selected as $0 file in console
|
53
|
+
main.runner.rdebug_last.title=Debug last as $0 file in console
|
52
54
|
main.runner.compile_and_run_selected.title=Compile and Run selected as $0 file
|
53
55
|
#main.splash
|
54
56
|
main.splash.creating_extension=... creating $0
|
@@ -75,8 +77,8 @@ main.e.loading_user_control.title=(Arcadia) $0
|
|
75
77
|
main.e.runtime.title=Runtime Error
|
76
78
|
main.e.adding_new_menu_item.msg=During build of menu item '$0' rif '$1' not found!
|
77
79
|
main.e.adding_new_menu_item.title=(Arcadia) $0
|
78
|
-
main.e.gem_missing.msg=Appears that gem
|
79
|
-
main.e.gem_missing.title
|
80
|
+
main.e.gem_missing.msg=Appears that gem '$0' required by '$1' is not installed!
|
81
|
+
main.e.gem_missing.title=$0
|
80
82
|
main.e.dir_not_writable.msg=Locad dir "$0" must be writable!
|
81
83
|
main.e.dir_not_writable.title=($0)
|
82
84
|
#dialog
|
@@ -86,6 +88,8 @@ main.d.confirm_delete_runner.msg=Do you want delete runner item '$0'?
|
|
86
88
|
main.d.confirm_delete_runner.title=(Arcadia) Manage runners
|
87
89
|
main.d.confirm_delete_ext_instance.msg=Shure delete '$0'?
|
88
90
|
main.d.confirm_delete_ext_instance.title=(Arcadia) Delete $0
|
91
|
+
main.d.confirm_override_file.msg=The filename $0 already exists. Do you want to overwrite it?
|
92
|
+
main.d.confirm_override_file.title=Overriding existing file
|
89
93
|
main.about.by=by $0
|
90
94
|
main.about.version=version: $0
|
91
95
|
main.about.contributors=Contributors: $0
|
@@ -143,6 +147,7 @@ ext.editor.search.label.ignore_case=Ignore case
|
|
143
147
|
ext.editor.search.label.replace_all=Replace All
|
144
148
|
ext.editor.search.label.replace=Replace
|
145
149
|
ext.editor.search.label.find_next=Find Next
|
150
|
+
ext.editor.search.notfound="$0" not found in $1
|
146
151
|
ext.editor.search.d.replace.msg=Replace "$0" with "$1" ?
|
147
152
|
ext.editor.text.d.save_read-only.title=$0:read-only
|
148
153
|
ext.editor.text.d.save_read-only.msg=The file : $0 is read-only! -- save anyway?
|
@@ -154,8 +159,8 @@ ext.editor.file.save_modified.msg=$0 modified. Save?
|
|
154
159
|
ext.editor.file.save_modified.title=Confirm saving
|
155
160
|
ext.editor.file.close_modified_by_other.msg=$0 modified by other process. Continue closing?
|
156
161
|
ext.editor.file.close_modified_by_other.title=Continue closing
|
157
|
-
ext.editor.e.ctags.msg="ctags" package is required by class browsing, without it only ruby language is supported!
|
158
|
-
ext.editor.e.ctags.title=Ctags missing!
|
162
|
+
ext.editor.e.ctags.msg="exuberant ctags" package is required by class browsing, without it only ruby language is supported!
|
163
|
+
ext.editor.e.ctags.title=Exuberant Ctags missing!
|
159
164
|
ext.editor.e.prettify.title=(Arcadia) code prettify
|
160
165
|
ext.editor.e.prettify.msg=Problems in prettify $0
|
161
166
|
#dir_projects
|
@@ -206,6 +211,7 @@ ext.output.menu.save=Save
|
|
206
211
|
ext.output.menu.wrap=Set wrap
|
207
212
|
ext.output.menu.nowrap=Set no wrap
|
208
213
|
ext.output.button.clear.hint=Clear
|
214
|
+
ext.output.checkbutton.auto_open_file.hint=Auto open file in editor
|
209
215
|
#breakpoints
|
210
216
|
ext.breakpoints.menu.clear_selected=Clear selected breakpoint
|
211
217
|
ext.breakpoints.menu.delete_selected=Delete selected breakpoint
|
data/conf/arcadia.conf
CHANGED
@@ -34,13 +34,13 @@ locale=en-UK
|
|
34
34
|
font.h1=
|
35
35
|
font.h2=
|
36
36
|
font.h3=Monospace 10
|
37
|
-
|
38
|
-
|
39
|
-
|
37
|
+
FREEBSD::font.h3=courier 12
|
38
|
+
WINDOWS::font.h3={Courier New} 9
|
39
|
+
MAC::font.h3={Courier New} 12
|
40
40
|
#font.h4=courier 9
|
41
41
|
font.h4=Monospace 9
|
42
|
-
|
43
|
-
|
42
|
+
WINDOWS::font.h4={Courier New} 8
|
43
|
+
MAC::font.h4={Courier New} 11
|
44
44
|
font.h5=
|
45
45
|
font.h6=
|
46
46
|
font=>>>font.h3
|
@@ -147,14 +147,14 @@ treeitem.fill=>>>foreground
|
|
147
147
|
treeitem.font=>>>font.h4
|
148
148
|
|
149
149
|
|
150
|
-
button.background
|
150
|
+
button.background=#400040004000
|
151
151
|
button.foreground=>>>foreground
|
152
152
|
button.activebackground=>>>activebackground
|
153
153
|
button.activeforeground=>>>activeforeground
|
154
154
|
button.highlightbackground=>>>highlightbackground
|
155
|
-
button.relief=
|
155
|
+
button.relief=flat
|
156
156
|
button.justify=center
|
157
|
-
button.borderwidth=
|
157
|
+
button.borderwidth=1
|
158
158
|
button.font=>>>font
|
159
159
|
button.padx=1
|
160
160
|
button.pady=1
|
@@ -164,6 +164,9 @@ toolbar.=>>>panel
|
|
164
164
|
toolbarbutton.=>>>button
|
165
165
|
toolbarbutton.relief=flat
|
166
166
|
toolbarbutton.borderwidth=0
|
167
|
+
toolbarbutton.background=>>>background
|
168
|
+
|
169
|
+
menubutton.=>>>toolbarbutton
|
167
170
|
|
168
171
|
titletoolbarbutton.=>>>toolbarbutton
|
169
172
|
titletoolbarbutton.background=>>>titlelabel.background
|
@@ -192,7 +195,7 @@ listbox.foreground=>>>edit.foreground
|
|
192
195
|
listbox.borderwidth=1
|
193
196
|
|
194
197
|
edit.font=>>>font
|
195
|
-
edit.background
|
198
|
+
edit.background=#ffffff
|
196
199
|
edit.foreground=>>>foreground
|
197
200
|
edit.highlightbackground=>>>background
|
198
201
|
edit.highlightcolor=>>>edit.background
|
@@ -211,19 +214,21 @@ text.insertwidth=3
|
|
211
214
|
text.spacing1=0
|
212
215
|
text.spacing3=1
|
213
216
|
|
214
|
-
|
217
|
+
textline.=>>>text
|
215
218
|
textline.background=#dbe1cb
|
216
219
|
textline.foreground=>>>foreground
|
217
|
-
textline.
|
218
|
-
textline.
|
219
|
-
textline.
|
220
|
-
textline.
|
221
|
-
textline.spacing3=>>>text.spacing3
|
220
|
+
#textline.relief=>>>relief
|
221
|
+
#textline.borderwidth=0
|
222
|
+
#textline.spacing1=>>>text.spacing1
|
223
|
+
#textline.spacing3=>>>text.spacing3
|
222
224
|
|
223
225
|
|
224
226
|
combobox.=>>>edit
|
225
|
-
combobox.background=>>>
|
226
|
-
combobox.
|
227
|
+
combobox.background=>>>button.background
|
228
|
+
combobox.highlightthickness=white
|
229
|
+
combobox.insertwidth=5
|
230
|
+
#combobox.background=>>>panel.background
|
231
|
+
#combobox.entrybg=>>>edit.background
|
227
232
|
|
228
233
|
progress.background=white
|
229
234
|
progress.troughcolor=white
|
@@ -313,7 +318,10 @@ hightlight.debug.foreground=#d95ed9
|
|
313
318
|
hightlight.debug.background=#b3c1d9
|
314
319
|
hightlight.debug.borderwidth=2
|
315
320
|
hightlight.debug.relief=groove
|
316
|
-
|
321
|
+
hightlight.edge.foreground=#3c3c3c
|
322
|
+
hightlight.prompt.foreground=#009900
|
323
|
+
hightlight.system_error.foreground=#ffff00
|
324
|
+
hightlight.system_error.background=#990000
|
317
325
|
|
318
326
|
#:::::::::::::::::::::::::::::::::::::::::::::::::<end>
|
319
327
|
#:::::::::::::::: toolbar ::::::::::::::::::::::<begin>
|
@@ -370,7 +378,162 @@ user_toolbar_show=yes
|
|
370
378
|
#:::::::::::::::: toolbar ::::::::::::::::::::::<end>
|
371
379
|
|
372
380
|
#:::::::::::::::::::: menu ::::::::::::::::::::::<begin>
|
373
|
-
|
381
|
+
|
382
|
+
|
383
|
+
user_menu.contexts=File,Edit,Search,View,Tools,Help,menubutton_run,menubutton_new
|
384
|
+
|
385
|
+
#---- File
|
386
|
+
user_menu.File.context_underline=0
|
387
|
+
user_menu.File.context_path=/
|
388
|
+
user_menu.File=open,new,save,save_as,-,quit
|
389
|
+
#
|
390
|
+
user_menu.File.open.name=open
|
391
|
+
#user_menu.File.open.hint=Open
|
392
|
+
user_menu.File.open.caption=!Arcadia.text('main.menu.file.open')
|
393
|
+
#user_menu.File.open.image_data=!OPEN_GIF
|
394
|
+
user_menu.File.open.event_class=!OpenBufferEvent
|
395
|
+
user_menu.File.open.context_underline=0
|
396
|
+
|
397
|
+
user_menu.File.new.name=new
|
398
|
+
#user_menu.File.new.hint=New
|
399
|
+
user_menu.File.new.caption=!Arcadia.text('main.menu.file.new')
|
400
|
+
#user_menu.File.new.image_data=!NEW_GIF
|
401
|
+
user_menu.File.new.event_class=!NewBufferEvent
|
402
|
+
|
403
|
+
user_menu.File.save.name=save
|
404
|
+
#user_menu.File.save.hint=Save
|
405
|
+
user_menu.File.save.caption=!Arcadia.text('main.menu.file.save')
|
406
|
+
#user_menu.File.save.image_data=!SAVE_GIF
|
407
|
+
user_menu.File.save.event_class=!SaveBufferEvent
|
408
|
+
|
409
|
+
user_menu.File.save_as.name=save_as
|
410
|
+
user_menu.File.save_as.caption=!Arcadia.text('main.menu.file.save_as')
|
411
|
+
user_menu.File.save_as.event_class=!SaveAsBufferEvent
|
412
|
+
|
413
|
+
|
414
|
+
user_menu.File.quit.name=quit
|
415
|
+
#user_menu.File.quit.hint=Quit
|
416
|
+
user_menu.File.quit.caption=!Arcadia.text('main.menu.file.quit')
|
417
|
+
#user_menu.File.quit.image_data=!EXIT_GIF
|
418
|
+
user_menu.File.quit.event_class=!QuitEvent
|
419
|
+
|
420
|
+
#---- Edit
|
421
|
+
|
422
|
+
user_menu.Edit.context_underline=0
|
423
|
+
user_menu.Edit.context_path=/
|
424
|
+
user_menu.Edit=cut,copy,paste,undo,redo,select_all,invert_selection,uppercase,lowercase,prettify_current
|
425
|
+
#,-,preferences
|
426
|
+
#
|
427
|
+
user_menu.Edit.cut.name=cut
|
428
|
+
user_menu.Edit.cut.caption=!Arcadia.text('main.menu.edit.cut')
|
429
|
+
user_menu.Edit.cut.event_class=!CutTextEvent
|
430
|
+
|
431
|
+
user_menu.Edit.copy.name=copy
|
432
|
+
user_menu.Edit.copy.caption=!Arcadia.text('main.menu.edit.copy')
|
433
|
+
user_menu.Edit.copy.event_class=!CopyTextEvent
|
434
|
+
|
435
|
+
user_menu.Edit.paste.name=paste
|
436
|
+
user_menu.Edit.paste.caption=!Arcadia.text('main.menu.edit.paste')
|
437
|
+
user_menu.Edit.paste.event_class=!PasteTextEvent
|
438
|
+
|
439
|
+
user_menu.Edit.undo.name=undo
|
440
|
+
user_menu.Edit.undo.caption=!Arcadia.text('main.menu.edit.undo')
|
441
|
+
user_menu.Edit.undo.event_class=!UndoTextEvent
|
442
|
+
|
443
|
+
user_menu.Edit.redo.name=redo
|
444
|
+
user_menu.Edit.redo.caption=!Arcadia.text('main.menu.edit.redo')
|
445
|
+
user_menu.Edit.redo.event_class=!RedoTextEvent
|
446
|
+
|
447
|
+
user_menu.Edit.select_all.name=select_all
|
448
|
+
user_menu.Edit.select_all.caption=!Arcadia.text('main.menu.edit.select_all')
|
449
|
+
user_menu.Edit.select_all.event_class=!SelectAllTextEvent
|
450
|
+
|
451
|
+
user_menu.Edit.invert_selection.name=invert_selection
|
452
|
+
user_menu.Edit.invert_selection.caption=!Arcadia.text('main.menu.edit.invert_selection')
|
453
|
+
user_menu.Edit.invert_selection.event_class=!InvertSelectionTextEvent
|
454
|
+
|
455
|
+
user_menu.Edit.uppercase.name=uppercase
|
456
|
+
user_menu.Edit.uppercase.caption=!Arcadia.text('main.menu.edit.uppercase')
|
457
|
+
user_menu.Edit.uppercase.event_class=!UpperCaseTextEvent
|
458
|
+
|
459
|
+
user_menu.Edit.lowercase.name=lowercase
|
460
|
+
user_menu.Edit.lowercase.caption=!Arcadia.text('main.menu.edit.lowercase')
|
461
|
+
user_menu.Edit.lowercase.event_class=!LowerCaseTextEvent
|
462
|
+
|
463
|
+
user_menu.Edit.prettify_current.name=prettify_current
|
464
|
+
user_menu.Edit.prettify_current.caption=!Arcadia.text('main.menu.edit.prettify_current')
|
465
|
+
user_menu.Edit.prettify_current.event_class=!PrettifyTextEvent
|
466
|
+
|
467
|
+
user_menu.Edit.preferences.name=preferences
|
468
|
+
user_menu.Edit.preferences.caption=!Arcadia.text('main.menu.edit.preferences')
|
469
|
+
|
470
|
+
#---- Search
|
471
|
+
|
472
|
+
user_menu.Search.context_underline=0
|
473
|
+
user_menu.Search.context_path=/
|
474
|
+
user_menu.Search=find_replace,find_in_files,ack_im_file,go_to_line
|
475
|
+
#
|
476
|
+
user_menu.Search.find_replace.name=find_replace
|
477
|
+
user_menu.Search.find_replace.caption=!Arcadia.text('main.menu.search.find_replace')
|
478
|
+
user_menu.Search.find_replace.event_class=!SearchBufferEvent
|
479
|
+
|
480
|
+
user_menu.Search.find_in_files.name=find_in_files
|
481
|
+
user_menu.Search.find_in_files.caption=!Arcadia.text('main.menu.search.find_in_files')
|
482
|
+
user_menu.Search.find_in_files.event_class=!SearchInFilesEvent
|
483
|
+
|
484
|
+
user_menu.Search.ack_im_file.name=ack_im_file
|
485
|
+
user_menu.Search.ack_im_file.caption=!Arcadia.text('main.menu.search.ack_im_file')
|
486
|
+
user_menu.Search.ack_im_file.event_class=!AckInFilesEvent
|
487
|
+
|
488
|
+
user_menu.Search.go_to_line.name=go_to_line
|
489
|
+
user_menu.Search.go_to_line.caption=!Arcadia.text('main.menu.search.go_to_line')
|
490
|
+
user_menu.Search.go_to_line.event_class=!GoToLineBufferEvent
|
491
|
+
|
492
|
+
#--- View
|
493
|
+
|
494
|
+
user_menu.View.context_underline=0
|
495
|
+
user_menu.View.context_path=/
|
496
|
+
user_menu.View=show_hide_toolbar,close_current_tab
|
497
|
+
#
|
498
|
+
user_menu.View.show_hide_toolbar.name=show_hide_toolbar
|
499
|
+
user_menu.View.show_hide_toolbar.caption=!Arcadia.text('main.menu.view.show_hide_toolbar')
|
500
|
+
user_menu.View.show_hide_toolbar.action=ActionEvent.new(self,'action'=>$arcadia.show_hide_toolbar)
|
501
|
+
|
502
|
+
user_menu.View.close_current_tab.name=close_current_tab
|
503
|
+
user_menu.View.close_current_tab.caption=!Arcadia.text('main.menu.view.close_current_tab')
|
504
|
+
user_menu.View.close_current_tab.event_class=!CloseCurrentTabEvent
|
505
|
+
|
506
|
+
#--- Tools
|
507
|
+
|
508
|
+
user_menu.Tools.context_underline=0
|
509
|
+
user_menu.Tools.context_path=/
|
510
|
+
user_menu.Tools=keys_test,edit_prefs,load_from_edited_prefs
|
511
|
+
|
512
|
+
user_menu.Tools.keys_test.name=keys_test
|
513
|
+
user_menu.Tools.keys_test.caption=!Arcadia.text('main.menu.tools.keys_test')
|
514
|
+
user_menu.Tools.keys_test.action=ActionEvent.new(self,'action'=>$arcadia['action.test.keys'].call)
|
515
|
+
|
516
|
+
user_menu.Tools.edit_prefs.name=edit_prefs
|
517
|
+
user_menu.Tools.edit_prefs.caption=!Arcadia.text('main.menu.tools.edit_prefs')
|
518
|
+
user_menu.Tools.edit_prefs.event_class=!OpenBufferEvent
|
519
|
+
user_menu.Tools.edit_prefs.event_args=!{'file'=>$arcadia.local_file_config}
|
520
|
+
|
521
|
+
user_menu.Tools.load_from_edited_prefs.name=load_from_edited_prefs
|
522
|
+
user_menu.Tools.load_from_edited_prefs.caption=!Arcadia.text('main.menu.tools.load_from_edited_prefs')
|
523
|
+
user_menu.Tools.load_from_edited_prefs.action=ActionEvent.new(self,'action'=>$arcadia.load_local_config)
|
524
|
+
|
525
|
+
#--- Help
|
526
|
+
|
527
|
+
user_menu.Help.context_underline=0
|
528
|
+
user_menu.Help.context_path=/
|
529
|
+
user_menu.Help=about
|
530
|
+
|
531
|
+
user_menu.Help.about.name=about
|
532
|
+
user_menu.Help.about.caption=!Arcadia.text('main.menu.help.about')
|
533
|
+
user_menu.Help.about.action=ActionEvent.new(self,'action'=>$arcadia['action.show_about'].call)
|
534
|
+
|
535
|
+
#:::::::::::::::::::::::::::::::::::::::::::::::::<end>
|
536
|
+
# menu button
|
374
537
|
|
375
538
|
user_menu.menubutton_run.rif=runcurr
|
376
539
|
user_menu.menubutton_run.context_path=/
|
@@ -410,37 +573,10 @@ user_menu.menubutton_new.new_text_file.image_data=!FILE_ICON_TEXT
|
|
410
573
|
user_menu.menubutton_new.new_text_file.action=NewBufferEvent.new(self,'lang'=>'text')
|
411
574
|
# new item ----- end
|
412
575
|
|
413
|
-
|
414
|
-
#user_menu.File2.context_path=/
|
415
|
-
#user_menu.File2=open,new,save,-,quit
|
416
|
-
|
417
|
-
#user_menu.File2.open.name=open
|
418
|
-
#user_menu.File2.open.hint=Open
|
419
|
-
#user_menu.File2.open.caption=Open
|
420
|
-
#user_menu.File2.open.image_data=!OPEN_GIF
|
421
|
-
#user_menu.File2.open.event_class=!OpenBufferEvent
|
422
|
-
|
423
|
-
#user_menu.File2.new.name=new
|
424
|
-
#user_menu.File2.new.hint=New
|
425
|
-
#user_menu.File2.new.caption=New
|
426
|
-
#user_menu.File2.new.image_data=!NEW_GIF
|
427
|
-
#user_menu.File2.new.event_class=!NewBufferEvent
|
428
|
-
#
|
429
|
-
#user_menu.File2.save.name=save
|
430
|
-
#user_menu.File2.save.hint=Save
|
431
|
-
#user_menu.File2.save.caption=Save
|
432
|
-
#user_menu.File2.save.image_data=!BACKUP_GIF
|
433
|
-
#user_menu.File2.save.event_class=!SaveBufferEvent
|
434
|
-
#
|
435
|
-
#user_menu.File2.quit.name=quit
|
436
|
-
#user_menu.File2.quit.hint=Quit
|
437
|
-
#user_menu.File2.quit.caption=Quit
|
438
|
-
#user_menu.File2.quit.image_data=!EXIT_STORY_GIF
|
439
|
-
#user_menu.File2.quit.event_class=!QuitEvent
|
440
|
-
#:::::::::::::::::::::::::::::::::::::::::::::::::<end>
|
576
|
+
|
441
577
|
#:::::::::::::::: keybinding ::::::::::::::::::::::<begin>
|
442
578
|
#keybinding.Control-Shift-KeyPress[X]=OpenBufferEvent.new(self,'file'=>Arcadia.open_file_dialog)
|
443
|
-
|
579
|
+
keybinding.Control-KeyPress[o]=OpenBufferEvent.new(self)
|
444
580
|
#keybinding.Control-Shift-KeyPress[Y]=ActionEvent.new(self,'action'=>Arcadia.open_file_dialog)
|
445
581
|
keybinding.Control-KeyPress[q]=QuitEvent.new(self)
|
446
582
|
|
@@ -467,63 +603,63 @@ splash.banner.font=Courier 8 italic
|
|
467
603
|
splash.problems.font=Monospace 10
|
468
604
|
|
469
605
|
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
606
|
+
WINDOWS::splash.title.font=Ariel 26 bold
|
607
|
+
WINDOWS::splash.subtitle.font=Ariel 8 bold
|
608
|
+
WINDOWS::splash.version.font=Ariel 8
|
609
|
+
WINDOWS::splash.credits.font=Ariel 8
|
610
|
+
WINDOWS::splash.banner.font=Ariel 8 italic
|
475
611
|
#:::::::::::::::: splash group ::::::::::::::::::::::<end>
|
476
612
|
|
477
613
|
#:::::::::::::::: main group ::::::::::::::::::::::<begin>
|
478
614
|
main.mainmenu.font=courier 11
|
479
|
-
|
480
|
-
|
615
|
+
FREEBSD::main.mainmenu.font=courier 12
|
616
|
+
WINDOWS::main.mainmenu.font=Ariel 8
|
481
617
|
main.font=courier 11
|
482
618
|
main.font.bold=courier 11 bold
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
619
|
+
FREEBSD::main.font=courier 12
|
620
|
+
FREEBSD::main.font=courier 12 bold
|
621
|
+
WINDOWS::main.font=Ariel 8
|
622
|
+
WINDOWS::main.font.bold=Ariel 8 bold
|
487
623
|
main.component.font=times 8
|
488
|
-
|
624
|
+
WINDOWS::main.component.font=Ariel 8
|
489
625
|
#:::::::::::::::: main group ::::::::::::::::::::::<end>
|
490
626
|
|
491
627
|
#:::::::::::::::: inspector group ::::::::::::::::::::::<begin>
|
492
628
|
inspectors.tabs.font=courier 11
|
493
|
-
|
494
|
-
|
629
|
+
WINDOWS::inspectors.tabs.font=Ariel 8
|
630
|
+
FREEBSD::inspectors.tabs.font=courier 12
|
495
631
|
inspectors.tabs.side=top
|
496
632
|
inspectors.inspector.tabs.font=courier 11
|
497
|
-
|
498
|
-
|
633
|
+
FREEBSD::inspectors.inspector.tabs.font=courier 12
|
634
|
+
WINDOWS::inspectors.inspector.tabs.font=Ariel 8
|
499
635
|
inspectors.inspector.tabs.side=top
|
500
636
|
inspectors.inspector.key.font=courier 11
|
501
637
|
inspectors.inspector.value.font=courier 11
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
638
|
+
FREEBSD::inspectors.inspector.key.font=courier 12
|
639
|
+
FREEBSD::inspectors.inspector.value.font=courier 12
|
640
|
+
WINDOWS::inspectors.inspector.key.font=Ariel 8
|
641
|
+
WINDOWS::inspectors.inspector.value.font=Ariel 8
|
506
642
|
inspectors.inspector.tree.font=courier 11
|
507
|
-
|
643
|
+
WINDOWS::inspectors.inspector.tree.font=Ariel 8
|
508
644
|
|
509
645
|
inspectors.debug.tabs.font=courier 11
|
510
646
|
inspectors.debug.tabs.font.bold=courier 11 bold
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
647
|
+
FREEBSD::inspectors.debug.tabs.font=courier 12
|
648
|
+
FREEBSD::inspectors.debug.tabs.font.bold=courier 12 bold
|
649
|
+
WINDOWS::inspectors.debug.tabs.font=courier 8
|
650
|
+
WINDOWS::inspectors.debug.tabs.font.bold=courier 8 bold
|
515
651
|
#:::::::::::::::: inspector group ::::::::::::::::::::::<end>
|
516
652
|
|
517
653
|
#:::::::::::::::: all ::::::::::::::::::::::<begin>
|
518
654
|
all.frame.title.font=courier 11
|
519
655
|
all.frame.title.font.bold=courier 11 bold
|
520
656
|
all.frame.title.font.italic=courier 11 italic
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
657
|
+
FREEBSD::all.frame.title.font=courier 12
|
658
|
+
FREEBSD::all.frame.title.font.bold=courier 12 bold
|
659
|
+
FREEBSD::all.frame.title.font.italic=courier 12 italic
|
660
|
+
WINDOWS::all.frame.title.font=courier 9
|
661
|
+
WINDOWS::all.frame.title.font.bold=courier 9 bold
|
662
|
+
WINDOWS::all.frame.title.font.italic=courier 9 italic
|
527
663
|
#:::::::::::::::: all ::::::::::::::::::::::<end>
|
528
664
|
|
529
665
|
#theme=light
|
@@ -531,8 +667,10 @@ theme=dark
|
|
531
667
|
|
532
668
|
# runners keywords related the current file => FILE, DIR, FILE_BASENAME, FILE_BASENAME_WITHOUT_EXT
|
533
669
|
runners_instance_history=3
|
534
|
-
runners.ruby_file = {:lang=>"ruby",:cmd=>"<<RUBY>> -C<<DIR>> <<FILE>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['ruby']),:file_exts=>".rb,.rbw"}
|
535
|
-
|
670
|
+
runners.ruby_file = {:lang=>"ruby",:cmd=>"<<RUBY>> -C'<<DIR>>' '<<FILE>>'",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['ruby']),:file_exts=>".rb,.rbw"}
|
671
|
+
#runners.ruby.debug_console = {:lang=>"ruby",:cmd=>"rdebug <<FILE>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.rdebug_selected.title',['ruby']),:file_exts=>".rb,.rbw"}
|
672
|
+
WINDOWS::runners.ruby_file = {:lang=>"ruby", :cmd=>"rubyw -C'<<DIR>>' '<<FILE>>'",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['ruby']),:file_exts=>".rb,.rbw"}
|
536
673
|
runners.java_file = {:lang=>"java",:cmd=>"javac -g <<FILE>> && java -classpath <<DIR>> <<FILE_BASENAME_WITHOUT_EXT>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.compile_and_run_selected.title',['java']),:file_exts=>".java"}
|
537
|
-
runners.python_file = {:lang=>"python",:cmd=>"python <<FILE>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['python']),:file_exts=>".py", :lang=>"python"} # todo delete file_exts
|
538
|
-
runners.generic_file = {:cmd=>"<<FILE>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['generic']),:file_exts=>""}
|
674
|
+
runners.python_file = {:lang=>"python",:cmd=>"python '<<FILE>>'",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['python']),:file_exts=>".py", :lang=>"python"} # todo delete file_exts
|
675
|
+
runners.generic_file = {:cmd=>"<<FILE>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['generic']),:file_exts=>""}
|
676
|
+
#runners.android.new_project = {:cmd=>"android --name <<NAME>> --version <<VERSION>>",:prompt=>"NAME:Name;VERSION:Version",:title=>Arcadia.text('main.runner.run_android.title',['generic']),:file_exts=>""}
|