You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2022/12/26 11:29:18 UTC

[netbeans] branch master updated (08edf24ee5 -> 8415222d4a)

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

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


    from 08edf24ee5 Merge pull request #5142 from matthiasblaesing/GH-5104
     new d9c4dd5952 Improving chained calls type visualization, so that it works inside method invocations as well.
     new 520b92ddc2 Showing return types of chained method invocation even when the end result is used e.g. as a method argument.
     new e8724b9e9f Adding type hint for 'var' variables
     new b33b8e5569 Fix compilation on current NetBeans
     new a9b7c741f9 Implement configuration for inline hints
     new f148d564a8 Fix and simplify rendering of "prepend-text" at EOL
     new 8415222d4a Merge pull request #5013 from matthiasblaesing/typehints

The 7823 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:
 .../editor/lib2/view/PrependedTextView.java        |  16 +-
 .../modules/options/editor/Bundle.properties       |   5 +
 .../options/editor/FolderBasedController.java      |  13 ++
 .../options/editor/FolderBasedOptionPanel.java     |   3 +-
 .../base/semantic/SemanticHighlighterBase.java     | 136 +++++++++--
 .../java/editor/base/semantic/DetectorTest.java    | 259 +++++++++++++++++++++
 .../java/editor/base/semantic/TestBase.java        |  15 +-
 java/java.editor/nbproject/project.xml             |   8 +
 .../modules/java/editor/options/Bundle.properties  |   5 +-
 .../options/InlineHintsOptionsPanelController.java |  82 +++++++
 .../java/editor/options/InlineHintsPanel.form      |  98 ++++++++
 .../java/editor/options/InlineHintsPanel.java      | 210 +++++++++++++++++
 .../java/editor/options/InlineHintsSettings.java   |  43 ++++
 .../modules/java/editor/resources/layer.xml        |  10 +
 14 files changed, 872 insertions(+), 31 deletions(-)
 create mode 100644 java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsOptionsPanelController.java
 create mode 100644 java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsPanel.form
 create mode 100644 java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsPanel.java
 create mode 100644 java/java.editor/src/org/netbeans/modules/java/editor/options/InlineHintsSettings.java


---------------------------------------------------------------------
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