- Software Installation
- EiffelStudio How To's
- EiffelStudio: A Guided Tour
- Overview and Prerequisites
- Copying the Example Files
- Starting EiffelStudio and Opening a Project
- Compiling and Executing a System
- A Look at the Project Directory
- Starting To Browse
- Viewing Classes
- Customizing the tools layout and toolbars
- Producing and Exporting Documentation
- Browsing Features
- Retargeting Through Pick-and-Drop
- Recompiling and Editing
- Handling Syntax and Validity Errors
- Debugging and Run-time Monitoring
- Using AutoTest
- Computing Project Metrics
- Graphics-based Design
- Using automatic class licensing
- How EiffelStudio Compiles
- The Command-Line Compiler
- Executing a System Within and Without EiffelStudio
- Appendix: Writing Documentation Filters with EFF, the Eiffel Filter Format
- Manual identification and copyright
- EiffelStudio Reference
- Beta documentation
Copying the Example Files
Note: If you are using Eiffel on a personal computer, you have the option of working directly in the installation directory and would not necessarily need to make copies of files as per the present section. If you choose to work directly in the installation directory, skip this section and go on to the next section, Starting EiffelStudio and Opening a Project. If you work under Unix or OpenVMS, or may have to share the Eiffel installation with other users, do not have write permissions on the installation, or want to keep the installation unchanged, then please do read the present section and apply its instructions.
If you are going to work on a copy, choose or create a directory of your own; let's call it YOURDIR for the rest of the discussion.
To copy all the files of the example to YOURDIR:
- On Windows, open a Windows Explorer, go to
$ISE_EIFFEL\examples\studio\tour, select all the files in that directory, and drag-and-drop them toYOURDIR. - On Unix execute the shell command
cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR
- On OpenVMS execute the command
copy $ISE_EIFFEL:[examples.studio.tour]*.* YOURDIR