Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Evgeny Pasynkov
Total activity
621
Last activity
January 17, 2016 23:25
Member since
March 15, 2004 13:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
254
Activity overview
Articles (0)
Posts (37)
Comments (330)
Sort by votes
Recent activity
Votes
Created
December 05, 2006 18:11
ReSharper error highlighting engine wouldn't shown any warnings inside some pre-configured regions, such as "Windows Forms Generated Code"-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrai...
Community
ReSharper Open API / SDK
Agent Smith Code Style Validation Plugin
0 votes
Created
June 19, 2007 11:56
C or VB?-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Jakob Christensen" <jc@sitecore.net> wrote in message news:b5a5f1a13cd8c9808676fbb269@news.jetbrain...
Community
ReSharper Open API / SDK
Insert a blank line
0 votes
Created
June 19, 2007 12:30
using (WriteLockCookie.Create()){StringBuffer newLineText = new StringBuffer("\r\n");LowLevelModificationUtil.AddChildAfter(statement, TreeElementFactory.CreateLeafElement (CSharpTokenType.NEW_LINE...
Community
ReSharper Open API / SDK
Insert a blank line
0 votes
Created
June 15, 2007 12:22
This functionalty is moved to code formatter servicesGet the code formatting service for PSI language:LanguageServiceManager.Instance.GetLanguageService(CSharpLanguageService.CSHARP).CodeFormatterA...
Community
ReSharper Open API / SDK
R# 3.0 (#460) OptimizeUsings
0 votes
Created
January 09, 2007 09:14
During assembly exploration, you returns the names of the fuxtures/tests to the UI.When user requests to execute test, these names will be passed to unit runner.So you have to parse that name to ge...
Community
ReSharper Open API / SDK
Missing something for Unit Test Renner
0 votes
Created
March 13, 2008 16:02
You have to implement so called "code cleanup module"To start with:class MyModule : ICodeCleanupModule {...}Do not hesitate to ask details on implementing members-- Eugene PasynkovDeveloperJetBrain...
Community
ReSharper Open API / SDK
R# 4.0 Code Cleanup
0 votes
Created
August 16, 2007 09:13
The only way is to create #region/#endregion directives and insert them into PSI-tree-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Ga" <t4m.productions@g...
Community
ReSharper Open API / SDK
Surrounding Code With Regions???
0 votes
Created
August 17, 2007 14:09
public void EnRegion(IList declarations, string regionName) { ITreeNode firstNode = declarations[0].ToTreeNode(); if (firstNode is IMultipleDeclarationMemberNode) { MultipleDeclarationUtil.Spl...
Community
ReSharper Open API / SDK
Surrounding Code With Regions???
0 votes
Created
August 16, 2007 09:12
As I've understood you, you need to build generic type and add it to class' extends list? Or something else?-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!"...
Community
ReSharper Open API / SDK
Make MyClass Implement IMyIfc<MyClass>
0 votes
Created
August 17, 2007 14:07
I see.The key object is "IDeclaredType" - its a type instance with given type arguments.You have to create it, for example:ITypeElement icomparable = PredefinedType.GetInstance(solution).GenericICo...
Community
ReSharper Open API / SDK
Make MyClass Implement IMyIfc<MyClass>
0 votes
Next
›
Last
»