Loading OB in 1.2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Loading OB in 1.2

Igor Stasenko
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.

Reply | Threaded
Open this post in threaded view
|

Re: Loading OB in 1.2

Lukas Renggli
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 <[hidden email]> 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

Reply | Threaded
Open this post in threaded view
|

Re: Loading OB in 1.2

Igor Stasenko
On 2 November 2010 23:01, Lukas Renggli <[hidden email]> 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 <[hidden email]> 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.