Release 20170530
Release Date: May 30th, 2017
Change Log
add a new InaccessibilityCheck,
- unicode support,
- oax polygon operator support on Linux,
- python3 support on Linux,
- wrapping of operator + - == != for point and pointArray,
- extend example macros,
- cell compare with boolean xor operation
- supports autoindent,
- detect encoding of ruby files,
display tcl result in TextEditor or message box,
- option not to store layer settings,
update to OpenAccess 22.50p064,
- trigger oa dump from file open in text editor,
- fix problem with oas ruby on some platforms,
fix oa plugIn load with LayoutScript,
- rotated rectangles,
- add new method to class cell:
- void cell::incircleSelect(int layer),
- add new method to class drawingField:
- void drawingField::compareCellXor(string cell),
- add new method to class drc:
- void drc::minimumInaccessibilityOnLayer(int layer, int inaccessibility ,bool mergeBefore=false),
- void drc::maximumInaccessibilityOnLayer(int layer, int inaccessibility,bool mergeBefore=false),
- add new method to class doubleList:
- constructor doubleList(),
- constructor doubleList(doubleList),
- add new method to class intList:
- constructor intList(),
- constructor intList(intList),
- add new method to class point:
- constructor point(point),
- add new method to class pointArray:
- constructor point(pointArray),
- add new method to class rect:
- constructor rect(rect),
- add new method to class process:
- string process::startPythonScript(string filename,stringList args=stringList()),
- string process::startRubyScript(string filename,stringList args=stringList()),
- string process::startTclScript(string filename),
- add new method to class rect:
- constructor rect(rect),
- add new method to class setup:
- static string setup::pythonSuffix,
- bool setup::static bool autoStoreLayerSetup,
- add new method to class strans:
- constructor strans(strans),
- add new method to class string:
- constructor string(string),
- add new method to class stringList:
- constructor stringList(stringList),
- add new method to class cell:
- memory leak on some drc checks,
- snap to point on path,
- display of mouse help in high resolution displays,
- correct update of existing cell name after program start,
- calculation of possible undo steps,
- display correct oa version,