google / shenzhen-go

Experimental visual Go environment
Apache License 2.0
464 stars 44 forks source link

Parts shouldn't be able to change type #4

Closed DrJosh9000 closed 7 years ago

DrJosh9000 commented 7 years ago

Parts of different types aren't expected to be convertible to one another. Such conversion will usually be lossy. Remove the dropdown for changing part type.

Type changes should be restricted to either nothing, or to Code type (new part's Code = old part's Impl).

DrJosh9000 commented 7 years ago

Now it just needs a way to create parts of each type!