Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
gui_tips [2026/07/22 04:07] hermann |
gui_tips [2026/09/01 19:01] (current) hermann [Drag and Drop] |
||
|---|---|---|---|
| Line 39: | Line 39: | ||
| * ''is:error'' | * ''is:error'' | ||
| * ''is:warning'' | * ''is:warning'' | ||
| + | |||
| + | ==== Negated Search Patterns ==== | ||
| + | |||
| + | Prefixing a search term with the ''!'' character excludes matching results instead of including them. This is supported by the Functor Library, the Explorer panel, the Issue panel, the Submodel Manager, and the search fields of the projection editor. | ||
| ===== Options (Tools => Options) ===== | ===== Options (Tools => Options) ===== | ||
| Line 123: | Line 127: | ||
| * After copying the current selection of the displayed model using **Copy Selection** or **Ctrl+C**, you can paste that selection either (a) into another model, or (b) into an external text editor. In case (b), the selection is pasted using the EGO Script representation of that fragment. Ports connected to functors that were not selected and copied are shown as disconnected (''.UNBOUND''). The settings specified in **Options | EGO Script** are used when writing the fragment. | * After copying the current selection of the displayed model using **Copy Selection** or **Ctrl+C**, you can paste that selection either (a) into another model, or (b) into an external text editor. In case (b), the selection is pasted using the EGO Script representation of that fragment. Ports connected to functors that were not selected and copied are shown as disconnected (''.UNBOUND''). The settings specified in **Options | EGO Script** are used when writing the fragment. | ||
| * Likewise, you can paste a script fragment into a model after copying it from an external text editor to the system clipboard. The only restriction is that the fragment must be syntactically valid. Ports connected to variables whose definitions were not copied are treated as disconnected. | * Likewise, you can paste a script fragment into a model after copying it from an external text editor to the system clipboard. The only restriction is that the fragment must be syntactically valid. Ports connected to variables whose definitions were not copied are treated as disconnected. | ||
| + | |||
| + | ===== Drag and Drop ===== | ||
| + | |||
| + | * Models, images, R and Python scripts, and files in general can be dragged into the sketch. What is done with the file depends on its representation. | ||
| + | * Dragging an R or a Python script into the sketch creates a [[Calculate R Expression]] or a [[Calculate Python Expression]] functor, respectively. The script's content is used to fill in the ''expression'' port. | ||
| + | * A filename can be dragged into any filename editor (''MapFilename'', ''TableFilename'', ''Folder'', etc.). The filename is used to fill in the editor. | ||
| + | * If the application is run as administrator (using "Run as Administrator" or equivalent), drag and drop of files from Windows Explorer is disabled. This is done by Windows and affects any application, not just Dinamica EGO. | ||
| ===== Model Overview ===== | ===== Model Overview ===== | ||
| Line 153: | Line 164: | ||
| * The Issue Panel also retains the most recent errors and warnings generated during model execution. To view them, keep the **"Also show last execution issues"** toggle enabled. | * The Issue Panel also retains the most recent errors and warnings generated during model execution. To view them, keep the **"Also show last execution issues"** toggle enabled. | ||
| - | |||
| - | |||