We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The paragraph style applies to the entire width of the code area. In this way, you can highlight the entire line
Paragraph style applied till end of the line, the length of which may be less code area width
.diff-modified { -fx-background-color: #d7f8f6; -fx-stroke-width: 0.5; -fx-stroke: #e5e5fa; -fx-fill: #d7f8f6; }
The text was updated successfully, but these errors were encountered:
Is this already broken in 0.11.0 ? And please provide a short program that demonstrates this bug. Thanks.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior or in 0.10.X version
The paragraph style applies to the entire width of the code area. In this way, you can highlight the entire line
Actual behavior or in 0.11.X version
Paragraph style applied till end of the line, the length of which may be less code area width
Css example
.diff-modified {
-fx-background-color: #d7f8f6;
-fx-stroke-width: 0.5;
-fx-stroke: #e5e5fa;
-fx-fill: #d7f8f6;
}
Environment info:
The text was updated successfully, but these errors were encountered: