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
2015-05-27 16:27 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
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 15609 <https://pharo.fogbugz.com/default.asp?15609> dnu RBParserErrorNode addParenthesis
participants (2)
-
Nicolai Hess -
Stephan Eggermont