Feb. 16, 2011
8:15 a.m.
Comment #77 on issue 3583 by stephane...@gmail.com: Shout should only be active in code panes http://code.google.com/p/pharo/issues/detail?id=3583 Benjamin in 1.2 I cannot get it work :( I check manually with textmate the changes and - FixWorkspaceAgain.1 - FixWorkspace1.2.1 here it is working after when I install PrepareFix (it was blocking) and wehn i restarted everything it was working- so this is 'working' now when I load FIxWorkspaceMenu when I press space I get a DNU every where in any pane. styleInBackgroundProcess: aText .... oldRuns withStartStopAndValueDo:[:start :stop :attribs| (attribs detect: [:each | each shoutShouldPreserve] ifNone:[nil]) == nil So I'm lost again