ECL Cookbook
Examples below using a tree like this:
project
├── folder1
│ └── subfolder1
│ └── file1
└── folder2
├...
Tue, 26 Aug, 2014 at 6:56 PM
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
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