Release 20200504

Release Date: 4.5.2020

Change Log

  • New Features:
    • online design rule checker with foundry rule sets,
    • display options for datatypes via the content menu of each layer,
    • fast measurement on bigger designs, multi live rulers,
  • File Formats:
    • OpenAccess/iPDK:
      • plugin for OpenAccess 22.60,
      • upgrade to OpenAccess 22.50p102 on Linux systems,
      • import from OpenAcces with mapping the layer by name (optional),
      • use paramLabelSet cdf value
    • DXF:
      • handling of rotated cell arrays identical as autodesk tools do,
      • non orthogonal arrays are stored flat,
      • export of text elements of type 11 and 21 for a correct display in autodesk tools,
    • OASIS:
      • option to load or not the layer names from OASIS files,
  • Macros:
    • add new method to class drc:
      • void drc::maximizeViolationView(),
    • add new method to class layer:
      • bool layer::isVisible(int datatype),
      • void layer::setDatatypesVisible(int start, int stop),
      • void layer::setDatatypesVisibleAll(),
      • void layer::setDatatypesInvisible(int start, int stop),
    • add new method to class setup:
      • static bool setup::openAccessMapLayerNames,
      • static bool setup::oasisLoadLayerNames,
    • add new method to class string:
      • stringList string::jsonKeys(string key),
      • string string::jsonValue(string key),
      • void string::jsonInsert(string key, string value),
    • add support of autoLoadMacro.layout in working folder,
  • Bug Fixes:
    • use wzip extension for xfab windows package,
    • mouse wheel scroll in layer window,
    • check of invisible color combination after changing color in setup,
    • display '*' for modified files in layout window,
    • repaint after changing paintDetails,
    • using LayoutScript for Python with PyCell enabled,
    • set correct lexer for .layout file in text editor,
    • correct update of drc dock window,