Skip to content
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

Update RSyntaxTextArea.java #577

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

ivanschehl
Copy link
Contributor

Avoid showing MatchBracketPopup if RSyntaxTextArea not in focus. I encountered this kind of a defect/bug that when navigating in multiple step wizard the popup bracket hint of one step appears on a different step.

Avoid showing MatchBracketPopup if RSyntaxTextArea not in focus.
I encountered this kind of a defect/bug that when navigating in multiple step wizard the popup bracket hint of one step appears on a different step.
@ivanschehl ivanschehl marked this pull request as draft November 13, 2024 15:39
@ivanschehl ivanschehl marked this pull request as ready for review November 13, 2024 15:39
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.35%. Comparing base (69b3c7d) to head (714c8b6).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...a/org/fife/ui/rsyntaxtextarea/RSyntaxTextArea.java 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #577   +/-   ##
=========================================
  Coverage     80.34%   80.35%           
  Complexity     7777     7777           
=========================================
  Files           178      178           
  Lines         30224    30225    +1     
  Branches       3907     3908    +1     
=========================================
+ Hits          24283    24286    +3     
+ Misses         4267     4265    -2     
  Partials       1674     1674           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bobbylight bobbylight assigned bobbylight and unassigned bobbylight Nov 17, 2024
@bobbylight bobbylight self-requested a review November 17, 2024 20:06
@bobbylight bobbylight added the bug label Nov 17, 2024
@bobbylight bobbylight added this to the 3.5.3 milestone Nov 17, 2024
@bobbylight bobbylight merged commit a6dc15b into bobbylight:master Nov 17, 2024
6 of 7 checks passed
@bobbylight
Copy link
Owner

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants