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

Some debugging println() left when selecting some text #566

Closed
hshafie opened this issue Aug 14, 2024 · 2 comments
Closed

Some debugging println() left when selecting some text #566

hshafie opened this issue Aug 14, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@hshafie
Copy link

hshafie commented Aug 14, 2024

Description

Upgraded from 3.4.1 to 3.5.1 and when I select some text, I get:

... SmartHighlightPainter: rendering: 3662 - 3667
... SmartHighlightPainter: rendering: 3662 - 3667
... SmartHighlightPainter: rendering: 3662 - 3667

printed on the terminal, over and over, until I deselect the text.

Steps to Reproduce

  1. Start any application using RSyntaxTextArea 3.5.1 from a terminal in order to see messages printed on it.
  2. Select some text.
  3. ... SmartHighlightPainter: rendering:... is printed repeatedly on the terminal until I deselect the text.

Expected behavior
No messages should be printed on the terminal.

Actual behavior
Some messages are printed on the terminal.

Java version
openjdk version "22.0.2" 2024-07-16

Additional context
Regression. No such issue with 3.4.1

@hshafie hshafie added the bug label Aug 14, 2024
@bobbylight bobbylight self-assigned this Aug 15, 2024
@bobbylight bobbylight added this to the 3.5.2 milestone Aug 15, 2024
@bobbylight
Copy link
Owner

Thanks for the bug report!

@hshafie
Copy link
Author

hshafie commented Aug 17, 2024

Thanks for the bug fix!

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

No branches or pull requests

2 participants