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 0e1e0f3 LSP: minor bug fixes (#3256)
new 91dbb39 registered "Run File" action to right click menu of hint
files.
new 9824797 reload global inspection on hint file save.
new 21f3f6b Deque interface + descending iterator, java 8 language level
updates.
new 7bad9cf java 8 language level updates; diamonds, try-with-resource,
lambdas etc.
new 19331c8 severity for hintfile editor hints.
new 534408e Merge pull request #3171 from mbien/hint_reload
The 6047 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:
.../hints/declarative/conditionapi/Context.java | 82 ++++++++++------------
.../hints/declarative/conditionapi/Matcher.java | 8 ++-
.../debugging/DebuggingHighlightsLayerFactory.java | 1 +
.../declarative/debugging/EvaluationSpanTask.java | 36 ++++------
.../hints/declarative/debugging/HintWrapper.java | 2 +-
.../debugging/ToggleDebuggingAction.java | 4 +-
.../idebinding/HintsActionProvider.java | 19 ++---
.../hints/declarative/idebinding/HintsTask.java | 75 +++++++++++---------
.../idebinding/JavadocForBinaryQueryImpl.java | 6 +-
.../idebinding/UpdateGlobalHintsOnSaveTask.java | 65 +++++++++++++++++
.../java/hints/declarative/resources/layer.xml | 8 +++
11 files changed, 189 insertions(+), 117 deletions(-)
create mode 100644
java/java.hints.declarative/src/org/netbeans/modules/java/hints/declarative/idebinding/UpdateGlobalHintsOnSaveTask.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists