0verEngineer / InlineProblems

Plugin to show problems inside the text editor for IDEs based on the IntelliJ Platform
GNU General Public License v3.0
61 stars 7 forks source link

Feature Request: font style setting (italic, bold, underline) #20

Closed dominicpalmer closed 1 year ago

dominicpalmer commented 1 year ago

It would be great to allow users to specify font styling in the box/label settings section:

image

0verEngineer commented 1 year ago

Thanks for the request, i will implement that when i have some time and after all bugs / problems in my list and in the issue tracker are resolved. In the meantime i am open for pull requests.

0verEngineer commented 1 year ago

I have implemented font settings, however underscore was not available and i think if it is really needed then we need special handling for that. Bold and italic are implemented and will be available in Releas 0.4.0. https://github.com/0verEngineer/InlineProblems/pull/25

If underscore is really needed then please create another issue.

dominicpalmer commented 1 year ago

Amazing, thanks! I primarily needed italic, so no issue at all if underline is missing.