This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 965f7ea535 Merge pull request #4877 from mbien/about-window-update-fix
     new 9427c02af2 Fixed end of file indenting and code completion for ANTLR v4
     new ce31d6244c Added currentRuleType to ANTLR lexer state
     new 5a65ecec37 Merge pull request #4878 from lkishalmi/languages.antlr-5

The 7646 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../languages/antlr/AbstractAntlrLexer.java        |  17 +-
 .../languages/antlr/AntlrTokenSequence.java        |   2 +-
 .../modules/languages/antlr/v3/Antlr3Lexer.java    |  25 ++-
 .../antlr/v4/Antlr4CompletionProvider.java         | 218 ++++++++++++++-------
 .../languages/antlr/v4/Antlr4Formatter.java        |   5 +
 .../modules/languages/antlr/v4/Antlr4Lexer.java    |  25 ++-
 .../languages/antlr/v4/Antlr4ParserResult.java     |   5 +-
 7 files changed, 204 insertions(+), 93 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to