You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added tooltip support for the computer vision action in the editor toolbar
New tooltip tag constant EDITOR_TOOLBAR_COMPUTER_VISION = "project.layout.vision" added to idetooltips/src/main/java/com/itsaky/androidide/idetooltips/TooltipTag.kt
GenerateXMLAction now returns TooltipTag.EDITOR_TOOLBAR_COMPUTER_VISION from retrieveTooltipTag instead of an empty string
Risks / best-practice notes
Low risk: change is small and localized to tooltip tagging and retrieval.
Public constant added to a widely referenced object—naming follows existing conventions and is consistent with other editor toolbar tags.
No other behavioral changes detected; ensure any telemetry or tooltip display system recognizes the new tag (no code changes required in this PR).
Walkthrough
Adds a new tooltip tag constant EDITOR_TOOLBAR_COMPUTER_VISION = "project.layout.vision" and updates GenerateXMLAction.retrieveTooltipTag() to return that constant instead of an empty string.
Changes
Cohort / File(s)
Summary
Tooltip Tag Constant idetooltips/src/main/java/com/itsaky/androidide/idetooltips/TooltipTag.kt
Added public constant EDITOR_TOOLBAR_COMPUTER_VISION = "project.layout.vision"
Added TooltipTag import; retrieveTooltipTag() now returns TooltipTag.EDITOR_TOOLBAR_COMPUTER_VISION instead of ""
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~10 minutes
Suggested reviewers
jatezzz
Daniel-ADFA
itsaky-adfa
jomen-adfa
Poem
🐰 A tiny tag leaps into view,
A meadow code, concise and new,
Tooltips whisper, clear and bright,
XML hums with gentle light,
Hoppy changes—soft delight! ✨
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
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.
Set tooltip on computer vision action on the editor toolbar