SimonBuxx / LogiJS

Discover and create logic circuits
https://logijs.com
GNU General Public License v3.0
42 stars 6 forks source link

TODO: Add text label functionality #8

Closed SimonBuxx closed 6 years ago

SimonBuxx commented 6 years ago

Users should be able to add text labels anywhere on the sketch. They should be editable and deletable.

SimonBuxx commented 6 years ago

Labels should be loaded and saved. They can be edited after creation (directly in place or in the properties menu) and do nothing in simulation mode. There could be a setting to show and hide all labels.

SimonBuxx commented 6 years ago

Labels are now implemented. They can be edited via the properties menu. A nicer solution would be an edit field directly in place, but this would be harder to implement. Also, multiple line labels are not supported for several reasons.