Rory Primrose

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
-
Rory Primrose created a post, No breakpoints hit when debugging plugin
I've just started looking at my plugin project that has been neglected for almost a year. I converted the project from VS2008 to VS2010, reported the reference path to the R# 5.1 binaries directory... -
Rory Primrose created a post, What is the correct way to replace type nodes
The plugin I am upgrading converts to and from alias/clr type names. The previous version replaced IDeclaredTypeUsageNode, ITypeUsageNode, IReferenceExpressionNode and IPredefinedTypeExpressionNode... -
Rory Primrose commented, -
-
Rory Primrose created a post, ModificationUtil.ReplaceChild throws NullReferenceException
I have a plugin that I am upgrading to v5.0. The plugin converts built in value type to and from CLR and alias type representations. As part of this update, I have also added a context action to th... -
Rory Primrose created a post, Search with pattern does not find "$valueType%?"
One of the first things I wanted to try out with R#5 was structural search. The feature I wanted to implement was to convert valueType? references to Nullable<valueType>. Unfortunately it seems tha... -
-