docs(ui): add JTabView to plugin skill docs#628
Merged
JasonXuDeveloper merged 2 commits intomasterfrom Feb 8, 2026
Merged
Conversation
- Add JTabView API reference to editor-ui SKILL.md (triggers, section, example) - Update Settings Panel example to demonstrate tabbed layout - Mention JTabView in plugin CLAUDE.md component list - Add plugin maintenance checklist item to CLAUDE.md Code Review Checklist - Bump plugin version to 1.1.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
There was a problem hiding this comment.
Pull request overview
Updates the JEngine Claude plugin documentation to include the JTabView editor UI component, ensuring the plugin’s skill docs and reference lists reflect the current JEngine.UI editor API surface.
Changes:
- Added
JTabViewtrigger keywords and API usage snippet to the editor UI skill documentation, plus updated the Settings Panel example to use tabs. - Updated the plugin’s component list to include
JTabViewand added a code review checklist item to keep plugin skill docs in sync with public API changes. - Bumped
.claude-pluginversion from1.0.6to1.1.0.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CLAUDE.md |
Adds a code review checklist item to keep plugin skill docs updated for JEngine.Util/JEngine.UI API changes. |
.claude-plugin/skills/editor-ui/SKILL.md |
Adds JTabView triggers and API snippet; updates Settings Panel example to demonstrate tabbed layout. |
.claude-plugin/plugin.json |
Minor version bump (1.0.6 → 1.1.0) to reflect new API coverage. |
.claude-plugin/CLAUDE.md |
Adds JTabView to the listed editor components for JEngine.UI. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
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
AddTab,SelectTab, properties) to.claude-plugin/skills/editor-ui/SKILL.mdwith trigger keywordsJTabViewJTabViewto the component list in.claude-plugin/CLAUDE.mdCLAUDE.mdCode Review Checklist so this gap doesn't recur1.0.6→1.1.0Test plan
JTabView(int maxTabsPerRow = 0),AddTab,SelectTab,SelectedIndex,TabCount,MaxTabsPerRow)JStackfor tab content,JTabViewfor tabbing)🤖 Generated with Claude Code