Changes between Initial Version and Version 1 of Ticket #8652, comment 28


Ignore:
Timestamp:
2013-05-17T21:11:14+02:00 (13 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8652, comment 28

    initial v1  
    11I pathched the status bar menu code when committinig (there were conflicts with AngleSnap menu and JumpToAction).
    22
    3 The Tab-related changes need some rework, I'll try to think about it too. Currently Tab should be enabled in all dialogs - it is done in ExtendedDialog, but there are many other (like "rename layer" and Yes/No/Cancel messageboxes). They do not use Josm code, so there are no easy way to change the behavior.
     3The Tab-related changes need some rework. Currently Tab should be enabled in all dialogs - it is done in ExtendedDialog, but there are many other (like "rename layer" and Yes/No/Cancel messageboxes). They do not use Josm code, so there are no easy way to change the behavior.
    44
    5 Maybe we should not de-register Tab globally but do something else instead...
     5Maybe we should not de-register Tab globally but do something else instead... Can someone give and idea?