Parser missing something

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

Parser missing something

Stephan Eggermont-3
50069

When the cursor is between the parenthesis,
I get a MNU RBParseErrorNode>>addParenthesis:
when typing anything

drawOn: aCanvas
        |lines|
        super drawOn: aCanvas.
        lines := segments size - 1.
        1 to: lines do: [:index | |x|
                x :=self extent x + ( )
                aCanvas line: self extent x+ (index*  to:  color: self defaultBorderColor
       


Reply | Threaded
Open this post in threaded view
|

Re: Parser missing something

Nicolai Hess


2015-05-27 16:27 GMT+02:00 Stephan Eggermont <[hidden email]>:
50069

When the cursor is between the parenthesis,
I get a MNU RBParseErrorNode>>addParenthesis:
when typing anything

drawOn: aCanvas
        |lines|
        super drawOn: aCanvas.
        lines := segments size - 1.
        1 to: lines do: [:index | |x|
                x :=self extent x + ( )
                aCanvas line: self extent x+ (index*  to:  color: self defaultBorderColor
       



Yes, there is already an issue reported
dnu RBParserErrorNode addParenthesis