camel-tui: Add run options form, properties editor, and F2 action improvements#23444
Merged
Conversation
Runs 7 environment checks (Java, Camel, JBang, Maven, Container, Ports, Disk Space) and displays results in a centered popup with emoji status indicators. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When only integrations or only infra services are running, stops them immediately. When both are running, shows a checkbox dialog to select which groups to stop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a caption feature for recordings and education that displays text with a typewriter animation, holds, then fades out. Triggered via Ctrl+T or F2 menu. Supports multi-line via \n. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a "Show Classpath" action that fetches the JARs from a running integration via the jvm dev console and displays them in a scrollable list with parsed Maven GAV coordinates. Camel JARs are highlighted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds FuzzyFilter utility for fuzzy matching with character-level highlighting. Integrates into the classpath viewer so typing immediately filters the list with matched characters highlighted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Run dialog now provides Name, Port, Max seconds text fields and Dev mode, Observe, Backlog trace checkboxes instead of just a name input. Tab navigates between fields, Space toggles checkboxes. Co-Authored-By: Claude <noreply@anthropic.com>
Use property placeholders in timer-log, cron-log, rest-api, and routes examples so their values are configurable via properties. Co-Authored-By: Claude <noreply@anthropic.com>
The Run dialog now has a second page for editing application.properties from the selected example. Properties are loaded from bundled resources or downloaded from GitHub for online examples. Modified values are passed as --prop=key=value overrides when launching. Co-Authored-By: Claude <noreply@anthropic.com>
Press + on the properties page to add a new key:value property. Tab switches between key and value fields. Backspace on an empty key removes the entry. Custom properties are passed as --prop=key=value. Co-Authored-By: Claude <noreply@anthropic.com>
The Max field now cycles between Max seconds, Max messages, and Max idle secs with Space. The corresponding --max-seconds, --max-messages, or --max-idle-seconds flag is passed when launching. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Contributor
|
🧪 CI tested the following changed modules:
💡 Manual integration tests recommended:
All tested modules (8 modules)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
application.propertiesfrom the selected example. Modified values passed as--prop=key=value. Press+to add custom propertiesapplication.propertiesto bundled examples (timer-log, cron-log, rest-api, routes) using{{placeholder}}syntax\nTest plan
r→ verify multi-field form with page navigation--prop=args in launched command+on properties page → add custom key:value → verify it's passed🤖 Generated with Claude Code