Ricardo, all,


On 10/3/06, Ricardo Trindade <[EMAIL PROTECTED]> wrote:

    I think the following is an error in coloring :

    a= 1 + 2   => properly colored
    b= 1 / 2   => after /, gets wrong color

  Yes, our syntax coloring for regular expressions gets invoked on normal division. The issue is related to how syntax coloring is done (it's a bunch of heuristic rules, not backed by an actual parser so it should be faster).
I haven't been able to hack the rules to get it to recognize the difference. I'd welcome any and all who'd like to try implementing this small patch. 


Thanks,
Chris
--
http://cwilliams.textdriven.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to