davsclaus opened a new pull request, #24472:
URL: https://github.com/apache/camel/pull/24472

   ## Summary
   
   - Add a toggleable documentation panel (`d` key) to the **Endpoints tab** 
that parses the selected endpoint's URI, looks up each option in the Camel 
catalog (version-matched to the running integration), and displays option 
documentation using MarkdownView — including description, type, default, enum 
values, group, and deprecation info. Each option is separated by a horizontal 
rule for readability. The panel uses 60% of the vertical space for comfortable 
reading, with PgUp/PgDn scrolling.
   - Move **HTTP tab** server info (server URL, REST/HTTP/Spec/Mgmt counts) 
from a separate row into the table's border title, eliminating an empty line 
when no HTTP server is present.
   
   ## Test plan
   
   - [x] `mvn install -DskipTests` builds cleanly
   - [x] `mvn test` passes
   - [ ] Manual: open TUI, go to Endpoints tab, select an endpoint, press `d` 
to toggle doc panel
   - [ ] Manual: verify option names, values, descriptions, and metadata render 
correctly
   - [ ] Manual: test PgUp/PgDn scrolling in the doc panel
   - [ ] Manual: switch to HTTP tab, verify server info appears in table title 
with no empty line
   
   _Claude Code on behalf of davsclaus_
   
   Co-Authored-By: Claude Opus 4.6 <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to