Simmo
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
-
Simmo created a post, Latest version dimming Editor window on "Find in Files" panel open
Had to update to 2026.2.0.2 as requested by Support to see if it fixed a bug. Knew it'd be a mistake.It didn't, but now the main window dims if I open the Find in Files panel - even if it's pinned ... -
Simmo commented, -
Simmo created a post, Am I missing something, or is updating Rider a painful process?
I never installed the overwhelming majority of plugins that appear in the Update box. Even if I waste time to save time and uninstall those I never use, I don't wish to have to go through and manua... -
-
Simmo created a post, AnsweredDoes Rider support partial commits for VCSs that don't do it natively?
In particular, Perforce.Chatgpt suggests it does, although often gets things wrong:Perforce Behavior: Perforce does not have native support for partial file commits in the same way Git does with st... -
-
-
-
Simmo created a post, Breakpoints in c++ lambdas triggered when defined rather than executed
E.g. code below stops on line following definition of lambda while setting up the lambdas instead of on the line with the breakpoint when it's later executed.Not posted as a bug as this is a very c...