Hermeson Freitas
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Created Change foreground color of custom words in Rider
AnsweredIn my IDE I like that keywords have red color and all types have black color, but in the C++ settings of Rider it is only provided a way to change the “Keyword” foreground color, the problem is pri... -
Created Cascadia Mono bold text
AnsweredFor some reason Cascadia Mono is not supporting bold text in Rider 2024.1.1, when I select “Cascadia Mono” font the “Bold weight” come as “Roman” with no option to choose bold, and I am unable to u... -
Edited Listen to build solution event in Rider
AnsweredThe Rider plugin I am working on needs to run code when the “build solution” starts, succeeds and fails. I tried implementing ProjectTaskListener to override the methods started and finished and us...