mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-03-11 20:31:05 +01:00
Author:admin
Date:2008-09-19T07:55:09.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@27 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Creating a new class]]
|
||||
[[Property:weight|0]]
|
||||
[[Property:uuid|a1d33a03-a691-d7ea-c081-55c2c991e77f]]
|
||||
* To create a new class pick from the '''Create a new class''' button. [[Image:16x16--new-class-icon]] Then drop on the diagram where you want to place the class bubble. A dialog now appears where you can enter a name and specify the cluster.
|
||||
|
||||
{{seealso|'''See Also'''<br/>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Creating a new feature]]
|
||||
[[Property:weight|1]]
|
||||
[[Property:uuid|f9b79d1c-6ca7-d0a3-1374-e71a8b450644]]
|
||||
To create a new feature just [[Creating client/supplier links|add a new client link]] in the diagram.
|
||||
{{seealso| '''See Also''' <br/>
|
||||
[[Adding a feature: Introduction|Creating a new feature]] }}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Deleting items]]
|
||||
[[Property:weight|6]]
|
||||
[[Property:uuid|fc702c4e-2e14-7eca-8a61-3acee97f4a26]]
|
||||
* Pick-and-drop the item you want to remove in the '''Delete''' hole. [[Image:16x16--general-delete-icon]] For links, the associated Eiffel code will be removed from the class text. Clusters and classes will be deleted from disk!
|
||||
|
||||
{{warning| '''Caution''': An action that deletes one or more files or directories cannot be undone! }}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Altering the system]]
|
||||
[[Property:weight|2]]
|
||||
[[Property:uuid|89337378-9070-68c5-1e29-e6325c292118]]
|
||||
* [[Creating a new class|Creating a new class]]
|
||||
* [[Creating a new feature|Creating a new feature]]
|
||||
* [[Refactoring|Refactoring]]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Refactoring]]
|
||||
[[Property:weight|2]]
|
||||
[[Property:uuid|08099f7b-aaf4-b629-17f6-b637c4efd63a]]
|
||||
There are several different refactorings available. Refactorings start with a compilation and also end with a compilation. Refactoring have a separate undo functionality which allows to undo a refactoring as long as no changes have been done to the classes that have been refactored.
|
||||
|
||||
* [[Rename class|Class Rename]]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Pull up Feature]]
|
||||
[[Property:weight|5]]
|
||||
[[Property:uuid|445f93dc-b81a-29ea-440b-42e394038c53]]
|
||||
# Start pick-and-drop on the feature bubble which you want to pull up.
|
||||
# Drop it in the '''Pull up Feature''' hole. [[Image:refactor-feature-up-icon]]
|
||||
# After a compilation the '''Select Class''' dialog appears. You can choose the parent where to pull the feature.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[[Property:title|Rename class]]
|
||||
[[Property:link_title|Rename Class]]
|
||||
[[Property:weight|3]]
|
||||
[[Property:uuid|e70f2760-389a-4c54-ed10-b731dc70e952]]
|
||||
# Start pick-and-drop on the class bubble of which you want to change the name.
|
||||
# Drop it in the '''Rename Feature/Class''' hole. [[Image:refactor-rename-icon]]
|
||||
# After a compilation the '''Refactoring: Class Rename''' dialog appears. You can enter a new name.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Rename Feature]]
|
||||
[[Property:weight|4]]
|
||||
[[Property:uuid|03a8b4de-3c7b-0f9e-ecd2-48ff2035eaf9]]
|
||||
# Start pick-and-drop on the feature bubble of which you want to change the name.
|
||||
# Drop it in the '''Rename Feature/Class''' hole. [[Image:refactor-rename-icon]]
|
||||
# After a compilation the '''Refactoring: Feature Rename''' dialog appears. You can enter a new name.
|
||||
|
||||
Reference in New Issue
Block a user