PowerToys for ReSharper 3.0.3 are released

Dear collegues,

We have just released PowerToys Pack for ReSharper 3.0.3. More information
about PowerToys can be obtained on the following page:
http://www.jetbrains.net/confluence/display/ReSharper/ReSharper3.0Plugin+Development
Separate installers for each PowerToy will be available later. You can select
which plugins from pack do you want to use during installation or later in
ReSharper | Plugins... dialog.

IMPORTANT: Due to several bugs found in ReSharper during PowerToys testing
we suggest using latest ReSharper 3.0.3 nightly builds with PowerToys, which
have fixes for those problems.

ReSharper nightly builds can be obtained from http://www.jetbrains.net/confluence/display/ReSharper/Nightly+Builds

Sincerely,
Ilya Ryzhenkov

JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"


0
8 comments

Ilya,

The supplied msi does not build as it is missing a source code file from the ExploreTypeInterface project:

CSC : error CS2001: Source file 'TypeInterfacePresenter.cs' could not be found

Regards,
Grant.

0

Hello Grant,

Sorry, missing file is attached and we will check installer and fix it as soon as possible.

Sincerely,
Ilya Ryzhenkov

JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"


IR> Ilya,
IR>
IR> The supplied msi does not build as it is missing a source code file
IR> from the ExploreTypeInterface project:
IR>
IR> CSC : error CS2001: Source file 'TypeInterfacePresenter.cs' could
IR> not be found
IR>
IR> Regards,
IR> Grant.
begin 777 TypeInterfacePresenter.cs
M=7-I;F<@4WES=&5M.PT*=7-I;F<@2F5T0G)A:6YS+E)E4VAA<G!E<BY0<VD[
M#0IU<VEN9R!*971"<F%I;G,N4F53:&%R<&5R+E1R965-;V1E;$)R;W=S97([
M#0H-"FYA;65S<&%C92!*971"<F%I;G,N4F53:&%R<&5R+E!O=V5R5&]Y<RY%
M>'!L;W)E5'EP94EN=&5R9F%C90T>PT("`O+R\@/'-U;6UA<GD^#0H@("\O
M+R!3=6)C;&%S<V5S(&1E9F%U;'0@<')E<V5N=&5R('1O(&%V;VED(&UE;6)E
M<B!Q=6%L:69I8V%T:6]N#0H@("\OR`\W-U;6UA]]>7!E<PT("`@("`@:68@&-H:6QD5F%L=64@:7,@251Y
M<&5-96UB97(@)B8@(2AC:&EL9%9A;'5E(&ES($E4>7!E16QE;65N="DI#0H@
M("`@("`@(')E='5R;B!T<G5E.PT*("`@("`@<F5T=7)N(&)A<V4N27-.871U
M<F%L4&%R96YT'!A<F5N=%9A;'5E+"!C:&EL9%9A;'5E3L-"B`@("!]#0H@
%('T-"GUR
`
end

0

Thanks Iiya,

[For anyone reading this who doesnt figure it out straight away like me - for whatever reason the "attachment" isn't very obvious. Select all the text inclusive from "begin" to "end", save as a text file with a .uue extension then open with winzip to get the .cs file.]

You might like to fix your chm file as well (it is there with a size of 0 in the Doc folder).

Regards,
Grant.

0

extracted file:

using System;
using JetBrains.ReSharpey??A?6
uy?????)•? ?& –?2?&U6† '? \‹• ™YS[? [ ?›???

namespace JetBrains.ReShary?•??A??•?Q????xploreTypeInterface
{
/// ]]>
/// Subclasses default presenter to avoid membey????…±?™??…????4(??????????µµ…???4(???±…???Qy?•%??•?™…?•A?&W6V?FW" ? G?™YS[? [ ?rowy?•?A?ter
{
protected override bool IsNaturalParent(object pay?•??Y…±?”°??‰©•??????±‘Y…±e)
{
// Nevey????…±?™??µ•µ‰•?????ch are not types
if (childValue is ITyy?•5•µ‰•?????„????±‘Y…±?”????%Q??• ±•µ•??¤¤4( return true;
y?•?????‰…?”?%?9…?y?…±A…?•????…?&V?Ef ?VR? 6†–?Ef ?VR“°?? ?? }
}

May be you just put code here or rebuild powertoys msi?

0

No problems with the attachment here:

using System;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.TreeModelBrowser;

namespace JetBrains.ReSharper.PowerToys.ExploreTypeInterface
{
/// /// Subclasses default presenter to avoid member qualification /// class TypeInterfacePresenter : TreeModelBrowserPresenter { protected override bool IsNaturalParent(object parentValue, object childValue) { // Never qualify members which are not types if (childValue is ITypeMember && !(childValue is ITypeElement)) return true; return base.IsNaturalParent(parentValue, childValue); } } } "Pavel Samokha" ]]> wrote in message
news:13322860.1193380494728.JavaMail.itn@is.intellij.net...

extracted file:

>

using System;
using JetBrains.ReSharpey??A?6
uy?????).? ?& -?2?&U6? '? \<. TYS[? [ ?>???

>

namespace JetBrains.ReShary?.??A??.?Q????xploreTypeInterface
{
/// <summary>
/// Subclasses default presenter to avoid
membey????.±?T??.????4(??????????µµ.???4(???±.???Qy?.%??.?T.?.A?&W6V?FW" ? G?TYS[? [ ?rowy?.?A?ter
{
protected override bool IsNaturalParent(object pay?.??Y.±?"°???©.??????±'Y.±e)
{
// Nevey????.±?T??µ.µ?.?????ch are not types
if (childValue is ITyy?.5.µ?.?????"????±'Y.±?"????%Q??. ±.µ.??¤¤4(
return true;
y?.??????.?"?%?9.?y?.±A.?.????.?&V?Ef ?VR? 6?-?Ef ?VR"°?? ?? }
}

>

May be you just put code here or rebuild powertoys msi?



0

Hello,

[For anyone reading this who doesnt figure it out straight away like
me - for whatever reason the "attachment" isn't very obvious. Select
all the text inclusive from "begin" to "end", save as a text file with
a .uue extension then open with winzip to get the .cs file.]


What NNTP/News client are you using? Or are you rather reading the Web mirror
of the newsgroup?

The latter, being no more than a mirror, might experience some kind of technical
problems with the attachments.

You might like to fix your chm file as well (it is there with a size
of 0 in the Doc folder).


Ah, but this is as much as we have at the moment ;)

It was added as a placeholder, but we didn't have time to fill it up yet.

-
Serge Baltic
JetBrains, Inc - http://www.jetbrains.com
"Develop with pleasure!"


0

Hello,

[For anyone reading this who doesnt figure it out

straight away like

me - for whatever reason the "attachment" isn't

very obvious. Select

all the text inclusive from "begin" to "end", save

as a text file with

a .uue extension then open with winzip to get the

.cs file.]

What NNTP/News client are you using? Or are you
rather reading the Web mirror
of the newsgroup?

The latter, being no more than a mirror, might
experience some kind of technical
problems with the attachments.


Reading the web mirror - didnt even know there was a newsgroup!

Regards,
Grant.

0

news.jetbrains.com in case you can't find it on the web site.

"Grant Drake" <no_reply@jetbrains.com> wrote in message
news:5651019.1193428431799.JavaMail.itn@is.intellij.net...
>> Hello,
>>
>> > [For anyone reading this who doesnt figure it out
>> straight away like
>> > me - for whatever reason the "attachment" isn't
>> very obvious. Select
>> > all the text inclusive from "begin" to "end", save
>> as a text file with
>> > a .uue extension then open with winzip to get the
>> .cs file.]
>>
>> What NNTP/News client are you using? Or are you
>> rather reading the Web mirror
>> of the newsgroup?
>>
>> The latter, being no more than a mirror, might
>> experience some kind of technical
>> problems with the attachments.
>

Reading the web mirror - didnt even know there was a newsgroup!

>

Regards,
Grant.


0

Please sign in to leave a comment.