Partial tracked at https://github.com/ScintillaOrg/lexilla/issues/69
[bugs:#1057] Ruby lexer inline condition
Status: open-accepted
Group: Bug
Labels: Scintilla
Created: Sat Oct 30, 2010 08:14 PM UTC by Anonymous
Last Updated: Sat Oct 30, 2010 10:14 PM UTC
Owner: Neil Hodgson
In Ruby we can obtain ascii value of chars by writing ?char (colored with number color I think)
And we have symbols written :symbol
If we write an inline condition like that : condition ? expr1 : expr2
all is right, but if we remove the spaces : condition ?expr1:expr2
Ruby handle it correctly but expr1 is in number color and expr2 in symbol color.
It may cause many colors problem when using a string instead of expr1.
I already know nyamatongwe is not interested in Ruby so if someone... :P
Sent from sourceforge.net because scintill...@googlegroups.com is subscribed to https://sourceforge.net/p/scintilla/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/scintilla/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
[bugs:#1057] Ruby lexer inline condition
Status: open-accepted
Group: Bug
Labels: Scintilla ruby
Created: Sat Oct 30, 2010 08:14 PM UTC by Anonymous
Last Updated: Tue Apr 05, 2022 01:37 PM UTC
Owner: Neil Hodgson
Duplicate of [bugs:#1927] (ternary operator).
[bugs:#1057] Ruby lexer inline condition
Status: open-duplicate
Group: Bug
Labels: Scintilla ruby
Created: Sat Oct 30, 2010 08:14 PM UTC by Anonymous
Last Updated: Sat Apr 09, 2022 01:24 AM UTC
Owner: Neil Hodgson
Closing as duplicate of fixed [bugs:#1927].
[bugs:#1057] Ruby lexer inline condition
Status: closed-duplicate
Group: Bug
Labels: Scintilla ruby
Created: Sat Oct 30, 2010 08:14 PM UTC by Anonymous
Last Updated: Fri Feb 17, 2023 11:25 PM UTC
Owner: Neil Hodgson