arcadia 0.11.1.4 → 0.12.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 +20 -5
- data/conf/LC/en-UK.LANG +270 -0
- data/conf/arcadia.conf +25 -42
- data/conf/arcadia.init.rb +1 -1
- data/conf/arcadia.res.rb +40 -1
- data/ext/ae-breakpoints/ae-breakpoints.rb +4 -25
- data/ext/ae-dir-projects/ae-dir-projects.conf +1 -10
- data/ext/ae-dir-projects/ae-dir-projects.rb +113 -41
- data/ext/ae-editor/ae-editor.conf +8 -4
- data/ext/ae-editor/ae-editor.rb +425 -218
- data/ext/ae-editor/langs/conf.lang +1 -1
- data/ext/ae-file-history/ae-file-history.conf +1 -8
- data/ext/ae-file-history/ae-file-history.rb +156 -40
- data/ext/ae-output/ae-output.rb +79 -16
- data/ext/ae-ruby-debug/ae-ruby-debug.rb +43 -49
- data/ext/ae-search-in-files/ae-search-in-files.conf +0 -2
- data/ext/ae-search-in-files/ae-search-in-files.rb +8 -14
- data/ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb +6 -5
- data/ext/ae-shell/ae-shell.conf +1 -1
- data/ext/ae-shell/ae-shell.rb +112 -44
- data/ext/ae-subprocess-inspector/ae-subprocess-inspector.rb +5 -4
- data/ext/ae-subprocess-inspector/process.res +0 -0
- data/ext/ae-term/ae-term.conf +15 -0
- data/ext/ae-term/ae-term.rb +165 -0
- data/ext/test-shutdown-after-startup/test-shutdown-after-startup.conf +2 -2
- data/lib/a-commons.rb +128 -23
- data/lib/a-contracts.rb +10 -0
- data/lib/a-core.rb +1186 -1024
- data/lib/a-tkcommons.rb +44 -28
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ArrowButton.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/BWidget.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Button.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ButtonBox.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ComboBox.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Dialog.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/DragSite.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/DropSite.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/DynamicHelp.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Entry.html +25 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Label.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/LabelEntry.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/LabelFrame.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ListBox.html +2 -2
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/MainFrame.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/MessageDlg.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/NoteBook.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/PagesManager.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/PanedWindow.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/PanelFrame.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/PasswdDlg.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ProgressBar.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ProgressDlg.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ScrollView.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ScrollableFrame.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/ScrolledWindow.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/SelectColor.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/SelectFont.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Separator.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/SpinBox.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/StatusBar.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/TitleFrame.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Tree.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/Widget.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/contents.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/index.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/navtree.html +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/BWman/options.htm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/CHANGES.txt +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/ChangeLog +34 -1
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/LICENSE.txt +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/README.txt +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/arrow.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/bitmap.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/button.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/buttonbox.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/color.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/combobox.tcl +16 -6
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/basic.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/bwidget.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/demo.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/dnd.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/manager.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/select.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/tmpldlg.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/tree.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/demo/x1.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/dialog.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/dragsite.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/dropsite.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/dynhelp.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/entry.tcl +57 -30
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/font.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/bold.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/copy.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/cut.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/dragfile.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/dragicon.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/error.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/file.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/folder.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/hourglass.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/info.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/italic.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/minus.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/new.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/opcopy.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/open.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/openfold.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/oplink.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/opmove.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/overstrike.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/palette.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/passwd.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/paste.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/plus.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/print.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/question.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/redo.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/save.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/target.xbm +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/underline.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/undo.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/images/warning.gif +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/init.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/label.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/labelentry.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/labelframe.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/da.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/de.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/en.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/es.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/fr.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/hu.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/nl.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/no.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/lang/pl.rc +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/listbox.tcl +6 -3
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/mainframe.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/messagedlg.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/notebook.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/pagesmgr.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/panedw.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/panelframe.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/passwddlg.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/pkgIndex.tcl +2 -2
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/progressbar.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/progressdlg.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/scrollframe.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/scrollview.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/scrollw.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/separator.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/spinbox.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/statusbar.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/tests/entry.test +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/titleframe.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/tree.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/utils.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/widget.tcl +2 -2
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/wizard.tcl +0 -0
- data/tcl/{bwidget-1.9.5 → bwidget-1.9.6}/xpm2image.tcl +0 -0
- data/tcl/fsdialog/fsdialog.tcl +59 -25
- metadata +201 -218
data/README
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
= Arcadia Ide
|
|
2
|
-
version 0.
|
|
2
|
+
version 0.12.0
|
|
3
3
|
|
|
4
4
|
by Antonio Galeone
|
|
5
|
-
on
|
|
5
|
+
on Nov 18, 2012
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
== About
|
|
@@ -16,15 +16,29 @@ Some of Arcadia ide project features include:
|
|
|
16
16
|
* Debugging support
|
|
17
17
|
* Highly extensibility architecture.
|
|
18
18
|
|
|
19
|
-
==
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
== News
|
|
20
|
+
|
|
21
|
+
[0.12.0]
|
|
22
|
+
- added new extension : terminal's integration
|
|
23
|
+
from Projects' navigator you can now open a terminal from selected directory
|
|
24
|
+
in linux is required xterm and xdotool (xterm is embedded like a other frame)
|
|
25
|
+
- buffers' interchange between more instance of editor
|
|
26
|
+
- introduced internationalization of text :
|
|
27
|
+
in conf/LC/ are searched translation files in format <locale>.LANG (es. en-UK.LANG)
|
|
28
|
+
locale is settable in ~/.arcadia.arcadia.conf overriding default (locale=en-UK)
|
|
29
|
+
... collaborations in translations are welcome!
|
|
30
|
+
- added possibility to interact with running application typing input in output's console
|
|
31
|
+
- introduced in file-history a new kind of view (list view) activable by button on toolbar
|
|
32
|
+
- bugs fixed and optimizations
|
|
33
|
+
|
|
22
34
|
== Dependencies
|
|
23
35
|
- rubygems
|
|
24
36
|
- ruby-tk
|
|
25
37
|
- tcl/tk
|
|
26
38
|
- tk-tile (if tcl/tk < 8.5)
|
|
27
39
|
- ctags
|
|
40
|
+
- xterm (linux, optional)
|
|
41
|
+
- xdotool (linux, optional)
|
|
28
42
|
- ack (optional)
|
|
29
43
|
- gem coderay (> 1.0)
|
|
30
44
|
- gem ruby-debug (ruby-debug19 on ruby 1.9)
|
|
@@ -89,6 +103,7 @@ These are same editor short-cut:
|
|
|
89
103
|
It is a navigational tree:
|
|
90
104
|
- open or create dir as project
|
|
91
105
|
- make commons file system activity (by contextual menu)
|
|
106
|
+
- open terminal from selected dir
|
|
92
107
|
|
|
93
108
|
==== File history
|
|
94
109
|
The last used files are organizing in tree so you can reopen them or there
|
data/conf/LC/en-UK.LANG
ADDED
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
#main.menu.file
|
|
2
|
+
main.menu.file=File
|
|
3
|
+
main.menu.file.open=Open
|
|
4
|
+
main.menu.file.new=New
|
|
5
|
+
main.menu.file.save=Save
|
|
6
|
+
main.menu.file.save_as=Save as ...
|
|
7
|
+
main.menu.file.quit=Quit
|
|
8
|
+
#main.menu.edit
|
|
9
|
+
main.menu.edit=Edit
|
|
10
|
+
main.menu.edit.cut=Cut
|
|
11
|
+
main.menu.edit.copy=Copy
|
|
12
|
+
main.menu.edit.paste=Paste
|
|
13
|
+
main.menu.edit.undo=Undo
|
|
14
|
+
main.menu.edit.redo=Redo
|
|
15
|
+
main.menu.edit.select_all=Select all
|
|
16
|
+
main.menu.edit.invert_selection=Invert selection
|
|
17
|
+
main.menu.edit.uppercase=Uppercase
|
|
18
|
+
main.menu.edit.lowercase=Lowercase
|
|
19
|
+
main.menu.edit.prettify_current=Prettify current
|
|
20
|
+
main.menu.edit.preferences=Preferences
|
|
21
|
+
#main.menu.search
|
|
22
|
+
main.menu.search=Search
|
|
23
|
+
main.menu.search.find_replace=Find/Replace ...
|
|
24
|
+
main.menu.search.find_in_files=Find in files...
|
|
25
|
+
main.menu.search.ack_im_file=Ack in files...
|
|
26
|
+
main.menu.search.go_to_line=Go to line ...
|
|
27
|
+
#main.menu.view
|
|
28
|
+
main.menu.view=View
|
|
29
|
+
main.menu.view.show_hide_toolbar=Show/Hide Toolbar
|
|
30
|
+
main.menu.view.close_current_tab=Close current tab
|
|
31
|
+
#main.menu.tools
|
|
32
|
+
main.menu.tools=Tools
|
|
33
|
+
main.menu.tools.keys_test=Keys-test
|
|
34
|
+
main.menu.tools.edit_prefs=Edit prefs
|
|
35
|
+
main.menu.tools.load_from_edited_prefs=Load from edited prefs
|
|
36
|
+
#main.menu.help
|
|
37
|
+
main.menu.help=Help
|
|
38
|
+
main.menu.help.about=About
|
|
39
|
+
#main.button
|
|
40
|
+
main.button.file.new.hint=New file
|
|
41
|
+
main.button.file.new.submenu.item=New $0 file ...
|
|
42
|
+
main.button.file.open.hint=Open file
|
|
43
|
+
main.button.file.save.hint=Save current file
|
|
44
|
+
main.button.file.find.hint=Search into current file
|
|
45
|
+
main.button.run.curr.hint=Run current
|
|
46
|
+
main.button.run.last.hint=Run last
|
|
47
|
+
main.button.run.submenu.manage_runner.hint=Manage runner ...
|
|
48
|
+
main.button.run.submenu.manage_runner.caption=Manage runner ...
|
|
49
|
+
main.button.sys.exit.hint=Exit from Arcadia
|
|
50
|
+
#main.runner
|
|
51
|
+
main.runner.run_selected.title=Run selected as $0 file
|
|
52
|
+
main.runner.compile_and_run_selected.title=Compile and Run selected as $0 file
|
|
53
|
+
#main.splash
|
|
54
|
+
main.splash.creating_extension=... creating $0
|
|
55
|
+
main.splash.initializing_layout=... initializing layout
|
|
56
|
+
main.splash.building_extensions=... building extensions
|
|
57
|
+
main.splash.loading_common_user_controls=... loading common user controls
|
|
58
|
+
main.splash.loading_keys_binding=... loading keys binding
|
|
59
|
+
main.splash.loading_ext_user_controls=... loading $0 user controls
|
|
60
|
+
main.splash.loading_runners=... loading runners
|
|
61
|
+
main.splash.initializing_extensions=... initializing extensions
|
|
62
|
+
#error
|
|
63
|
+
main.e.during_build_event.msg=During build event processing($0) : $1 at : $2
|
|
64
|
+
main.e.during_build_event.title=(Arcadia) During build event processing
|
|
65
|
+
main.e.loading_ext.msg=Loading "$0" ($1) : $2 at : $3
|
|
66
|
+
main.e.loading_ext.title=(Arcadia) Extensions '$0'
|
|
67
|
+
main.e.creating_ext.msg=Creating "$0" ($1) : $2 at : $3"
|
|
68
|
+
main.e.creating_ext.title=(Arcadia) Extensions '$0'
|
|
69
|
+
main.e.loading_layout.msg=Loading layout: ($0 : $1 at : $2)
|
|
70
|
+
main.e.loading_layout.title=(Arcadia) Layout
|
|
71
|
+
main.e.loading_runner.msg=Loading runners : probably bud runner conf '$0' : $1
|
|
72
|
+
main.e.loading_runner.title=(Arcadia) Runner $0
|
|
73
|
+
main.e.loading_user_control.msg=Loading $0 ->$1 ($2 : $3 at : $4)
|
|
74
|
+
main.e.loading_user_control.title=(Arcadia) $0
|
|
75
|
+
main.e.runtime.title=Runtime Error
|
|
76
|
+
main.e.adding_new_menu_item.msg=During build of menu item '$0' rif '$1' not found!
|
|
77
|
+
main.e.adding_new_menu_item.title=(Arcadia) $0
|
|
78
|
+
main.e.gem_missing.msg=Appears that gem : '$0' required by : '$1' is not installed! Install it from gem?
|
|
79
|
+
main.e.gem_missing.title=Gem '$0' missing!
|
|
80
|
+
main.e.dir_not_writable.msg=Locad dir "$0" must be writable!
|
|
81
|
+
main.e.dir_not_writable.title=($0)
|
|
82
|
+
#dialog
|
|
83
|
+
main.d.confirm_exit.msg=Do you want exit?
|
|
84
|
+
main.d.confirm_exit.title=(Arcadia) Exit
|
|
85
|
+
main.d.confirm_delete_runner.msg=Do you want delete runner item '$0'?
|
|
86
|
+
main.d.confirm_delete_runner.title=(Arcadia) Manage runners
|
|
87
|
+
main.d.confirm_delete_ext_instance.msg=Shure delete '$0'?
|
|
88
|
+
main.d.confirm_delete_ext_instance.title=(Arcadia) Delete $0
|
|
89
|
+
main.about.by=by $0
|
|
90
|
+
main.about.version=version: $0
|
|
91
|
+
main.about.contributors=Contributors: $0
|
|
92
|
+
main.ps.title=Arcadia problems
|
|
93
|
+
main.ps.problem=$0 problem
|
|
94
|
+
main.ps.problems=$0 problems
|
|
95
|
+
main.ps.dependences_missing=Dependences missing
|
|
96
|
+
main.ps.runtime_errors=Runtime errors
|
|
97
|
+
#extensions
|
|
98
|
+
#editor
|
|
99
|
+
ext.editor.menu.view.show_hide_line_number=Show/Hide editor line numbers
|
|
100
|
+
ext.editor.menu.view.show_hide_tabs=Show/Hide editor tabs
|
|
101
|
+
ext.editor.button.link.hint=Link open editors with content in the Navigator
|
|
102
|
+
ext.editor.outline.rebuild_tree=.... rebuild tree
|
|
103
|
+
ext.editor.outline.menu.rebuild=Rebuild
|
|
104
|
+
ext.editor.text_line.menu.title=line $0
|
|
105
|
+
ext.editor.text_line.menu.toggle_breakpoint=Toggle breakpoint
|
|
106
|
+
ext.editor.text.menu.save=Save
|
|
107
|
+
ext.editor.text.menu.save_as=Save as
|
|
108
|
+
ext.editor.text.menu.close=Close
|
|
109
|
+
ext.editor.text.menu.close_others=Close others
|
|
110
|
+
ext.editor.text.menu.close_all=Close all
|
|
111
|
+
ext.editor.text.menu.copy=Copy
|
|
112
|
+
ext.editor.text.menu.cut=Cut
|
|
113
|
+
ext.editor.text.menu.paste=Paste
|
|
114
|
+
ext.editor.text.menu.undo=Undo
|
|
115
|
+
ext.editor.text.menu.color=Color
|
|
116
|
+
ext.editor.text.menu.color_from_data=View color from data
|
|
117
|
+
ext.editor.text.menu.font=Font
|
|
118
|
+
ext.editor.text.menu.data_from_file=Data from file
|
|
119
|
+
ext.editor.text.menu.image_from_data=View image from data
|
|
120
|
+
ext.editor.text.menu.data_to_file=Data image to file
|
|
121
|
+
ext.editor.text.menu.eval_selected=Eval selected
|
|
122
|
+
ext.editor.text.menu.debug=Debug
|
|
123
|
+
ext.editor.text.menu.set_wrap=Set wrap
|
|
124
|
+
ext.editor.text.menu.set_nowrap=Set no wrap
|
|
125
|
+
ext.editor.text.menu.to_uppercase=Selection to uppercase
|
|
126
|
+
ext.editor.text.menu.to_downcase=Selection to downcase
|
|
127
|
+
ext.editor.text.menu.show_tabs=Show tabs
|
|
128
|
+
ext.editor.text.menu.hide_tabs=Hide tabs
|
|
129
|
+
ext.editor.text.menu.show_spaces=Show spaces
|
|
130
|
+
ext.editor.text.menu.hide_spaces=Hide spaces
|
|
131
|
+
ext.editor.text.menu.space_to_tab=Space to tab indentation
|
|
132
|
+
ext.editor.text.menu.tab_to_space=Tab to space indentation
|
|
133
|
+
ext.editor.text.menu.code=Code
|
|
134
|
+
ext.editor.buffer.menu.close=Close
|
|
135
|
+
ext.editor.buffer.menu.close_others=Close others
|
|
136
|
+
ext.editor.buffer.menu.close_all=Close all
|
|
137
|
+
ext.editor.search.label.find_what=Find what:
|
|
138
|
+
ext.editor.search.label.replace_with=Replace with:
|
|
139
|
+
ext.editor.search.label.use_regexp=Use Regular Expression
|
|
140
|
+
ext.editor.search.label.search_back=Search backwards
|
|
141
|
+
ext.editor.search.label.ignore_case=Ignore case
|
|
142
|
+
ext.editor.search.label.replace_all=Replace All
|
|
143
|
+
ext.editor.search.label.replace=Replace
|
|
144
|
+
ext.editor.search.label.find_next=Find Next
|
|
145
|
+
ext.editor.search.d.replace.msg=Replace "$0" with "$1" ?
|
|
146
|
+
ext.editor.text.d.save_read-only.title=$0:read-only
|
|
147
|
+
ext.editor.text.d.save_read-only.msg=The file : $0 is read-only! -- save anyway?
|
|
148
|
+
ext.editor.text.d.file_changed.title=File changed!
|
|
149
|
+
ext.editor.text.d.file_changed.msg=File "$0" is changed! Reload?
|
|
150
|
+
ext.editor.text.d.file_deleted.title=File deleted!
|
|
151
|
+
ext.editor.text.d.file_deleted.msg=Appears that file "$0" was deleted by other process! Do you want to resave it?
|
|
152
|
+
ext.editor.file.save_modified.msg=$0 modified. Save?
|
|
153
|
+
ext.editor.file.save_modified.title=Confirm saving
|
|
154
|
+
ext.editor.file.close_modified_by_other.msg=$0 modified by other process. Continue closing?
|
|
155
|
+
ext.editor.file.close_modified_by_other.title=Continue closing
|
|
156
|
+
ext.editor.e.ctags.msg="ctags" package is required by class browsing, without it only ruby language is supported!
|
|
157
|
+
ext.editor.e.ctags.title=Ctags missing!
|
|
158
|
+
ext.editor.e.prettify.title=(Arcadia) code prettify
|
|
159
|
+
ext.editor.e.prettify.msg=Problems in prettify $0
|
|
160
|
+
#dir_projects
|
|
161
|
+
ext.dir_projects.button.link.hint=Link open editors with content in the Navigator
|
|
162
|
+
ext.dir_projects.button.new.hint=New dir Project
|
|
163
|
+
ext.dir_projects.button.open.hint=Open dir as Project
|
|
164
|
+
ext.dir_projects.button.up.hint=Go to parent folder
|
|
165
|
+
ext.dir_projects.button.search.hint=Search in files from current folder
|
|
166
|
+
ext.dir_projects.button.term.hint=Open terminal from current folder
|
|
167
|
+
ext.dir_projects.menu.title=Menu tree
|
|
168
|
+
ext.dir_projects.menu.new=New
|
|
169
|
+
ext.dir_projects.menu.new_dir_proj=New dir Project
|
|
170
|
+
ext.dir_projects.menu.new_folder=New folder
|
|
171
|
+
ext.dir_projects.menu.new_file=New file
|
|
172
|
+
ext.dir_projects.menu.refactor=Refactor
|
|
173
|
+
ext.dir_projects.menu.refactor.rename=Rename
|
|
174
|
+
ext.dir_projects.menu.refactor.move=Move
|
|
175
|
+
ext.dir_projects.menu.search=Search from here
|
|
176
|
+
ext.dir_projects.menu.search.find=Find in files...
|
|
177
|
+
ext.dir_projects.menu.search.act=Act in files...
|
|
178
|
+
ext.dir_projects.menu.term=Terminal from here
|
|
179
|
+
ext.dir_projects.menu.open=Open dir as Project
|
|
180
|
+
ext.dir_projects.menu.close=Close Project
|
|
181
|
+
ext.dir_projects.menu.refresh=Refresh
|
|
182
|
+
ext.dir_projects.menu.copy=Copy
|
|
183
|
+
ext.dir_projects.menu.paste=Paste
|
|
184
|
+
ext.dir_projects.menu.delete=Delete
|
|
185
|
+
ext.dir_projects.d.move.msg=Move $0 to $1?
|
|
186
|
+
ext.dir_projects.d.move.title=Confirm move
|
|
187
|
+
ext.dir_projects.d.paste.msg=Copy $0 to $1?
|
|
188
|
+
ext.dir_projects.d.paste.title=Confirm copy
|
|
189
|
+
ext.dir_projects.d.delete.msg=Delete $0 $1 ?
|
|
190
|
+
ext.dir_projects.d.delete.msg2=$0 isn't empty. Shure to delete all sub entries ?
|
|
191
|
+
ext.dir_projects.d.delete.title=Confirm delete
|
|
192
|
+
ext.dir_projects.d.nosel.msg=No directory selected !
|
|
193
|
+
ext.dir_projects.d.nosel.title=Info
|
|
194
|
+
#file_history
|
|
195
|
+
ext.file_history.button.link.hint=Link open editors with content in the Navigator
|
|
196
|
+
ext.file_history.button.show_as_tree.hint=Show as tree
|
|
197
|
+
ext.file_history.button.show_as_list.hint=Show as list
|
|
198
|
+
ext.file_history.menu.search_from_here=Search from here
|
|
199
|
+
ext.file_history.menu.find_in_files=Find in files...
|
|
200
|
+
ext.file_history.menu.act_in_files=Act in files...
|
|
201
|
+
#output
|
|
202
|
+
ext.output.menu.output=Output
|
|
203
|
+
ext.output.menu.save=Save
|
|
204
|
+
ext.output.menu.wrap=Set wrap
|
|
205
|
+
ext.output.menu.nowrap=Set no wrap
|
|
206
|
+
ext.output.button.clear.hint=Clear
|
|
207
|
+
#breakpoints
|
|
208
|
+
ext.breakpoints.menu.clear_selected=Clear selected breakpoint
|
|
209
|
+
ext.breakpoints.menu.delete_selected=Delete selected breakpoint
|
|
210
|
+
ext.breakpoints.menu.delete_all=Delete all breakpoints
|
|
211
|
+
ext.breakpoints.menu.goto_selected=Goto selected breakpoint
|
|
212
|
+
#ruby-debug
|
|
213
|
+
ext.ruby_debug.button.step_over.hint=step over
|
|
214
|
+
ext.ruby_debug.button.step_into.hint=step into
|
|
215
|
+
ext.ruby_debug.button.step_out.hint=step out
|
|
216
|
+
ext.ruby_debug.button.resume.hint=resume
|
|
217
|
+
ext.ruby_debug.button.quit.hint=quit
|
|
218
|
+
ext.ruby_debug.node.local_var.caption=Local variables
|
|
219
|
+
ext.ruby_debug.node.instance_var.caption=Instance variables
|
|
220
|
+
ext.ruby_debug.node.class_var.caption=Class variables
|
|
221
|
+
ext.ruby_debug.node.global_var.caption=Global variables
|
|
222
|
+
ext.ruby_debug.freeze_at=$0 freeze at $1
|
|
223
|
+
ext.ruby_debug.node.eval_selected=Eval selected
|
|
224
|
+
ext.ruby_debug.server.e.on_start=Error on start server : $0:$1
|
|
225
|
+
ext.ruby_debug.server.e.on_kill=Error on kill : $0:$1
|
|
226
|
+
ext.ruby_debug.client.e.on_command=on command $0:$1
|
|
227
|
+
ext.ruby_debug.client.e.socket_session.1=Erron on socket session : $0
|
|
228
|
+
ext.ruby_debug.client.e.socket_session.2=Error on socket session : $0:$1
|
|
229
|
+
ext.ruby_debug.client.e.close_session=Error on close session : $0:$1
|
|
230
|
+
ext.ruby_debug.client.e.start_session=Error on start_session : $0:$1 $2
|
|
231
|
+
ext.ruby_debug.client.e.stop_session=Error on stop_session : $0:$1
|
|
232
|
+
ext.ruby_debug.client.e.abort_session=Debugger has finished executing: $0:$1
|
|
233
|
+
ext.ruby_debug.client.e.on_command=Error on command $0: $1:$2
|
|
234
|
+
ext.ruby_debug.client.e.raise.on_read.1=Debugged has finished executing
|
|
235
|
+
ext.ruby_debug.client.e.raise.on_read.2=Error: on command '$0' => $1 : $2
|
|
236
|
+
ext.ruby_debug.e.rdebug=Warning: Extension ae-ruby-debug depend upon rdebug command (install it or update system path!)
|
|
237
|
+
ext.ruby_debug.e.do_debug=Starting debug $0 : $1
|
|
238
|
+
ext.ruby_debug.d.file_not_exist.msg=File $0 not exist!
|
|
239
|
+
ext.ruby_debug.d.file_not_exist.title=File not exist
|
|
240
|
+
ext.ruby_debug.d.exit_query.msg=Debug in course, do you want to exit?
|
|
241
|
+
ext.ruby_debug.d.exit_query.title=(Arcadia) Debug
|
|
242
|
+
ext.ruby_debug.d.quit_if_debug.msg=Debug in course, stop it before exit
|
|
243
|
+
ext.ruby_debug.d.quit_if_debug.title=(Arcadia) Debug
|
|
244
|
+
# search_in_files
|
|
245
|
+
ext.search_in_files.title=Search in files
|
|
246
|
+
ext.search_in_files.search_result_title=search result for : "$0" in :"$1" [$2]
|
|
247
|
+
ext.search_in_files.progress.title=Searching
|
|
248
|
+
ext.search_in_files.button.clear.hint=Clear
|
|
249
|
+
ext.search_in_files.search.label.find_what=Find what:
|
|
250
|
+
ext.search_in_files.search.label.files_filter=Files filter:
|
|
251
|
+
ext.search_in_files.search.label.dir=Directory:
|
|
252
|
+
ext.search_in_files.search.button.find=Find
|
|
253
|
+
ext.search_in_files.title.1=Ack in files
|
|
254
|
+
ext.search_in_files.ack_result_title=ack result for : "$0" in :"$1" [$2] $3
|
|
255
|
+
ext.search_in_files.progress.title.1=Running
|
|
256
|
+
ext.search_in_files.progress.title.2=Parsing
|
|
257
|
+
ext.search_in_files.no_search_result=None found
|
|
258
|
+
# shell
|
|
259
|
+
ext.shell.done=Done with $0 in $1s
|
|
260
|
+
ext.shell.done.1=End running $0:
|
|
261
|
+
# sub_process_inspector
|
|
262
|
+
ext.spi.d.exit_query.msg=Some sub process are running! Exit anyware?
|
|
263
|
+
ext.spi.d.exit_query.title=Confirm exit
|
|
264
|
+
ext.spi.d.kill.msg=Really kill pid $0 $1 ?
|
|
265
|
+
ext.spi.d.kill.title=Confirm kill
|
|
266
|
+
#term
|
|
267
|
+
ext.term.dependences_missing.xterm.msg="xterm" application is required by Term, without it integrazione with terminal isn't supported!
|
|
268
|
+
ext.term.dependences_missing.xterm.title=xterm missing!
|
|
269
|
+
ext.term.dependences_missing.xdotool.msg="xdotool" application is required by XTerm, without it integrazione with terminal isn't supported!
|
|
270
|
+
ext.term.dependences_missing.xdotool.title=xdotool missing!
|
data/conf/arcadia.conf
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
#:::::::::::::::: layout ::::::::::::::::::::::<begin>
|
|
8
8
|
layout.splitter.length=5
|
|
9
|
+
layout.tabbed=false
|
|
9
10
|
layout.exchange_panel_if_no_tabbed=false
|
|
10
11
|
arm::layout.splitter.length=10
|
|
11
12
|
#layout.split=1,2
|
|
@@ -28,6 +29,8 @@ layout.split.4=0.0r60%
|
|
|
28
29
|
confirm-on-exit=no
|
|
29
30
|
#:::::::::::::::::::::::::::::::::::::::::::::::::<begin>
|
|
30
31
|
encoding=utf-8
|
|
32
|
+
locale.standard=en-UK
|
|
33
|
+
locale=en-UK
|
|
31
34
|
font.h1=
|
|
32
35
|
font.h2=
|
|
33
36
|
font.h3=Monospace 10
|
|
@@ -310,23 +313,23 @@ user_toolbar.contexts=file,run
|
|
|
310
313
|
user_toolbar.file=new,open,save,find
|
|
311
314
|
# new item ----- begin
|
|
312
315
|
user_toolbar.file.new.name=new
|
|
313
|
-
user_toolbar.file.new.hint
|
|
316
|
+
user_toolbar.file.new.hint=!Arcadia.text('main.button.file.new.hint')
|
|
314
317
|
user_toolbar.file.new.image_data=!PAGE_WHITE_ADD_GIF
|
|
315
318
|
user_toolbar.file.new.event_class=!NewBufferEvent
|
|
316
319
|
user_toolbar.file.new.menu_button=yes
|
|
317
320
|
|
|
318
321
|
user_toolbar.file.open.name=open
|
|
319
|
-
user_toolbar.file.open.hint
|
|
322
|
+
user_toolbar.file.open.hint=!Arcadia.text('main.button.file.open.hint')
|
|
320
323
|
user_toolbar.file.open.image_data=!OPEN_GIF
|
|
321
324
|
user_toolbar.file.open.event_class=!OpenBufferEvent
|
|
322
325
|
|
|
323
326
|
user_toolbar.file.save.name=save
|
|
324
|
-
user_toolbar.file.save.hint
|
|
327
|
+
user_toolbar.file.save.hint=!Arcadia.text('main.button.file.save.hint')
|
|
325
328
|
user_toolbar.file.save.image_data=!SAVE_GIF
|
|
326
329
|
user_toolbar.file.save.event_class=!SaveBufferEvent
|
|
327
330
|
|
|
328
331
|
user_toolbar.file.find.name=find
|
|
329
|
-
user_toolbar.file.find.hint
|
|
332
|
+
user_toolbar.file.find.hint=!Arcadia.text('main.button.file.find.hint')
|
|
330
333
|
user_toolbar.file.find.image_data=!SEARCH_GIF
|
|
331
334
|
user_toolbar.file.find.event_class=!SearchBufferEvent
|
|
332
335
|
|
|
@@ -334,41 +337,21 @@ user_toolbar.file.find.event_class=!SearchBufferEvent
|
|
|
334
337
|
user_toolbar.run=runcurr,runlast
|
|
335
338
|
|
|
336
339
|
#user_toolbar.run.runcurr.name=run_current
|
|
337
|
-
user_toolbar.run.runcurr.hint
|
|
340
|
+
user_toolbar.run.runcurr.hint=!Arcadia.text('main.button.run.curr.hint')
|
|
338
341
|
user_toolbar.run.runcurr.image_data=!RUN_CURRENT_GIF
|
|
339
342
|
user_toolbar.run.runcurr.event_class=!RunCmdEvent
|
|
340
343
|
user_toolbar.run.runcurr.menu_button=yes
|
|
341
344
|
|
|
342
345
|
user_toolbar.run.runlast.name=run_last
|
|
343
|
-
user_toolbar.run.runlast.hint
|
|
346
|
+
user_toolbar.run.runlast.hint=!Arcadia.text('main.button.run.last.hint')
|
|
344
347
|
user_toolbar.run.runlast.image_data=!RUN_LAST_GIF
|
|
345
348
|
user_toolbar.run.runlast.event_class=!RunCmdEvent
|
|
346
349
|
user_toolbar.run.runlast.event_args=!{'file'=>"*LAST"}
|
|
347
350
|
|
|
348
|
-
|
|
349
|
-
#user_toolbar.debug=debugcurr,debuglast,debugquit
|
|
350
|
-
#
|
|
351
|
-
#user_toolbar.debug.debugcurr.name=debug
|
|
352
|
-
#user_toolbar.debug.debugcurr.hint=Debug current
|
|
353
|
-
#user_toolbar.debug.debugcurr.image_data=!DEBUG_CURRENT_GIF
|
|
354
|
-
#user_toolbar.debug.debugcurr.event_class=!StartDebugEvent
|
|
355
|
-
#
|
|
356
|
-
#user_toolbar.debug.debuglast.name=debug
|
|
357
|
-
#user_toolbar.debug.debuglast.hint=Debug last
|
|
358
|
-
#user_toolbar.debug.debuglast.image_data=!DEBUG_LAST_GIF
|
|
359
|
-
#user_toolbar.debug.debuglast.event_class=!StartDebugEvent
|
|
360
|
-
#user_toolbar.debug.debuglast.event_args=!{'file'=>"*LAST"}
|
|
361
|
-
#
|
|
362
|
-
#user_toolbar.debug.debugquit.name=debugquit
|
|
363
|
-
#user_toolbar.debug.debugquit.hint=Quit debug
|
|
364
|
-
#user_toolbar.debug.debugquit.image_data=!DEBUG_QUIT_GIF
|
|
365
|
-
#user_toolbar.debug.debugquit.event_class=!StopDebugEvent
|
|
366
|
-
|
|
367
|
-
|
|
368
351
|
e.user_toolbar.contexts=sys
|
|
369
352
|
e.user_toolbar.sys=exit
|
|
370
353
|
e.user_toolbar.sys.exit.name=exit
|
|
371
|
-
e.user_toolbar.sys.exit.hint
|
|
354
|
+
e.user_toolbar.sys.exit.hint=!Arcadia.text('main.button.sys.exit.hint')
|
|
372
355
|
e.user_toolbar.sys.exit.image_data=!EXIT_GIF
|
|
373
356
|
e.user_toolbar.sys.exit.action=QuitEvent.new(self)
|
|
374
357
|
#e.user_toolbar.sys.exit.event_class=!QuitEvent
|
|
@@ -383,8 +366,8 @@ user_menu.menubutton_run.rif=runcurr
|
|
|
383
366
|
user_menu.menubutton_run.context_path=/
|
|
384
367
|
user_menu.menubutton_run=manage_runner
|
|
385
368
|
#
|
|
386
|
-
user_menu.menubutton_run.manage_runner.hint
|
|
387
|
-
user_menu.menubutton_run.manage_runner.caption
|
|
369
|
+
user_menu.menubutton_run.manage_runner.hint=!Arcadia.text('main.button.run.submenu.manage_runner.hint')
|
|
370
|
+
user_menu.menubutton_run.manage_runner.caption=!Arcadia.text('main.button.run.submenu.manage_runner.hint')
|
|
388
371
|
user_menu.menubutton_run.manage_runner.image_data=!MANAGE_GIF
|
|
389
372
|
user_menu.menubutton_run.manage_runner.action=ActionEvent.new(self,'action'=>manage_runners)
|
|
390
373
|
|
|
@@ -392,27 +375,27 @@ user_menu.menubutton_new.rif=new
|
|
|
392
375
|
user_menu.menubutton_new.context_path=/
|
|
393
376
|
user_menu.menubutton_new=new_ruby_file,new_python_file,new_java_file,new_text_file
|
|
394
377
|
# ruby
|
|
395
|
-
user_menu.menubutton_new.new_ruby_file.hint
|
|
396
|
-
user_menu.menubutton_new.new_ruby_file.caption
|
|
378
|
+
user_menu.menubutton_new.new_ruby_file.hint=!Arcadia.text('main.button.file.new.submenu.item', ['ruby'])
|
|
379
|
+
user_menu.menubutton_new.new_ruby_file.caption=!Arcadia.text('main.button.file.new.submenu.item', ['ruby'])
|
|
397
380
|
user_menu.menubutton_new.new_ruby_file.image_data=!FILE_ICON_RB
|
|
398
381
|
user_menu.menubutton_new.new_ruby_file.action=NewBufferEvent.new(self,'lang'=>'ruby')
|
|
399
382
|
# new item ----- end
|
|
400
383
|
# python
|
|
401
|
-
user_menu.menubutton_new.new_python_file.hint
|
|
402
|
-
user_menu.menubutton_new.new_python_file.caption
|
|
384
|
+
user_menu.menubutton_new.new_python_file.hint=!Arcadia.text('main.button.file.new.submenu.item', ['python'])
|
|
385
|
+
user_menu.menubutton_new.new_python_file.caption=!Arcadia.text('main.button.file.new.submenu.item', ['python'])
|
|
403
386
|
user_menu.menubutton_new.new_python_file.image_data=!FILE_ICON_PY
|
|
404
387
|
user_menu.menubutton_new.new_python_file.action=NewBufferEvent.new(self,'lang'=>'python')
|
|
405
388
|
# new item ----- end
|
|
406
389
|
# java
|
|
407
|
-
user_menu.menubutton_new.new_java_file.hint
|
|
408
|
-
user_menu.menubutton_new.new_java_file.caption
|
|
390
|
+
user_menu.menubutton_new.new_java_file.hint=!Arcadia.text('main.button.file.new.submenu.item', ['java'])
|
|
391
|
+
user_menu.menubutton_new.new_java_file.caption=!Arcadia.text('main.button.file.new.submenu.item', ['java'])
|
|
409
392
|
user_menu.menubutton_new.new_java_file.image_data=!FILE_ICON_JAVA
|
|
410
393
|
user_menu.menubutton_new.new_java_file.action=NewBufferEvent.new(self,'lang'=>'java')
|
|
411
394
|
# new item ----- end
|
|
412
395
|
|
|
413
396
|
# plain/text
|
|
414
|
-
user_menu.menubutton_new.new_text_file.hint
|
|
415
|
-
user_menu.menubutton_new.new_text_file.caption
|
|
397
|
+
user_menu.menubutton_new.new_text_file.hint=!Arcadia.text('main.button.file.new.submenu.item', ['plain text'])
|
|
398
|
+
user_menu.menubutton_new.new_text_file.caption=!Arcadia.text('main.button.file.new.submenu.item', ['plain text'])
|
|
416
399
|
user_menu.menubutton_new.new_text_file.image_data=!FILE_ICON_TEXT
|
|
417
400
|
user_menu.menubutton_new.new_text_file.action=NewBufferEvent.new(self,'lang'=>'text')
|
|
418
401
|
# new item ----- end
|
|
@@ -538,8 +521,8 @@ theme=dark
|
|
|
538
521
|
|
|
539
522
|
# runners keywords related the current file => FILE, DIR, FILE_BASENAME, FILE_BASENAME_WITHOUT_EXT
|
|
540
523
|
runners_instance_history=3
|
|
541
|
-
runners.ruby_file = {:lang=>"ruby",:cmd=>"<<RUBY>> -C<<DIR>> <<FILE>>",:file=>"*CURR",:title=>
|
|
542
|
-
win|mingw::runners.ruby_file = {:lang=>"ruby", :cmd=>"rubyw -C<<DIR>> <<FILE>>",:file=>"*CURR",:title=>
|
|
543
|
-
runners.java_file = {:lang=>"java",:cmd=>"javac -g <<FILE>> && java -classpath <<DIR>> <<FILE_BASENAME_WITHOUT_EXT>>",:file=>"*CURR",:title=>
|
|
544
|
-
runners.python_file = {:lang=>"python",:cmd=>"python <<FILE>>",:file=>"*CURR",:title=>
|
|
545
|
-
runners.generic_file = {:cmd=>"<<FILE>>",:file=>"*CURR",:title=>
|
|
524
|
+
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"}
|
|
525
|
+
win|mingw::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"}
|
|
526
|
+
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"}
|
|
527
|
+
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
|
|
528
|
+
runners.generic_file = {:cmd=>"<<FILE>>",:file=>"*CURR",:title=>Arcadia.text('main.runner.run_selected.title',['generic']),:file_exts=>""}
|
data/conf/arcadia.init.rb
CHANGED
data/conf/arcadia.res.rb
CHANGED
|
@@ -1422,6 +1422,24 @@ ACH5BAEKAAIALAAAAAAQABAAAAIrFI6ZFu3/DpxOVgsxqNPumH0fF4lZSAZY
|
|
|
1422
1422
|
syqj+pbjGooxClMUrauGCxQUAAA7
|
|
1423
1423
|
EOS
|
|
1424
1424
|
|
|
1425
|
+
TERMINAL_GIF=<<EOS
|
|
1426
|
+
R0lGODlhEAAQAOZ6ADY2Nj8/Py8vLzo6OkJCQjk5OUZGRkFBQTs7OyYmJjg4
|
|
1427
|
+
ODc3N1dXVywsLC0tLTIyMiUlJSoqKjw8PE5OTkRERFpaWktLSz4+PjU1NaWs
|
|
1428
|
+
tVVVVUNDQ0VFRVxcXCQkJFJSUrW6wSAgILrAxSgoKL/EyN7e3ouVoUhISJuh
|
|
1429
|
+
qGt1gKeutjAwMKKpsdNPSuKtF/bklJCZonF8h52iqLTlsniCj11dXefq7aCm
|
|
1430
|
+
royUofL09Z2jq8DEyaioqKyyupKbpltbW7K3vquzvKGpskKwPn+JllRUVK2t
|
|
1431
|
+
rSkpKVNTUyIiIllZWb7CyLu/w2lxfHV/i6uyua61vtDS1J+nsLzAxEdHR3yG
|
|
1432
|
+
k4WPnPG7uG93gyEhIc/Pz8XIzGdveUBAQL/Dx4SOmqSrtFhYWKiwuZigq5yk
|
|
1433
|
+
rlZWVn+Kl7m+w6uyvJObpKevuLG2vdHR0S4uLnR0dGxzfb/Dydfc4YeSnZaf
|
|
1434
|
+
qTExMT09PTQ0NNbb4ebp7TMzM////wAAAAAAAAAAAAAAAAAAACH5BAEAAHoA
|
|
1435
|
+
LAAAAAAQABAAAAfQgHqCg4SFeltTJEsiIGtPGVJjPiZWRF5MLS5Dd5ydnXE2
|
|
1436
|
+
QXBXLzN4p6ipOWIidA95dhgACwUIEnUBBxsZZ3YhWUkeEAkjEQ0OAnQGUCC+
|
|
1437
|
+
WjzCxMbIymhABcMlbtPJD7EWaj11R2xGbd12swoDE2AqBAIrdLAAAOsIdXUf
|
|
1438
|
+
LEJU9LQDbF0I0OWAhhtkLCgoMOBWgFwECFDgwEDHnAn5Bh4gsGGiAQMnKqCA
|
|
1439
|
+
8QFJEQ1lGDAIo6TCjw4dasjYkQaHnC9mqtBwEgNLiiZc3kQxRHRQIAA7
|
|
1440
|
+
EOS
|
|
1441
|
+
|
|
1442
|
+
|
|
1425
1443
|
|
|
1426
1444
|
EXPAND_LIGHT_GIF=<<EOS
|
|
1427
1445
|
R0lGODdhCwALAOf/AAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoK
|
|
@@ -1839,6 +1857,16 @@ hueHYcdlJmgGFwKEOBiIQtbY93dXSFM4ybL3Jxknt4ZJuUloh5dWeRUSmli0
|
|
|
1839
1857
|
OuVUU8eEqgnJ0rlherrkyhrbuxUMKExcbHyMnKy8zNwMUgAAOw==
|
|
1840
1858
|
EOS
|
|
1841
1859
|
|
|
1860
|
+
ARCADIA_JAP_WHITE_GIF=<<EOS
|
|
1861
|
+
R0lGODlhcQAXAIAAAP///////yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEK
|
|
1862
|
+
AAEALAAAAABxABcAAAKwjI+py+0Po5y02ouz3rz7zwCaKIImVErpRZ4TAMey
|
|
1863
|
+
rKwr+sx6p/c3Bashfg6iKxNUDYm2nC92fC2Bh6SwSh1GA0atwarkdptS7/cJ
|
|
1864
|
+
fXWxYsua/U2Mb+93A3wfRcjnvDznhueHYcdlJmgGFwKEOBiIQtbY93dXSFM4
|
|
1865
|
+
ybL3Jxknt4ZJuUloh5dWeRUSmli0OuVUU8eEqgnJ0rlherrkyhrbuxUMKExc
|
|
1866
|
+
bHyMnKy8zNwMUgAAOw==
|
|
1867
|
+
EOS
|
|
1868
|
+
|
|
1869
|
+
|
|
1842
1870
|
MENUBUTTON_ARROW_DOWN_GIF=<<EOS
|
|
1843
1871
|
R0lGODlhCQAKAIABADOi1P///yH5BAEAAAEALAAAAAAJAAoAAAIUDBB5uofs
|
|
1844
1872
|
koxyVvMwxNmtSl1ZUAAAOw==
|
|
@@ -1991,4 +2019,15 @@ ARROWDOWN_GIF=<<EOS
|
|
|
1991
2019
|
R0lGODlhDAAMAMIHACqM71N2iRokKnKWqhAWGYOjtJeywP///yH+EUNyZWF0
|
|
1992
2020
|
ZWQgd2l0aCBHSU1QACH5BAEAAAcALAAAAAAMAAwAAAMeeLrc/lAQQasVIGtN
|
|
1993
2021
|
ysFb1i0g5zHl6GDqQxhQLCsJADs=
|
|
1994
|
-
EOS
|
|
2022
|
+
EOS
|
|
2023
|
+
|
|
2024
|
+
LIST_VIEW_GIF=<<EOS
|
|
2025
|
+
R0lGODlhDgAOAJEAAHR0dP///3Nzc3V1dSH5BAAAAAAALAAAAAAOAA4AAAIw
|
|
2026
|
+
xCAJmJMv1ooThItzpmo+yQkHhVjaeUWfcoyixMALilbxi9+wItCnLOJNBiPY
|
|
2027
|
+
AVYAADs=
|
|
2028
|
+
EOS
|
|
2029
|
+
|
|
2030
|
+
TREE_VIEW_GIF=<<EOS
|
|
2031
|
+
R0lGODlhDgAOAIABAP///////yH5BAEAAAEALAAAAAAOAA4AQAIbjI9poO0P
|
|
2032
|
+
gWRxhkkPvlbnt0WI1HyhNn7OCR0FADs=
|
|
2033
|
+
EOS
|
|
@@ -51,34 +51,13 @@ class Breakpoints < ArcadiaExt
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
def build_ui
|
|
54
|
-
# do_select_item = proc{|_self|
|
|
55
|
-
# if _self.selection_get[0].length >0
|
|
56
|
-
# _selected = ""
|
|
57
|
-
# _self.selection_get[0].each{|_block|
|
|
58
|
-
# _selected = _selected + _block.to_s + "\s"
|
|
59
|
-
# }
|
|
60
|
-
# _selected = _selected.strip
|
|
61
|
-
# else
|
|
62
|
-
# _selected = _self.selection_get[0]
|
|
63
|
-
# end
|
|
64
|
-
# _node_name, _line = _selected.split('_')
|
|
65
|
-
# if _node_name && _line
|
|
66
|
-
# _file = _self.itemcget(_node_name, 'text')
|
|
67
|
-
# if _file
|
|
68
|
-
# Arcadia.process_event(OpenBufferEvent.new(self,'file'=>_file, 'row'=>_line))
|
|
69
|
-
# end
|
|
70
|
-
# end
|
|
71
|
-
# }
|
|
72
|
-
|
|
73
54
|
@tree_break = BWidgetTreePatched.new(self.frame.hinner_frame, Arcadia.style('treepanel')){
|
|
74
55
|
#showlines true
|
|
75
56
|
deltay 18
|
|
76
57
|
padx 25
|
|
77
58
|
#selectcommand proc{ do_select_item.call(self) }
|
|
78
59
|
}.place('relwidth' => 1,'relheight' => '1')
|
|
79
|
-
|
|
80
60
|
build_popup
|
|
81
|
-
|
|
82
61
|
@ui_builded = true
|
|
83
62
|
end
|
|
84
63
|
|
|
@@ -145,28 +124,28 @@ class Breakpoints < ArcadiaExt
|
|
|
145
124
|
|
|
146
125
|
_pop_up.insert('end',
|
|
147
126
|
:command,
|
|
148
|
-
:label=>
|
|
127
|
+
:label=> Arcadia.text('ext.breakpoints.menu.clear_selected'),
|
|
149
128
|
:hidemargin => false,
|
|
150
129
|
:command=> proc{raise_clear_selected}
|
|
151
130
|
)
|
|
152
131
|
|
|
153
132
|
_pop_up.insert('end',
|
|
154
133
|
:command,
|
|
155
|
-
:label=>
|
|
134
|
+
:label=> Arcadia.text('ext.breakpoints.menu.delete_selected'),
|
|
156
135
|
:hidemargin => false,
|
|
157
136
|
:command=> proc{raise_clear_selected(true)}
|
|
158
137
|
)
|
|
159
138
|
|
|
160
139
|
_pop_up.insert('end',
|
|
161
140
|
:command,
|
|
162
|
-
:label=>'
|
|
141
|
+
:label=> Arcadia.text('ext.breakpoints.menu.delete_all'),
|
|
163
142
|
:hidemargin => false,
|
|
164
143
|
:command=> proc{clear_all(true)}
|
|
165
144
|
)
|
|
166
145
|
|
|
167
146
|
_pop_up.insert('end',
|
|
168
147
|
:command,
|
|
169
|
-
:label=>'
|
|
148
|
+
:label=>Arcadia.text('ext.breakpoints.menu.goto_selected'),
|
|
170
149
|
:hidemargin => false,
|
|
171
150
|
:command=> proc{goto_select_item}
|
|
172
151
|
)
|
|
@@ -6,13 +6,4 @@ active=yes
|
|
|
6
6
|
require=ext/ae-dir-projects/ae-dir-projects
|
|
7
7
|
class=DirProjects
|
|
8
8
|
|
|
9
|
-
file.name=arcadia.projects
|
|
10
|
-
length=35
|
|
11
|
-
font=courier 11
|
|
12
|
-
font.bold=courier 11 bold
|
|
13
|
-
color.background=#ffffff
|
|
14
|
-
color.foreground=#000000
|
|
15
|
-
freebsd::font=courier 12 italic
|
|
16
|
-
freebsd::font.bold=courier 12 bold
|
|
17
|
-
win|mingw::font={Courier New} 9
|
|
18
|
-
win|mingw::font.bold={Courier New} 9 bold
|
|
9
|
+
file.name=arcadia.projects
|