extensions.st
changeset 16359 de0eabae664c
parent 16357 73d4d7a9a109
child 16367 0942f7462e71
equal deleted inserted replaced
16358:55dd1e96ef4b 16359:de0eabae664c
  2084      (instead of the default Inspector)."
  2084      (instead of the default Inspector)."
  2085 
  2085 
  2086     ^ DictionaryInspectorView
  2086     ^ DictionaryInspectorView
  2087 ! !
  2087 ! !
  2088 
  2088 
  2089 !SmalltalkLanguage methodsFor:'accessing - classes'!
  2089 !SmalltalkLanguage methodsFor:'accessing-classes'!
  2090 
  2090 
  2091 compilerClassForInteractiveTools
  2091 compilerClassForInteractiveTools
  2092     "Answer a compiler class suitable for usage in interactive tools. 
  2092     "Answer a compiler class suitable for usage in interactive tools. 
  2093      Such class may better integrate into the IDE and register for undo/redo
  2093      Such class may better integrate into the IDE and register for undo/redo
  2094      and/or do more checks and so on. Defaults to #compilerClass"
  2094      and/or do more checks and so on. Defaults to #compilerClass"