BrwsrView.st
changeset 1789 16a48132abdb
parent 1778 5c244fb31e02
child 1802 a654f429bc28
equal deleted inserted replaced
1788:4f2616466d68 1789:16a48132abdb
  5807     autoSearch := aString
  5807     autoSearch := aString
  5808 
  5808 
  5809     "Created: / 18.6.1998 / 16:49:59 / cg"
  5809     "Created: / 18.6.1998 / 16:49:59 / cg"
  5810 !
  5810 !
  5811 
  5811 
       
  5812 closeRequest
       
  5813     "let user confirm, if codeView was modified and not saved"
       
  5814 
       
  5815     (self checkSelectionChangeAllowed) ifTrue:[
       
  5816         super closeRequest
       
  5817     ]
       
  5818 
       
  5819     "Created: / 3.8.1998 / 19:52:39 / cg"
       
  5820     "Modified: / 3.8.1998 / 20:02:29 / cg"
       
  5821 !
       
  5822 
  5812 destroy
  5823 destroy
  5813     "release dependant - destroy popups"
  5824     "release dependant - destroy popups"
  5814 
  5825 
  5815     self stopSyntaxHighlightProcess.
  5826     self stopSyntaxHighlightProcess.
  5816 
  5827 
  5930         classListView scrollToBottom.
  5941         classListView scrollToBottom.
  5931     ]
  5942     ]
  5932 
  5943 
  5933     "Created: / 24.7.1997 / 18:14:59 / cg"
  5944     "Created: / 24.7.1997 / 18:14:59 / cg"
  5934     "Modified: / 29.10.1997 / 15:50:26 / cg"
  5945     "Modified: / 29.10.1997 / 15:50:26 / cg"
  5935 !
       
  5936 
       
  5937 terminate
       
  5938     (self checkSelectionChangeAllowed) ifTrue:[
       
  5939         super terminate
       
  5940     ]
       
  5941 !
  5946 !
  5942 
  5947 
  5943 title:someString
  5948 title:someString
  5944     myLabel := someString.
  5949     myLabel := someString.
  5945     self topView label:someString.
  5950     self topView label:someString.
 12045 ! !
 12050 ! !
 12046 
 12051 
 12047 !BrowserView class methodsFor:'documentation'!
 12052 !BrowserView class methodsFor:'documentation'!
 12048 
 12053 
 12049 version
 12054 version
 12050     ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.437 1998-07-31 15:16:42 cg Exp $'
 12055     ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.438 1998-08-03 18:04:39 cg Exp $'
 12051 ! !
 12056 ! !
 12052 BrowserView initialize!
 12057 BrowserView initialize!