component moving
Hello,
Component moving is problematic. I try to drag and move a relay but instead of moving, it creates an other one. (web version)
Use Draw->Select/Drag Sel to select drag mode. (Or press space)
Thank you. What is the reason for not moving the component immediately without keypress? I mean why did you choose this unusual way?
Just a guess: Since the majority of connections are wires, it makes sense to place wire after wire.
Probably just because it was easier to implement than having the UI try to guess what you want.
If a component is selected and you're not hovering over one of its posts, I could have it drag instead. That might work. But then I'd have to be smarter about detecting selections, so you can do things like draw diagonal wires that cross each other. We wouldn't be able to just use bounding boxes like we do now.