Author:admin

Date:2009-11-05T16:56:17.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@349 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2009-11-05 16:56:17 +00:00
parent 52620dd6ba
commit be58f1938e

View File

@@ -23,16 +23,17 @@ You can open a file mentioned in the external compiler output in a specified ext
[[Image:External compilation pane file selection|Selecting a file to open]]
==Find external code for a class/feature==
==View external code for a class/feature==
You can view the external code for a particular Eiffel class or feature in an external editor. Pick the class or feature whose generated code you want to see, and drop it onto the [[Image:metrics-tool--command-send-to-external-editor-icon|send to external editor]] button. The external code for the class or feature will be shown in an external editor.
By default the code that you see in an external editor is from the workbench (W_code) folder. You can see the corresponding external code from the finalized (F_code) folder by holding the <code>CTRL</code> key while you drop the class or feature pebble.
The figure below shows an example of picking the feature <code>make</code> and dropping it on the '''send to external editor''' button.
[[Image:External compilation pane edit feature]]
===View external code from the finalized folder===
By default the code that you see in an external editor is from the workbench (W_code) folder. You can see the corresponding external code from the finalized (F_code) folder by holding the <code>CTRL</code> key while you drop the class or feature pebble.