From 8365658a603ca973cec8feab38028a650364b3d1 Mon Sep 17 00:00:00 2001 From: halw Date: Tue, 8 Sep 2009 13:25:54 +0000 Subject: [PATCH] Author:halw Date:2009-09-08T13:04:24.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@293 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../feature-views/feature-formatters-assigners.wiki | 10 ++++++++++ .../feature-views/feature-formatters-callers.wiki | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-assigners.wiki diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-assigners.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-assigners.wiki new file mode 100644 index 00000000..845eb0f1 --- /dev/null +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-assigners.wiki @@ -0,0 +1,10 @@ +[[Property:title|Assigners]] +[[Property:link_title|Feature formatters: Assigners]] +[[Property:weight|4]] +[[Property:uuid|6fdc5d59-d63b-39f7-68f8-13777077cbd2]] +The assigners view [[Image:feature-assigners-icon]] displays the features which assign to the current feature. + +This means that unless the current feature is an attribute, assignment is not defined and this view will be empty. + +Also, this view covers only true assignments to the current feature. So, you should not confuse the use of '''assignment commands''' with true assignments. An assignment command is an optional command associated with a query that allows assignment-like syntax to be used to set a new value for the query. Even though the use of assignment commands look like assignments, they are not true assignments. Rather, they are invocations of a command which sets a new value for the query. Therefore, they will not be visible in the assigners view. + diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-callers.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-callers.wiki index 5cdd6147..f610c6b9 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-callers.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-callers.wiki @@ -2,7 +2,7 @@ [[Property:link_title|Feature formatters: Callers]] [[Property:weight|3]] [[Property:uuid|63b7a88c-86ff-7aef-bf31-05d0ed850e4e]] -The callers view [[Image:feature-callers-icon]] display all the features which use the current feature in any way. +The callers view [[Image:feature-callers-icon]] displays all the features which use the current feature in any way. So the callers view includes features which actually call the current feature.