Studio 2017 - Build 5746 - Size and position of the application window

Hi to all,

following the discussion in another SDL Community forum, regarding the possibility to preserve the position and size of the SDL Studio application window, that came out with 2015 edition, and even if not pointed out in the Beta release process if I remember well, I expected that the new SDL Studio and Multiterm 2017 release had solved the inconsistency between the values separator character in the pertinent Bounds lines of the UserSettings.xml files that still appears as follows:

MultiTerm 2017 “Bounds” line (values separator character is a semicolon)

  <SettingsGroup Id="sdl.desktop.platform.studiowindow">
    <Setting Id="ActiveView">MultiTerm.Studio.EditorView</Setting>
    <Setting Id="Bounds">213; 0; 1545; 1050</Setting>
    <Setting Id="State">Normal</Setting>

Studio 2017 “Bounds” line (values separator character is a comma):

</SettingsGroup>
  <SettingsGroup Id="sdl.desktop.platform.studiowindow">
    <Setting Id="ActiveView">SimpleStartView</Setting>
    <Setting Id="Bounds">0, 0, 1040, 806</Setting>
    <Setting Id="State">Normal</Setting>

This means that when I close MultiTerm (2015 or 2017) after having positioned and dimensioned the pertinent application window, at the subsequent reopening of MultiTerm the application window keeps the position and the size defined during last session closed.

But, due to the “comma” value separator character (instead of the “semicolon”), this does not happen when reopening a new session of Studio (2015 or 2017) after having positioned, dimensioned and closed the application.

Apart possible solutions recalled in the above-mentioned discussion, are there plans to solve this issue once for all, even if it is not a “substantial”, but just an “annoying” issue?

Thank you.

Claudio

Parents Reply Children