cdglabs / apparatus

A hybrid graphics editor and programming environment for creating interactive diagrams.

Home Page:http://aprt.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

copying & pasting expressions should preserve references

joshuahhh opened this issue · comments

Right now, if you copy and paste an expression with references in it, you end up with code like max(id5m38cxihpln70zk6.length - idk1l7lrihplna3nk9 + 1, 0), which does not work at all. We should detect pasted ids and create real references.

Duplicate of #33!