Skip to content

Continued removal of deprecated or dead code #7711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

jwren
Copy link
Member

@jwren jwren commented Oct 15, 2024

This PR removes the EditorMouseEventService.java and EditorPositionService.java project services

Continuation of #7710 and #7706

This PR removes the EditorMouseEventService.java and EditorPositionService.java project services

Continuation of https:/
/github.com/flutter/pull/7710 and flutter#7706
jwren added a commit to jwren/flutter-intellij that referenced this pull request Oct 15, 2024
This PR removes more of the old Inspector view code, also deleting usage of deprecated APIs

Continuation of flutter#7711, flutter#7710 and flutter#7706
@jwren jwren requested a review from kenzieschmoll October 15, 2024 21:27
Copy link
Member

@kenzieschmoll kenzieschmoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will these services be necessary for the property editor? We can always add them back if so, but we'll need functionality to get the widget at the current cursor position so that DevTools can ask the analysis server for the editable properties of this widget.

@jwren
Copy link
Member Author

jwren commented Oct 15, 2024

Services yes, but not these. These mouse event listeners/handlers are compute the widget in context using the Flutter Outline computed information which is not as robust as the upcoming DTD & DevTools work.

@jwren jwren merged commit 2df6372 into flutter:master Oct 15, 2024
8 checks passed
jwren added a commit that referenced this pull request Oct 15, 2024
This PR removes more of the old Inspector view code, also deleting usage
of deprecated APIs

Continuation of #7711,
#7710 and
#7706
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants