Settings ExternalToolsSettings/en: Unterschied zwischen den Versionen
Cg (Diskussion | Beiträge) |
Sv (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
== External Tools Settings== |
== External Tools Settings== |
||
Expecco may use external programs to provide additional functionality. |
Expecco may use external programs to provide additional functionality. |
||
This dialog allows for the configuration of which executable is used in particular. |
This dialog allows for the configuration of which executable is used in particular. |
||
Zeile 19: | Zeile 18: | ||
=== PDF Viewer === |
=== PDF Viewer === |
||
Specify the program which is used to display generated report documents. |
Specify the program which is used to display generated report documents. |
||
By default, the configured |
By default, the configured PDF-viewer (typically: acrobat reader) is used. |
||
=== Text Editor === |
=== Text Editor === |
||
Specify the program to edit text attachments. |
Specify the program to edit text attachments. |
||
Useful Linux/Unix settings are "xterm -e vi %1" or "xterm -e emacs %1". |
Useful Linux/Unix settings are "xterm -e vi %1" or "xterm -e emacs %1". |
||
By default, a |
By default, a built in text editor is used. |
||
=== CSV Editor === |
=== CSV Editor === |
||
Zeile 31: | Zeile 30: | ||
"/opt/libreoffice/bin/office %1" |
"/opt/libreoffice/bin/office %1" |
||
or any other excel-alike calculator. |
or any other excel-alike calculator. |
||
By default, a |
By default, a built in text editor is used. |
||
=== Workspace Mode === |
=== Workspace Mode === |
||
Choose between basic |
Choose between basic expecco mode and advanced Smalltalk modes. |
||
The basic mode has less features presented in its menu and buttons, |
The basic mode has less features presented in its menu and buttons, |
||
and might therefore be better for beginners. |
and might therefore be better for beginners. |
||
Zeile 44: | Zeile 43: | ||
is considered to be experimental. |
is considered to be experimental. |
||
[[Category:Settings]] |
|||
Back to [[SettingsDialog/en | Settings Dialog]]. |
Version vom 7. April 2014, 17:47 Uhr
Inhaltsverzeichnis
External Tools Settings[Bearbeiten]
Expecco may use external programs to provide additional functionality. This dialog allows for the configuration of which executable is used in particular.
Shell (Win32 only)[Bearbeiten]
Specify the program which is used to execute shell scripts. Notice, that under the Windows operating system, a UNIX bourne/korn-shell compatible shell has to be installed (for example as part of the cygwin package). This is only needed if your test suite includes script actions which are written in the UNIX shell command language and your test suites are required to run unchanged under both Windows and UNIX operating systems. Therefore, in most cases, this setting is not required.
HTML Viewer[Bearbeiten]
Specify the program which is used to display the online help documents. By default, the configured web-browser (typically: firefox) is used. For security reasons, it is recommended to use Firefox or Safari as opposed to Internet Explorer.
PDF Viewer[Bearbeiten]
Specify the program which is used to display generated report documents. By default, the configured PDF-viewer (typically: acrobat reader) is used.
Text Editor[Bearbeiten]
Specify the program to edit text attachments. Useful Linux/Unix settings are "xterm -e vi %1" or "xterm -e emacs %1". By default, a built in text editor is used.
CSV Editor[Bearbeiten]
Specify the program to edit CSV attachments. A useful Linux/Unix setting is "/opt/libreoffice/bin/office %1" or any other excel-alike calculator. By default, a built in text editor is used.
Workspace Mode[Bearbeiten]
Choose between basic expecco mode and advanced Smalltalk modes. The basic mode has less features presented in its menu and buttons, and might therefore be better for beginners.
Used Inspector[Bearbeiten]
Choose between basic and advanced Inspector tool. The Inspector is used to show the contents of data objects and of pin values. The advanced version offers more options, but is considered to be experimental.