Skip to content

v2.2.15

Compare
Choose a tag to compare
@ironsheep ironsheep released this 10 Apr 06:08
· 86 commits to main since this release
de7c013

Update P1 and P2

  • Adjust the object hierarchy view to fully expand the tree by default
  • [-] collapse and [+] expand icons now work in the object hierarchy tree view
  • Adds new Object Hierarchy report similar to that generated during propeller tool “Archive.” The report is available via keystroke [Ctrl+Alt+r] - Ctrl+Alt+( r ) eport from within the spin/spin2 source file.

Update P2 Only

  • Add highlighting of object[index] expressions where the index itself is an expression
  • BUGFIX Don’t report (@)instance[index].method reference as bad constant use when it really is a method (just without the parenthesis)
  • Updates to Preliminary FlexSpin support:
    • Update conditional compile support to grey out deselected code
    • Add support for #import of .spin2 code

What's Changed

  • release latest work: new Object Hierarchy Report, Obj Hier TreeView updates, and P2 semantic fixes by @ironsheep in #4

Full Changelog: v2.2.14...v2.2.15