UserPreferences.st
changeset 16330 59b8720b739e
parent 16284 6eb367d12be5
child 16377 b4401b17b2eb
equal deleted inserted replaced
16329:5ce84e6782e0 16330:59b8720b739e
   609     "Modified: / 15-01-2012 / 14:26:53 / cg"
   609     "Modified: / 15-01-2012 / 14:26:53 / cg"
   610 ! !
   610 ! !
   611 
   611 
   612 
   612 
   613 
   613 
   614 
       
   615 !UserPreferences methodsFor:'accessing-locale'!
   614 !UserPreferences methodsFor:'accessing-locale'!
   616 
   615 
   617 dateInputFormat
   616 dateInputFormat
   618     "return a format used when tools read a date from the user"
   617     "return a format used when tools read a date from the user"
   619 
   618 
  4529 
  4528 
  4530     ^ self at: #'showBadRevisionStringDialogs' put:aBoolean
  4529     ^ self at: #'showBadRevisionStringDialogs' put:aBoolean
  4531 
  4530 
  4532     "Created: / 19-08-2011 / 12:51:58 / cg"
  4531     "Created: / 19-08-2011 / 12:51:58 / cg"
  4533 ! !
  4532 ! !
  4534 
       
  4535 
  4533 
  4536 
  4534 
  4537 !UserPreferences methodsFor:'default settings-syntax colors'!
  4535 !UserPreferences methodsFor:'default settings-syntax colors'!
  4538 
  4536 
  4539 listOfPredefinedSyntaxColoringSchemes
  4537 listOfPredefinedSyntaxColoringSchemes
  4802 ! !
  4800 ! !
  4803 
  4801 
  4804 !UserPreferences class methodsFor:'documentation'!
  4802 !UserPreferences class methodsFor:'documentation'!
  4805 
  4803 
  4806 version
  4804 version
  4807     ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.363 2014-03-27 09:22:22 vrany Exp $'
  4805     ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.364 2014-04-14 14:36:43 cg Exp $'
  4808 !
  4806 !
  4809 
  4807 
  4810 version_CVS
  4808 version_CVS
  4811     ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.363 2014-03-27 09:22:22 vrany Exp $'
  4809     ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.364 2014-04-14 14:36:43 cg Exp $'
  4812 !
  4810 !
  4813 
  4811 
  4814 version_SVN
  4812 version_SVN
  4815     ^ '$ Id: UserPreferences.st 10648 2011-06-23 15:55:10Z vranyj1  $'
  4813     ^ '$ Id: UserPreferences.st 10648 2011-06-23 15:55:10Z vranyj1  $'
  4816 ! !
  4814 ! !