UserPreferences.st
branchjv
changeset 24904 0545a657e7a4
parent 23754 41e4acf3b3f6
equal deleted inserted replaced
24334:e82c3f5bc1f1 24904:0545a657e7a4
  5635 terminalOutputIsUTF8
  5635 terminalOutputIsUTF8
  5636     "if true, the shell's output is utf8 encoded and should be decoded by
  5636     "if true, the shell's output is utf8 encoded and should be decoded by
  5637      the terminal emulator."
  5637      the terminal emulator."
  5638 
  5638 
  5639     ^ self
  5639     ^ self
  5640 	at:#terminalOutputIsUTF8
  5640         at:#terminalOutputIsUTF8
  5641 	ifAbsent:[ OperatingSystem isOSXlike
  5641         ifAbsent:[ 
  5642 		   "/ or ???
  5642             OperatingSystem isOSXlike
  5643 		 ]
  5643                 or: [ (OperatingSystem isUNIXlike and:[OperatingSystem getCodeset == #utf8]) 
       
  5644              " or: [ ??? ]"]
       
  5645                  ]
  5644 
  5646 
  5645     "
  5647     "
  5646      UserPreferences current terminalOutputIsUTF8
  5648      UserPreferences current terminalOutputIsUTF8
  5647     "
  5649     "
       
  5650 
       
  5651     "Modified (format): / 14-06-2019 / 12:29:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  5648 !
  5652 !
  5649 
  5653 
  5650 terminalOutputIsUTF8:aBoolean
  5654 terminalOutputIsUTF8:aBoolean
  5651     "if true, the shell's output is utf8 encoded and should be decoded by
  5655     "if true, the shell's output is utf8 encoded and should be decoded by
  5652      the terminal emulator.
  5656      the terminal emulator.
  5848 
  5852 
  5849     ^ self at: #'showBadRevisionStringDialogs' put:aBoolean
  5853     ^ self at: #'showBadRevisionStringDialogs' put:aBoolean
  5850 
  5854 
  5851     "Created: / 19-08-2011 / 12:51:58 / cg"
  5855     "Created: / 19-08-2011 / 12:51:58 / cg"
  5852 ! !
  5856 ! !
  5853 
       
  5854 
  5857 
  5855 
  5858 
  5856 
  5859 
  5857 
  5860 
  5858 !UserPreferences methodsFor:'default settings-syntax colors'!
  5861 !UserPreferences methodsFor:'default settings-syntax colors'!