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

davsclaus pushed a change to branch fix/CAMEL-23672
in repository https://gitbox.apache.org/repos/asf/camel.git


    from c7319a4e1786 CAMEL-23672: TUI History tab improvements - wider route 
column, step count in titles, waterfall selection highlight, pgup/pgdn jump, 
diagram hint in waterfall mode
     add 84aa3833fbbf CAMEL-23672: Remove ! from topology error counter and fix 
Browse tab truncated empty message
     add 759d221721f7 CAMEL-23672: TUI source viewer cursor navigation with 
diagram node selection
     add 649149aa850e CAMEL-23672: TUI topology route tree preview overlay
     add 6a9bd2fbb65f CAMEL-23672: TUI drill-down route tree preview with 
selection highlight
     add 69c312a3f83e CAMEL-23672: TUI cache source code loading for faster 
navigation
     add 9bbd14584fc0 CAMEL-23672: TUI improve source-to-diagram node matching 
algorithm
     add 80b66a5c69bb CAMEL-23672: TUI fix source cache thread safety with 
ConcurrentHashMap
     add db48efb3a64b CAMEL-23672: TUI share source cache across routes from 
the same file

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/tui/BrowseTab.java     |   3 +-
 .../jbang/core/commands/tui/DiagramSupport.java    |  47 ++++-
 .../dsl/jbang/core/commands/tui/DiagramTab.java    | 104 ++++++++++-
 .../jbang/core/commands/tui/RouteTreePreview.java  | 147 +++++++++++++++
 .../dsl/jbang/core/commands/tui/RoutesTab.java     | 132 +++++++++++++-
 .../dsl/jbang/core/commands/tui/SourceViewer.java  | 197 ++++++++++++++++++---
 .../tui/diagram/TopologyDiagramWidget.java         |   4 +-
 7 files changed, 601 insertions(+), 33 deletions(-)
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/RouteTreePreview.java

Reply via email to