You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2022/10/25 10:31:55 UTC

[netbeans] branch delivery updated (83da1847af -> c07fd58c84)

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 83da1847af Merge pull request #4850 from sdedic/gradle/unloadable-project
     new 874337e83b More precise code-completion for ANTLRv4
     new c89411e2cb Fixed recursive import references
     new 3951a6d525 Added support for imported grammar references
     new cbce7e7add No double parsing, avoid closed loops in imported grammars
     new c07fd58c84 Merge pull request #4808 from lkishalmi/languages.antlr-4

The 7635 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/AntlrDeclarationFinder.java    |  12 +-
 .../modules/languages/antlr/AntlrParserResult.java |  28 +++--
 .../languages/antlr/v3/Antlr3ParserResult.java     |  25 ++--
 .../antlr/v4/Antlr4CompletionProvider.java         | 134 +++++++++++++++------
 .../languages/antlr/v4/Antlr4ParserResult.java     |  96 ++++++++++-----
 5 files changed, 202 insertions(+), 93 deletions(-)


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

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