FileDialog.st
changeset 14151 649b6d53e148
parent 13741 65519eaa7ae3
child 15366 a8c4945ee67a
equal deleted inserted replaced
14150:0f1b5996c9bd 14151:649b6d53e148
  1909 "/            newVPanelHeight := verticalPanelView preferredHeight374
  1909 "/            newVPanelHeight := verticalPanelView preferredHeight374
  1910 "/            aBuilder window height: aBuilder window height + sumH.
  1910 "/            aBuilder window height: aBuilder window height + sumH.
  1911 "/        ].
  1911 "/        ].
  1912     ].
  1912     ].
  1913 
  1913 
       
  1914     treeBrowser currentFileNameHolder value:(Array with:self startFilename).
       
  1915 
  1914     "Created: / 03-06-2013 / 18:19:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1916     "Created: / 03-06-2013 / 18:19:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1915 !
  1917 !
  1916 
  1918 
  1917 rememberExtent
  1919 rememberExtent
  1918     self class lastExtent:self window topView extent.
  1920     self class lastExtent:self window topView extent.
  2073 ! !
  2075 ! !
  2074 
  2076 
  2075 !FileDialog class methodsFor:'documentation'!
  2077 !FileDialog class methodsFor:'documentation'!
  2076 
  2078 
  2077 version
  2079 version
  2078     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.131 2014-01-07 13:40:46 stefan Exp $'
  2080     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.132 2014-03-21 19:33:09 stefan Exp $'
  2079 !
  2081 !
  2080 
  2082 
  2081 version_CVS
  2083 version_CVS
  2082     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.131 2014-01-07 13:40:46 stefan Exp $'
  2084     ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.132 2014-03-21 19:33:09 stefan Exp $'
  2083 !
  2085 !
  2084 
  2086 
  2085 version_HG
  2087 version_HG
  2086 
  2088 
  2087     ^ '$Changeset: <not expanded> $'
  2089     ^ '$Changeset: <not expanded> $'
  2088 !
  2090 !
  2089 
  2091 
  2090 version_SVN
  2092 version_SVN
  2091     ^ '$Id: FileDialog.st,v 1.131 2014-01-07 13:40:46 stefan Exp $'
  2093     ^ '$Id: FileDialog.st,v 1.132 2014-03-21 19:33:09 stefan Exp $'
  2092 ! !
  2094 ! !
  2093 
  2095