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/11 22:40] 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 67: | Line 71: | ||
| Make sure the "[[plugins_4|Enhancement Plugin for Dinamica EGO]]" extension is installed and the GUI option "Tools => Options | Advanced | Disable compilation of native expressions" is unchecked. This allows expressions to be compiled to native code, which improves performance. | Make sure the "[[plugins_4|Enhancement Plugin for Dinamica EGO]]" extension is installed and the GUI option "Tools => Options | Advanced | Disable compilation of native expressions" is unchecked. This allows expressions to be compiled to native code, which improves performance. | ||
| + | |||
| + | ==== Virtualization ==== | ||
| + | |||
| + | The "Tools => Options | Advanced | Virtualization" option controls how Dinamica EGO handles maps with different extents, resolutions, or numbers of lines and columns (also known as raster map virtualization). See [[image_virtualization|Image Virtualization]] for the full explanation of what virtualization does and what each of the available options (Not Allowed, Unrestricted, Limited) means. | ||
| ==== Message Log Level ==== | ==== Message Log Level ==== | ||
| Line 119: | 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 149: | 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. | ||
| - | |||