help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Kate for Smalltalkers


From: Roland Plüss
Subject: Re: [Help-smalltalk] Kate for Smalltalkers
Date: Sat, 16 Jan 2010 04:36:30 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20091031)

> About your syntax file, it doesn't seem to work so well.
>
> Can you confirm that with this code:
>
> Object subclass: Foo [
>       
>       foo [
>               <category: 'some-category'>
>               OrderedCollection.
>               self doSomething: OrderedCollection with: self.
>               self doSomething: self something.
>               self doSomething.
>               self something do: [:each | each printNl]. 
>               self bar.
>       ]
> ]
>
> - The pragma is not highlighted.
> - The first "OrderedCollection" is colored, but not the second.
> - the coloration of the "self" at the end of the third line of the
> method is also wrong.
> - In the next line, it's "self something" which seems to be wrong.
> - In the next line, the block break the highlighting, because everything
> I write after that is green. 
>   
Ah god... messed up a couple of things there. The mentioned issues ( and
some I noticed myself ) should be fixed now... hopefully. Made the
changes at 4 in the morning so blame the remaining ( and new ) problems
on the lack of sleep and coffee :P

http://rptd.ch/misc/kate_syntax/kate_syntax_smalltalk-1.1.7z

-- 
Yours sincerely
Plüss Roland

Leader and Head Programmer
- Game: Epsylon ( http://epsylon.rptd.ch/ ,
http://www.moddb.com/games/4057/epsylon )
- Game Engine: Drag(en)gine ( http://dragengine.rptd.ch ,
http://www.moddb.com/engines/9/dragengine )
- Normal Map Generator: DENormGen ( http://epsylon.rptd.ch/denormgen.php )

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]