[Seaside] Re: I am sure that experts would know wby the browser's format does not work

Levente Uzonyi leves at elte.hu
Sun May 26 04:16:06 UTC 2013


On Sat, 25 May 2013, intrader wrote:

> Sven Van Caekenberghe <sven <at> stfx.eu> writes:
>
>>
>> Hi,
>>
>> I think code can only be formatted if it is syntactically correct, i.e. is
> parseable.
>>
>> Sven
>
>> Sven Van Caekenberghe
>> Proudly supporting Pharo
>> http://pharo.org
>> http://association.pharo.org
>> http://consortium.pharo.org
>>
> Thanks, and I think that makes sense, however it happens with something as
> simple as
> <code>
> newTask
>
>
> self task: MyStTask new
> </code>
> Now if I accept, and then fomr the 'View' I select 'pretty print', the code
> look like it should
> <code>
> newTask
> 	self task: MyStTask new
> </code>
>
> Sorry, still looking for my previous version Seaside 3.0.6 with Squeak 4.3
> where the format worked fine. Further in that version the System Browser had
> a searh element where I could searh for methods. In this Seaside 3.0.7 with
> Squeak 4.4 I have to search in a very convoluted way *using the search tool
> in the flaps'

If you press Ctrl+0, then the search bar on the top right corner will get 
focus (or you can use your mouse if you want). There you can type the name 
of the method or class you're looking for.


Levente

>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list