Exception in Refactory.CodeHighlighter.CodeHighlightingParser>>actionForCurrentToken

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

Exception in Refactory.CodeHighlighter.CodeHighlightingParser>>actionForCurrentToken

Terry Raymond
Near the end of the method there is the expression
        scanner position: currentToken stopPosition - 1.

It should be
        scanner setPosition: currentToken stopPosition - 1.

It appears that the scanner was refactored and #position: was
changed to #setPosition:

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc