[Newbies] loading Shout into trunk?

Levente Uzonyi leves at elte.hu
Mon Dec 6 01:45:24 UTC 2010


On Sun, 5 Dec 2010, Ken G. Brown wrote:

> Well, comment highlighting doesn't seem to work for me, at least not reliably all the time.
>
> Could someone please check out the image Squeak4.2-10740-alpha at:
> <https://public.me.com/kbrown> in the Squeak4.2Test folder, and let me know if they are seeing the "commented out" in the two Workspaces, properly colored a shade of green like the two lines in the Workspace that has more text? At least I see those two lines properly colored as comment.

The reason why your text is not highlighted is that the first character in 
your workspace has ascii value 16. That character is not visible, but it's 
there and results in a syntax error during parsing. If you delete it, the 
highlighing will be normal again (up to the next syntax error).


Levente

>
> The image is a fresh Squeak4.2-10548-alpha which only has had 'Update Squeak' done to update 10740.
>
> Thx,
> Ken G. Brown
>
>
>
>
> At 2:00 AM +0100 12/5/10, Levente Uzonyi apparently wrote:
>> On Sat, 4 Dec 2010, Ken G. Brown wrote:
>>
>>> Another reason I did not realize that Workspaces had syntax highlighting, is that adding comment quotes around some text in a Workspace does not change the color to indicate it is all a comment. Also I see that syntax highlighting can be turned off in the Workspace windowbar menu, although the default appears to be set to on, but there is a preference called Subdued syntax highlighting that is on as well.
>>
>> Comments do have their own color, but the default color scheme is different from the old one. If you want the old color scheme, then turn off the Subdued Syntax Highlighting preference.
>> Also note that, there's a global preference for syntax highlighting in workspaces, look for "Shout styling in Workspace".
>>
>>
>> Levente
>>
>>> Is the lack of quoted comment coloring in a Workspace a known problem?
>>> Is there a way to make quoted comments colored in the Workspace?
>>>
>>> Ken
>>>
>>>
>>> At 5:14 PM -0700 12/3/10, Ken G. Brown apparently wrote:
>>>> Ah, great then.
>>>> Guess i had not looked closely enough, was used to seeing the SHWorkspace.
>>>>
>>>> Thx,
>>>> Ken
>>>>
>>>> At 12:50 AM +0100 12/4/10, Levente Uzonyi apparently wrote:
>>>>> On Fri, 3 Dec 2010, Ken G. Brown wrote:
>>>>>
>>>>>> I'd like to see syntax coloring in my Workspaces in Squeak4.2-10732-alpha.image like used to be available with SHWorkspace.
>>>>>
>>>>> Since Squeak 4.1 Shout is part of the base image as ShoutCore, so every workspace has syntax highlighting.
>>>>>
>>>>>
>>>>> Levente
>>>>>
>>>>>>
>>>>>> I successfully did the following from the Help/Extending the System:
>>>>>> "Omnibrowser, including Refactoring engine"
>>>>>> (Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfOmniBrowser'.
>>>>>> ((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion) load: #( Dev ).
>>>>>>
>>>>>> Anyone know what is required to load Shout?
>>>>>> I can doit
>>>>>> (Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfShout'.
>>>>>>
>>>>>> to get ConfigurationOfShout into the image, but I'm unsure of what to do next.
>>>>>>
>>>>>> Thx fr any tips,
>>>>>> Ken G. Brown
>>>>>> _______________________________________________
>>>>>> Beginners mailing list
>>>>>> Beginners at lists.squeakfoundation.org
>>>>>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>>>>>
>>>>> _______________________________________________
>>>>> Beginners mailing list
>>>>> Beginners at lists.squeakfoundation.org
>>>>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>>>
>>>> _______________________________________________
>>>> Beginners mailing list
>>>> Beginners at lists.squeakfoundation.org
>>>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> Beginners at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>


More information about the Beginners mailing list