Changes between Version 1 and Version 2 of Ticket #4347


Ignore:
Timestamp:
2017-03-19T16:21:17Z (8 years ago)
Author:
Jan Kokert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4347 – Description

    v1 v2  
    66I 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:
    77
     8'''Idea 1:'''
    89When 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.
    910
     11'''Idea 2:'''
    1012Another 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.
    1113
     14'''Idea 3:'''
    1215A 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).
    1316
    1417After this x and y mode is alternating.
    1518
    16 I really hope that this idea helps :D
     19I really hope that these ideas helps :D