Skip to content

Conversation

@ctlai95
Copy link
Contributor

@ctlai95 ctlai95 commented Dec 12, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

In code issue detail view, automatically scroll to code fix section after clicking "Generate Fix"

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ctlai95 ctlai95 requested review from a team as code owners December 12, 2024 00:28
@ctlai95 ctlai95 enabled auto-merge (squash) December 12, 2024 18:00
)
editorPane.revalidate()
editorPane.repaint()
SwingUtilities.invokeLater {
Copy link
Contributor

Choose a reason for hiding this comment

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

runInEdt or ApplicationManager.getApplication().invokeLater. Please read the documentation block for the latter for an explaination

also note that the block inside the closure is run async if that is not that expectation

@rli rli disabled auto-merge December 12, 2024 18:15
@rli rli merged commit 624d465 into aws:main Dec 12, 2024
11 checks passed
karanA-aws pushed a commit to karanA-aws/aws-toolkit-jetbrains that referenced this pull request Jan 17, 2025
In code issue detail view, automatically scroll to code fix section after clicking "Generate Fix"
karanA-aws pushed a commit to karanA-aws/aws-toolkit-jetbrains that referenced this pull request Jan 22, 2025
In code issue detail view, automatically scroll to code fix section after clicking "Generate Fix"
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.

4 participants