ECL Cookbook

Using 'select' and 'get-item' with trees
  Examples below using a tree like this:   project     ├── folder1     │   └── subfolder1     │       └── file1     └── folder2     ├...
Tue, 26 Aug, 2014 at 6:56 PM
save-screenshot of the diagram
get-editor "1.mpef" | let [val width [get-diagram | get-edit-part -className MethodFormEditPart | get-edit-part     -cla...
Wed, 4 Mar, 2015 at 3:32 PM
Paths and URIs in ECL
Commands read-lines, write-lines, write-csv, read-csv, delete-file support two kinds of URI: file:/* workspace:/* when file is addressed with file:/*...
Fri, 6 Mar, 2015 at 4:14 PM