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

Add optional index parameter to RSyntaxTextArea.appendFoldingMenu() #565

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

Mino260806
Copy link
Contributor

Reason

This would allow inheritors of RSyntaxTextArea to insert folding menu at a preferred index, after PopupMenu is initialized because now it can only insert the Menu to the end.
Would solve the workaround introduced in skylot/jadx#2234

Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.63%. Comparing base (e807361) to head (2b2db45).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #565   +/-   ##
=========================================
  Coverage     74.63%   74.63%           
- Complexity     6881     6882    +1     
=========================================
  Files           178      178           
  Lines         30264    30266    +2     
  Branches       3912     3912           
=========================================
+ Hits          22588    22590    +2     
  Misses         5855     5855           
  Partials       1821     1821           

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

Copy link
Owner

@bobbylight bobbylight left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

@bobbylight bobbylight merged commit 4bf7714 into bobbylight:master Aug 4, 2024
8 checks passed
@bobbylight bobbylight added this to the 3.5.2 milestone Aug 4, 2024
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