myGrid

Store splitpane proportions of non-custom perspective if a user changes them

Details

  • Type: Refinement Refinement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.5
  • Fix Version/s: 1.5
  • Component/s: None
  • Labels:
    None

Description

The code to save the layout on save, and reload it on startup was removed for non-custom perspectives since it was dangerous should a component in a layout fail (leading to it being removed from the saved layout and never reappearing in the perspective).
However, if a user changes the split pane proportions this in no longer recorded - need to store the proportions but not the entire layout.

Activity

Hide
Stuart Owen added a comment - 2006-12-04 15:13

Fixed.

Full layout xml is saved on exit, but when restarting the only the ratio's are replaced in the perspectives current layout.xml.
Also fixed the slight inaccuracy in the split divider location.

Show
Stuart Owen added a comment - 2006-12-04 15:13 Fixed. Full layout xml is saved on exit, but when restarting the only the ratio's are replaced in the perspectives current layout.xml. Also fixed the slight inaccuracy in the split divider location.

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-12-04 11:53
    Updated:
    2006-12-04 15:13
    Resolved:
    2006-12-04 15:13