You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/13 12:54:00 UTC

[jira] [Commented] (GROOVY-8842) Implement a smart highlighter for groovy console editor

    [ https://issues.apache.org/jira/browse/GROOVY-8842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648926#comment-16648926 ] 

ASF GitHub Bot commented on GROOVY-8842:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/809


> Implement a smart highlighter for groovy console editor
> -------------------------------------------------------
>
>                 Key: GROOVY-8842
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8842
>             Project: Groovy
>          Issue Type: New Feature
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-alpha-4
>
>
> Implement a source code highlighter based on Parrot's lexer, the new highlighter should be smarter. e.g.
> It can show different colors in GString `"abc${'123' + 123}def${a + b}"`
> P.S. Currently the new highlighter will render all source code for each editing, so it can not be used to render large source code. The new highlighter is NOT enabled by default



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)