mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-10 12:35:36 +01:00
Author:jfiat
Date:2009-11-19T17:49:07.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@360 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -35,6 +35,8 @@ 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]]
|
||||
|
||||
If, as is often the case with C compilation errors, a line number is adjacent to the file name, you can select the line number and the file will be opened in the external editor and the cursor positioned at that line number.
|
||||
|
||||
==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.
|
||||
@@ -43,6 +45,8 @@ The figure below shows an example of picking the feature <code>make</code> and d
|
||||
|
||||
[[Image:External compilation pane edit feature]]
|
||||
|
||||
You can also drop a class or feature pebble on the '''open folder''' or '''terminal''' icon. This will get you to the folder in which the generated code for the class or feature resides.
|
||||
|
||||
===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.
|
||||
|
||||
Reference in New Issue
Block a user