;-) Modifier combinations i've ever missed ;-)

look at the screenshot



Attachment(s):
virtualsealed.png
virtualsealed.GIF
0
12 comments
Avatar
Permanently deleted user

Looks like you've missing the screnshot :)

--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Carsten Jendro" <no_mail@jetbrains.com> wrote in message
news:28550699.1125048148888.JavaMail.itn@is.intellij.net...

look at the screenshot



0
Avatar
Permanently deleted user

no, it is there, cant you see png files?

0
Avatar
Permanently deleted user

I can't :(

--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Carsten Jendro" <no_mail@jetbrains.com> wrote in message
news:13085423.1125050859320.JavaMail.javamailuser@localhost...

no, it is there, cant you see png files?



0
Avatar
Permanently deleted user

Hello Eugene,

try using Web access to ReSharper forums on www.intellij.net. It seems that
many newsreaders are unable to find attachments in
recent posts to ReSharper newsgroups, may be there is a problem with tracker
software?


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

I can't :(



0
Avatar
Permanently deleted user

added same as gif file

0
Avatar
Permanently deleted user

i use web access, and i can see the added file, it is an attachment, not included in the message

0
Avatar
Permanently deleted user

Strange, I see it using web access but not in Omea 2.0 RC7.

0
Avatar
Permanently deleted user

Post a bug ;)

0
Avatar
Permanently deleted user

Hello Ariel,

I'm using Omea and don't see it. My colleague uses Outlook Express as a newsgroup

reader and also doesn't see it. The problem seems to be in synchronization
of contents
of Web Forums and newsgroups - some attachments get lost. We've informed
our administrators,
they're investigating the issue.

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

Strange, I see it using web access but not in Omea 2.0 RC7.



0
Avatar
Permanently deleted user

Hello Carsten,

As far as I understand, it's property implementing interface implicitly,
and is not defined virtual in C# code. Then it will have exactly this combination
of attributes in metadata.

Sincerely,
Ilya Ryzhenkov


0
Avatar
Permanently deleted user

I don't see it either, for what it's worth. No attachment or anything.

"Carsten Jendro" <no_mail@jetbrains.com> wrote in message
news:13085423.1125050859320.JavaMail.javamailuser@localhost...

no, it is there, cant you see png files?



0
Avatar
Permanently deleted user

th corresponding code is very simple.

a propetry like this

public string Foo
{
get { ... }
set { ... }
}


new implementet in an other class

public new string Foo
{
get { base.Foo }
set { ... }
}

resharper shows the help for base.Foo and says that it is a public virtual sealed property

its a r# bug, but get it a second time

0

Please sign in to leave a comment.