Hermeson Freitas
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 3
-
创建于 Change foreground color of custom words in Rider
已回答In 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... -
创建于 Cascadia Mono bold text
已回答For 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... -
已编辑于 Listen to build solution event in Rider
已回答The 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...