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 78efbcc6ff3 Merge pull request #8561 from neilcsmith-net/gh8361-u
     add 6ff1cfe107e JSON: Provide semantic analyser to improve rendering
     add 49b0857d6fa JavaScript editor: partitial warning cleanup and JDK17+ 
update, 2 Exception Fixes in Tests
     new 78d1b188baa Merge pull request #8528 from 
matthiasblaesing/semantic_highlighting_json

The 1 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:
 .../netbeans/modules/csl/api/test/CslTestBase.java |   2 +-
 .../nbproject/project.properties                   |   2 +-
 .../editor/CompletionContextFinder.java            |   4 +-
 .../javascript2/editor/FSCompletionItem.java       |   2 +-
 .../javascript2/editor/JsCompletionItem.java       |  87 +++++-----
 .../javascript2/editor/JsInstantRenamer.java       |   5 +-
 .../javascript2/editor/JsKeyStrokeHandler.java     |  24 ++-
 .../modules/javascript2/editor/JsLanguage.java     |   4 +-
 .../javascript2/editor/JsSemanticAnalyzer.java     |  39 ++---
 .../javascript2/editor/JsStructureScanner.java     |  25 +--
 .../editor/JsTypedBreakInterceptor.java            | 116 +++++++------
 .../javascript2/editor/JsonCodeCompletion.java     |   4 +-
 .../modules/javascript2/editor/JsonLanguage.java   |  13 +-
 .../javascript2/editor/JsonSemanticAnalyzer.java   | 122 ++++++++++++++
 .../editor/doc/JsDocCodeTemplateFilter.java        |   4 -
 .../editor/doc/JsDocumentationCompleter.java       |  16 +-
 .../editor/embedding/JsEmbeddingProvider.java      | 182 +--------------------
 .../editor/formatter/JsFormatVisitor.java          |  79 +++++----
 .../javascript2/editor/formatter/TokenUtils.java   |  16 +-
 .../editor/hints/GlobalIsNotDefined.java           |   5 +-
 .../javascript2/editor/parser/JsParser.java        |   4 +-
 .../editor/qaf/cc/EmbeddedHTMLTest.java            |  26 +--
 .../javascript2/editor/qaf/cc/JSObjectsTest.java   |   2 +-
 .../modules/javascript2/editor/qaf/cc/TestCC.java  |  34 ++--
 .../editor/qaf/cc/TestCCInsideWith.java            |  34 ++--
 .../javascript2/editor/qaf/cc/TestJQuery.java      |   8 +-
 .../test/unit/data/testfiles/simple.json.semantic  |  14 ++
 .../editor/JsCamelCaseInterceptorTest.java         |   9 +-
 .../modules/javascript2/editor/JsWithBase.java     |   3 +-
 .../editor/JsonSemanticAnalyzerTest.java           |  31 ++--
 .../editor/hint/JsGlobalIsNotDeclaredTest.java     |   8 +-
 31 files changed, 438 insertions(+), 486 deletions(-)
 create mode 100644 
webcommon/javascript2.editor/src/org/netbeans/modules/javascript2/editor/JsonSemanticAnalyzer.java
 create mode 100644 
webcommon/javascript2.editor/test/unit/data/testfiles/simple.json.semantic
 copy ide/utilities/src/org/netbeans/modules/url/EncodingQueryImpl.java => 
webcommon/javascript2.editor/test/unit/src/org/netbeans/modules/javascript2/editor/JsonSemanticAnalyzerTest.java
 (61%)


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

Reply via email to