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

davsclaus pushed a change to branch feature/CAMEL-24237-catalog-docs
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e8b508539b13 CAMEL-24237: Revert SensitiveUtils formatting to match 
main
     add ce84aed002a7 CAMEL-24237: Add options viewer popup and doc/options 
switching in Catalog tab
     add 5312b0a356a1 CAMEL-24237: Add table of contents popup for doc viewer
     add 87f82ba2dd26 CAMEL-24237: Fix doc viewer scroll flicker at end of 
document

No new revisions were added by this update.

Summary of changes:
 .../dsl/jbang/core/commands/tui/ActionsPopup.java  |  53 ++-
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |   2 +
 .../dsl/jbang/core/commands/tui/CatalogTab.java    |  50 ++-
 .../jbang/core/commands/tui/DocViewerPopup.java    | 123 +++++-
 .../jbang/core/commands/tui/MonitorContext.java    |   8 +
 .../core/commands/tui/OptionsViewerPopup.java      | 462 +++++++++++++++++++++
 .../tui/{GotoTabPopup.java => TocPopup.java}       | 138 +++---
 7 files changed, 730 insertions(+), 106 deletions(-)
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/OptionsViewerPopup.java
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/{GotoTabPopup.java
 => TocPopup.java} (67%)

Reply via email to