Igal Tabachnik
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Extending code formatting on close brace/semicolon
Hello.I've written an addon to perform some additional formatting my source code (per coding guidelines of my workplace) that works in code-cleanup. I would like to make some of those formattings a... -
Created How to find out if a class is static?
Hello.I have a IClassDeclaration (actually, ICSharpTypeDeclaration), and I would like to find out if it's a static class or not, howver, it seems that IsStatic always returns true (verified with Re... -
Created Creating an ICSharpFile from text
Hello.I was wondering if it's possible at all to create the ICSharpFile representation from a text string? I'd like to use this in a unit test.Thanks,Igal. -
Created Modifying method parameters
Hello.I'm making a plugin for ReSharper 4 to have better control of the method parameters (I need to modify spacing between the parameter type and name).I would like it to run on code cleanup, so I... -
Created Incorrect Ctrl-Delete behaviour when "Use CamelHumps" mode is enabled
Hello.I have the following problem: when using CamelHumps feature, Ctrl-Delete (incorrectly) deletes parentheses and braces .Consider the following example, I'll use the pipe ( | ) to specify the c...