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

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


    from f8bc196  Merge pull request #2713 from apache/delivery
     add 9dad8b4  Use Frame, not FrameSlot as a trigger of debugging of 
existing Engines.
     add 717240a  Corrections of multi-threaded and multi-engine execution.
     add a000e7c  Merge pull request #2706 from entlicher/DebugEngineFixes
     add 818d41a  Fixing failing build. (#2718)
     add bf0e82d  [NETBEANS-5301] Fixed readability of HTML code completion 
items
     add 53f76f4  Merge pull request #2719 from 
KacerCZ/netbeans-5301-fix-html-completion-colors
     add b307259  Fixing a mistake in ergonomics project detection, so that it 
can detect OpenJDK projects.
     add 12b4f7d  Merge pull request #2720 from jlahoda/fod-openjdk-project
     add 4135fe8  [NETBEANS-5304] CSS: Prevent UI blocking on undocumented 
properties
     add d3813ac  Merge pull request #2722 from matthiasblaesing/nb-css
     add ceef4eb  [NETBEANS-5299] Update FlatLaf from 1.0-rc1 to 1.0-rc2
     add 3819880  Merge pull request #2723 from DevCharly/delivery
     new 8d1b804  Merge pull request #2716 from apache/delivery

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:
 .../ide/ergonomics/fod/FeatureProjectFactory.java  |  2 +
 .../ergonomics/fod/FeatureProjectFactoryTest.java  | 14 +++++
 .../main/StandardPropertiesHelpResolver.java       | 22 +------
 .../editor/api/completion/HtmlCompletionItem.java  | 64 +++++++++----------
 .../web/common/ui/api/FileReferenceCompletion.java |  3 +-
 .../debugger/jpda/truffle/TruffleDebugManager.java |  2 +-
 .../jpda/truffle/access/TruffleAccess.java         | 25 ++++++--
 .../debugger/jpda/truffle/access/TruffleEval.java  | 16 ++++-
 .../jpda/truffle/actions/StepActionProvider.java   |  5 ++
 .../jpda/truffle/frames/TruffleStackFrame.java     | 12 +++-
 .../jpda/truffle/frames/TruffleStackInfo.java      | 11 +++-
 .../models/DebuggingTruffleActionsProvider.java    | 16 ++++-
 .../frames/models/DebuggingTruffleNodeModel.java   | 30 +++++++--
 .../frames/models/DebuggingTruffleTreeModel.java   | 17 ++++-
 .../truffle/vars/impl/TruffleVariableImpl.java     | 33 +++++-----
 .../TruffleVariablesActionsProviderFilter.java     | 13 ++--
 .../truffle/vars/tooltip/ToolTipAnnotation.java    |  6 +-
 .../jpda/backend/truffle/JPDATruffleAccessor.java  | 32 ++++++++--
 .../models/DebuggingTreeExpansionModelFilter.java  |  8 +++
 .../debugger/jpda/ui/models/WatchesModel.java      |  9 +--
 .../jpda/expr/InvocationExceptionTranslated.java   | 72 +++++++++++++++++++---
 .../debugger/jpda/models/AbstractVariable.java     | 28 +++++----
 java/java.lsp.server/build.xml                     |  1 +
 java/java.lsp.server/vscode/src/extension.ts       | 37 +++++++----
 platform/libs.flatlaf/external/binaries-list       |  2 +-
 ...rc1-license.txt => flatlaf-1.0-rc2-license.txt} |  4 +-
 .../nbproject/org-netbeans-libs-flatlaf.sig        |  3 +
 platform/libs.flatlaf/nbproject/project.properties |  2 +-
 platform/libs.flatlaf/nbproject/project.xml        |  4 +-
 29 files changed, 350 insertions(+), 143 deletions(-)
 rename platform/libs.flatlaf/external/{flatlaf-1.0-rc1-license.txt => 
flatlaf-1.0-rc2-license.txt} (99%)


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