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

Removing parameters & variables

joshuahhh opened this issue · comments

Right now, creating variables and changing built-in parameters from their default values are irreversible actions. Both of them create entries in the Outline & Inspector views which you can't remove and which clutter up the view.

Some interface to fix this would be nice:

  • deletion "X"
  • drag to trash bin
  • right click and select "delete"

Absolutely agree. Another interface option to fix this is setting the
expression to an empty string and defocusing the code editor to reset it.

On Tuesday, September 29, 2015, Joshua Horowitz notifications@github.com
wrote:

Right now, creating variables and changing built-in parameters from their
default values are irreversible actions. Both of them create entries in the
Outline & Inspector views which you can't remove and which clutter up the
view.

Some interface to fix this would be nice:

  • deletion "X"
  • drag to trash bin
  • right click and select "delete"


Reply to this email directly or view it on GitHub
#7.