FileApplicationNoteBook.st
changeset 15218 2401b6bf1879
parent 15209 f7f21b82d7eb
child 15230 ce7300390fb2
equal deleted inserted replaced
15217:d815d45f3c53 15218:2401b6bf1879
  5919 
  5919 
  5920     | pattern |
  5920     | pattern |
  5921 
  5921 
  5922     pattern := aContentsPattern string withoutSeparators. "/ is that a good idea ?
  5922     pattern := aContentsPattern string withoutSeparators. "/ is that a good idea ?
  5923     pattern notEmpty ifTrue:[
  5923     pattern notEmpty ifTrue:[
       
  5924         editView perform:#cursorHome ifNotUnderstood:[].
  5924         editView rememberSearchPattern:pattern.
  5925         editView rememberSearchPattern:pattern.
  5925         editView searchFwd:pattern ignoreCase:ign.
  5926         editView searchFwd:pattern ignoreCase:ign.
  5926     ]
  5927     ]
  5927 !
  5928 !
  5928 
  5929 
  7495 ! !
  7496 ! !
  7496 
  7497 
  7497 !FileApplicationNoteBook class methodsFor:'documentation'!
  7498 !FileApplicationNoteBook class methodsFor:'documentation'!
  7498 
  7499 
  7499 version
  7500 version
  7500     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.313 2015-02-06 23:10:29 cg Exp $'
  7501     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.314 2015-02-07 14:27:49 cg Exp $'
  7501 !
  7502 !
  7502 
  7503 
  7503 version_CVS
  7504 version_CVS
  7504     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.313 2015-02-06 23:10:29 cg Exp $'
  7505     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.314 2015-02-07 14:27:49 cg Exp $'
  7505 ! !
  7506 ! !
  7506 
  7507