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
Posts (37)
Comments (330)
Sort by recent activity
Recent activity
Votes
Created
January 11, 2007 08:13
Nope, thats not enough.UnitRun can run only DLL, not source.So when you ask ReSharper to run test by click on the gutter, it compile the DLL, explore it, and then try to find the given test name in...
Community
ReSharper Open API / SDK
Missing something for Unit Test Renner
0 votes
Created
January 10, 2007 08:20
Ilya, you're wrong.Code completion list could be filtered by pluginAll you need is to create class, mark it withJetBrains.ReSharper.CodeInsight.CodeCompletion.RuleAttribute attributeand implementJe...
Community
ReSharper Open API / SDK
How to filter members for basic completion?
0 votes
Created
January 09, 2007 09:10
When ReSharper runs Unit tests, it runs separate application.The easiest way to debug it is to create dummy test in your plugin, and debug it :)What about row tests and "mangled" test names:Persona...
Community
ReSharper Open API / SDK
How To Debug a Unit Test Runner?
0 votes
Created
August 20, 2007 12:13
Please could you minimize your code and send it to me?it will be much easier for me to check what's going wrong looking into the code, then trying to guess it from your words :)-- Eugene PasynkovDe...
Community
ReSharper Open API / SDK
Surrounding Code With Regions???
0 votes
Created
August 27, 2007 09:38
The problem is in these lines:currentClass.AddClassMemberDeclarationAfter(propDeclaration, null);currentClass.AddClassMemberDeclarationAfter(instanceDeclaration, null);Adding members to class copie...
Community
ReSharper Open API / SDK
Surrounding Code With Regions???
0 votes
Created
August 24, 2007 09:05
What do you mean "without type parameter"????It CAN'T be without it!-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Ga" <t4m.productions@gmail.com> wrote i...
Community
ReSharper Open API / SDK
Make MyClass Implement IMyIfc<MyClass>
0 votes
Created
August 14, 2007 09:35
1) What is primitive type?2) Which member are you speaking about? If it is field, then:IType type = ((IField)member).Type;then check if type is IArrayType, IPointerType, or IDeclaredType (builded f...
Community
ReSharper Open API / SDK
UnAnswered Challenge
0 votes
Created
June 19, 2007 15:57
Yup.You shouldn't derive from it. Create your own.-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Alexander Nesterenko" <framework3705@mail.ru> wrote in me...
Community
ReSharper Open API / SDK
VBDaemonStageProcessBase is internal in R# RC
0 votes
Created
June 20, 2007 07:49
I see.I can't change this in 3.0 release since this is not blocker problem.I'll change it in 3.0.1-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Alexander...
Community
ReSharper Open API / SDK
VBDaemonStageProcessBase is internal in R# RC
0 votes
Created
March 26, 2007 10:07
1) To set the XML-doc to it's owner you have to callJetBrains.ReSharper.Psi.ExtensionsAPI.SetDocCommentBlockNode(ITreeNode node, IDocCommentBlockNode block)method. Pass 'null' in second parameter t...
Community
ReSharper Open API / SDK
How do I: Create a IDocCommentBlockNode
0 votes
«
First
‹
Previous
Next
›
Last
»