extensions.st
branchjv
changeset 12819 0ce340e972c4
parent 12807 ba8c5416aa28
parent 12814 c42799841c75
child 13170 c9b815af5777
equal deleted inserted replaced
12818:204da2f7db8e 12819:0ce340e972c4
  1471      Timestamp now inspect
  1471      Timestamp now inspect
  1472     "
  1472     "
  1473 
  1473 
  1474     "Created: / 20-01-2011 / 12:19:05 / cg"
  1474     "Created: / 20-01-2011 / 12:19:05 / cg"
  1475 ! !
  1475 ! !
       
  1476 !Timestamp methodsFor:'inspecting'!
       
  1477 
       
  1478 inspectorValueStringInListFor:anInspector
       
  1479     "returns a string to be shown in the inspector's list"
       
  1480 
       
  1481     ^ self printString
       
  1482 ! !
       
  1483 !UUID methodsFor:'inspecting'!
       
  1484 
       
  1485 inspectorValueStringInListFor:anInspector
       
  1486     "returns a string to be shown in the inspector's list"
       
  1487 
       
  1488     ^ self printString
       
  1489 ! !
  1476 !UndefinedObject methodsFor:'inspecting'!
  1490 !UndefinedObject methodsFor:'inspecting'!
  1477 
  1491 
  1478 inspectorValueStringInListFor:anInspector
  1492 inspectorValueStringInListFor:anInspector
  1479     "returns a string to be shown in the inspector's list"
  1493     "returns a string to be shown in the inspector's list"
  1480 
  1494 
  1520     "Created: / 03-04-2012 / 11:02:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1534     "Created: / 03-04-2012 / 11:02:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1521 ! !
  1535 ! !
  1522 !UserPreferences methodsFor:'accessing-prefs-code view'!
  1536 !UserPreferences methodsFor:'accessing-prefs-code view'!
  1523 
  1537 
  1524 codeView2AutoIndent
  1538 codeView2AutoIndent
       
  1539     <resource: #obsolete>
  1525 
  1540 
  1526     ^self at:#codeView2AutoIndent ifAbsent: false
  1541     ^self at:#codeView2AutoIndent ifAbsent: false
  1527 
  1542 
  1528     "
  1543     "
  1529      UserPreferences current codeView2AutoIndent 
  1544      UserPreferences current codeView2AutoIndent 
  1534     "Created: / 07-08-2011 / 12:46:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1549     "Created: / 07-08-2011 / 12:46:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1535 ! !
  1550 ! !
  1536 !UserPreferences methodsFor:'accessing-prefs-code view'!
  1551 !UserPreferences methodsFor:'accessing-prefs-code view'!
  1537 
  1552 
  1538 codeView2AutoIndent: aBoolean
  1553 codeView2AutoIndent: aBoolean
       
  1554     <resource: #obsolete>
  1539 
  1555 
  1540     ^self at:#codeView2AutoIndent put: aBoolean
  1556     ^self at:#codeView2AutoIndent put: aBoolean
  1541 
  1557 
  1542     "
  1558     "
  1543      UserPreferences current codeView2AutoIndent 
  1559      UserPreferences current codeView2AutoIndent 
  2087     "Created: / 07-06-2011 / 14:31:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2103     "Created: / 07-06-2011 / 14:31:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2088 ! !
  2104 ! !
  2089 !stx_libtool class methodsFor:'documentation'!
  2105 !stx_libtool class methodsFor:'documentation'!
  2090 
  2106 
  2091 extensionsVersion_CVS
  2107 extensionsVersion_CVS
  2092     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.108 2013-05-28 18:45:20 cg Exp $'
  2108     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.110 2013-06-03 12:09:19 stefan Exp $'
  2093 ! !
  2109 ! !
  2094 !stx_libtool class methodsFor:'documentation'!
  2110 !stx_libtool class methodsFor:'documentation'!
  2095 
  2111 
  2096 extensionsVersion_HG
  2112 extensionsVersion_HG
  2097 
  2113