add

Adding a procedure

tags:

Once the new feature dialog is displayed and procedure selected in feature type, follow the following steps:

  1. Choose a feature clause
  2. Type a name
  3. Select formal parameters
  4. Type a header comment
  5. Enter precondition , local variable , body and postcondition

Adding a function

tags:

Once the new feature dialog is displayed and function selected in feature type, follow the following steps:

  1. Choose a feature clause
  2. Type a name
  3. Select formal parameters
  4. Select the type
  5. Type a header comment
  6. Enter precondition , local variable , body and postcondition

Adding an attribute

tags:

Adding a class

tags:

A dialog window is dedicated to the creation of new classes.


Image:new-class-dialog


A list of all the clusters of the system lets you to choose in which one the new class will be inserted. The name of the new class and the name of the corresponding file can be set thank to two text fields above the list. It is also possible to define whether the class should be deferred or expanded, what its creation feature is (if any), what its parents are and whether the default feature clauses should be generated.

Adding a cluster

tags:

It is possible to create new clusters from EiffelStudio. A dialog window has been designed to help you do so.


Image:new-cluster-dialog


There are three ways to make this window appear. You can:

Using this dialog, you can either create a subcluster of an existing cluster or a top-level cluster.

Adding a library

tags:

A dialog window has been designed to help you to add a library to your project.


Image:new-library-dialog

There are two ways to make this window appear. You can:

  • Click Image:new-library-icon in the groups tool .
  • Select Add library in the Tools menu.

Using this dialog, you can either choose a library from a list or select your own library.


Syndicate content