This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch worktree-tui8
in repository https://gitbox.apache.org/repos/asf/camel.git
from 29ead53d5a16 CAMEL-23572: camel-tui: Add documentation viewer with
MarkdownView
new 15cb765dd401 CAMEL-23572: camel-tui: Auto-select first row in circuit
breaker tab
new d5e09077b8bd CAMEL-23572: camel-tui: Extract DocHelper for download
and AsciiDoc conversion
The 2 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:
.../dsl/jbang/core/commands/tui/ActionsPopup.java | 143 +-----------------
.../dsl/jbang/core/commands/tui/CamelMonitor.java | 3 +
.../jbang/core/commands/tui/CircuitBreakerTab.java | 8 ++
.../dsl/jbang/core/commands/tui/DocHelper.java | 159 +++++++++++++++++++++
4 files changed, 175 insertions(+), 138 deletions(-)
create mode 100644
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/DocHelper.java