You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When you change the foreground text colour in an RSyntaxTextArea, the colour doesn't apply to
the folded code preview when hovering over the fold indicator.
Steps to reproduce
Specific steps to reproduce the behavior:
Create an RSyntaxTextArea.
Set the foreground (via setForeground(Color)) to a custom value
(default foreground colour is black).
Install a fold parser in the text area.
Collapse a fold region in the text area.
Hover over the fold indicator on the gutter in order for the preview to show up.
Expected behavior
The preview text's default foreground colour is the same as the one set to the text area.
Actual behavior
The preview text's default foreground colour doesn't change and stays black.
Screenshots
Library version
3.5.2
Java version
Oracle OpenJDK 21.0.3 (build 21.0.3+7-LTS-152)
The text was updated successfully, but these errors were encountered:
Description
When you change the foreground text colour in an RSyntaxTextArea, the colour doesn't apply to
the folded code preview when hovering over the fold indicator.
Steps to reproduce
Specific steps to reproduce the behavior:
setForeground(Color)
) to a custom value(default foreground colour is black).
Expected behavior
The preview text's default foreground colour is the same as the one set to the text area.
Actual behavior
The preview text's default foreground colour doesn't change and stays black.
Screenshots
![Image](https://private-user-images.githubusercontent.com/91991025/404459538-1104f61a-f463-4a71-878b-19a9d884f8c2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjExMDcsIm5iZiI6MTczOTIyMDgwNywicGF0aCI6Ii85MTk5MTAyNS80MDQ0NTk1MzgtMTEwNGY2MWEtZjQ2My00YTcxLTg3OGItMTlhOWQ4ODRmOGMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIwNTMyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmY2RmZTVkN2RkYTZiYjAxN2QwNzU2MjZhMDIzNmUyZjhlODU3MThhNGQ2MWIxNzk1ZTdlOGRjYmYyMWM4NWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IQjWLj_rCZ29ZZf3h9MSi5D56sTG28rn366za2Mj4RY)
![Image](https://private-user-images.githubusercontent.com/91991025/404459628-627ef17c-0add-4a74-97c1-115a5d683088.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjExMDcsIm5iZiI6MTczOTIyMDgwNywicGF0aCI6Ii85MTk5MTAyNS80MDQ0NTk2MjgtNjI3ZWYxN2MtMGFkZC00YTc0LTk3YzEtMTE1YTVkNjgzMDg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIwNTMyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEwYmZiNjRiYTA1NDk5OWNhN2JhMjZhMDU1ZDNiYjlkYjAxNmJiNzliMmI1ZWMyNGJmMDM2MTE4NjQyN2ZlOTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OXllDLish4k0CMzv_eizWg_xeKSD-TgGBw49m4NlyP4)
Library version
3.5.2
Java version
Oracle OpenJDK 21.0.3 (build 21.0.3+7-LTS-152)
The text was updated successfully, but these errors were encountered: