[Pharo-project] Loading OB in 1.2
Thanks, Doru, he gave me the link to script which loads dev tools: http://github.com/renggli/builder/blob/master/scripts/omnibrowser.st i tried it in latest 1.2, and it fails at 'OB-Shout' . Error related to duplicated 'styler' ivar in PluggablleWhatever stuff. I skipped loading everything related to shout, and it was loaded successfully. But then i found that TextEditor is missing #model accessor, which prevents shortcuts from working. After adding it, it looks like i got working OB. Too bad, without Shout it has no syntax highlighting nor autocompletion :( -- Best regards, Igor Stasenko AKA sig.
OB is not supposed to work in Pharo 1.2 yet, see the mailing-list archive. People have reported that if you use a minimal set of packages, e.g. without Shout it works well. Again check the mailing list archive for details. Lukas On 2 November 2010 21:53, Igor Stasenko <siguctua@gmail.com> wrote:
Thanks, Doru, he gave me the link to script which loads dev tools:
http://github.com/renggli/builder/blob/master/scripts/omnibrowser.st
i tried it in latest 1.2, and it fails at 'OB-Shout' . Error related to duplicated 'styler' ivar in PluggablleWhatever stuff.
I skipped loading everything related to shout, and it was loaded successfully.
But then i found that TextEditor is missing #model accessor, which prevents shortcuts from working. After adding it, it looks like i got working OB. Too bad, without Shout it has no syntax highlighting nor autocompletion :(
-- Best regards, Igor Stasenko AKA sig.
-- Lukas Renggli www.lukas-renggli.ch
On 2 November 2010 23:01, Lukas Renggli <renggli@gmail.com> wrote:
OB is not supposed to work in Pharo 1.2 yet, see the mailing-list archive.
Sorry to hear that.
People have reported that if you use a minimal set of packages, e.g. without Shout it works well. Again check the mailing list archive for details.
Well, i one, who always wants to stay on bleeding edge, even if it hurts :)
Lukas
On 2 November 2010 21:53, Igor Stasenko <siguctua@gmail.com> wrote:
Thanks, Doru, he gave me the link to script which loads dev tools:
http://github.com/renggli/builder/blob/master/scripts/omnibrowser.st
i tried it in latest 1.2, and it fails at 'OB-Shout' . Error related to duplicated 'styler' ivar in PluggablleWhatever stuff.
I skipped loading everything related to shout, and it was loaded successfully.
But then i found that TextEditor is missing #model accessor, which prevents shortcuts from working. After adding it, it looks like i got working OB. Too bad, without Shout it has no syntax highlighting nor autocompletion :(
-- Best regards, Igor Stasenko AKA sig.
-- Lukas Renggli www.lukas-renggli.ch
-- Best regards, Igor Stasenko AKA sig.
participants (2)
-
Igor Stasenko -
Lukas Renggli