Issue 5934 in pharo: clean RemoteString

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

Issue 5934 in pharo: clean RemoteString

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Cleanup

New issue 5934 by [hidden email]: clean RemoteString
http://code.google.com/p/pharo/issues/detail?id=5934

the class comment says:


I can return either a String or a Text.  Some a chunk is followed by a  
second chunk (beginning with ]style[) containing style information.  The  
encoding is like this:

max: aNumber
        ^ self > aNumber ifTrue: [self] ifFalse: [aNumber]!
]style[(14 50 312)f1,f1b,f1LInteger +;i!


the ]style encoding is not used anymore. This means we can clean up related  
code.

See PositionableStream nextChunkText and RunArray class scanFrom:.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5934 in pharo: clean RemoteString

pharo
Updates:
        Labels: -Milestone-2.0

Comment #2 on issue 5934 by [hidden email]: clean RemoteString
http://code.google.com/p/pharo/issues/detail?id=5934

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker