Changes between Version 1 and Version 2 of Ticket #4347
- Timestamp:
- 2017-03-19T16:21:17Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4347 – Description
v1 v2 6 6 I can imagine that it is a bit tricky for OMEdit (or the programmer :-P) to figure out, what the user actually mean. But what about the following: 7 7 8 '''Idea 1:''' 8 9 When starting a connection (by clicking and dragging) the user will already (roughly) point in the right direction e.g. 10 pixels up and 3 pixels left). By figuring out that amount and checking which is the most dominant one, the initial connection X/Y mode could be initiated properly. 9 10 11 '''Idea 2:''' 10 12 Another possibility is to update the x/y mode continuously until the first corner is set. So assume the start is at 0/0 and the mouse is at (10,3) then OMEdit is in y-fixed mode. If the mouse is moved (without clicking) to (10,23) then OMEdit switches to x-fixed mode. 11 13 14 '''Idea 3:''' 12 15 A further possibility is to allow manual switching of the mode by hitting the space bar. This is the default behavior in Eagle (a PCB layout program). 13 16 14 17 After this x and y mode is alternating. 15 18 16 I really hope that th is ideahelps :D19 I really hope that these ideas helps :D