Lively Kernel canvas
// this script is evaluated on world load
MyConsole = WorldMorph.current().submorphs.detect(function(ea){return ea.name == "MyConsole"});
if(!MyConsole) return;
MyConsole = MyConsole.component;
MyConsole.setText("-- start --");
MyConsole.log = function(s) {
this.setText(this.formalModel.getText() + "\n" + s);
};
MyConsole.log("My Console initialized!");
MyConsole.morph.resetScrollPane = function() {
var sp = this.enclosingScrollPane();
if (sp) sp.scrollToBottom();
};
// console.consumers seems to be broken... so we go the hard waz
console.log = console.log.wrap(function(proceed, s) {
MyConsole.log(s)
proceed(s)})
console.log("wrapped console for MyConsole successfully")
WebWerkstattToDOList40
-Layerconsole.loginConsoleWidgettodisableloggingtoitself-makepagesbepartofapresentationwithcontextdependent"nextslide"and"previous-moreparagraphlayoutingoptionsinTextMorphs(indentandspacebetweenparagraphs)-giveMorphsastyleClassesattributetoCSSlikereformatpages[exists]slide"(Projectsinsqueakcouldbepartofapresentenationinthisway)=>Toursthroughwikipages[implemented]16 Tours through wiki pages [implemented]\r- more paragraph layouting options in TextMorphs (indent and space between paragraphs)\r"]]>4
10002.903545466466174Wikicontroltrue
null42