Yes. It should detect correct Resharper version installed (remember, that we have to have two plugins for FW1/VS2003 and FW2/VS2005), have a help placeholder and integrate it same as Resharper does, put plug-in in correct folder and so on.
May be I missed something, but you know better.
DS> Hello Ilya, DS> DS> what kind of sample project do you mean? VS's Install Project or DS> something else? DS> DS> Regards, DS> Dmitry Shaporenkov DS> JetBrains, Inc DS> http://www.jetbrains.com DS> "Develop with pleasure!" >> Please provide download for plugin installation sample project, so >> that plugin developers can base their installation scripts on it. >> >> Sincerely, >> Ilya Ryzhenkov Sincerely, Ilya Ryzhenkov
Yes. It should detect correct Resharper version installed (remember, that we have to have two plugins for FW1/VS2003 and FW2/VS2005), have a help placeholder and integrate it same as Resharper does, put plug-in in correct folder and so on.
May be I missed something, but you know better.
DS>> Hello Ilya, DS>> DS>> what kind of sample project do you mean? VS's Install Project or DS>> something else? DS>> DS>> Regards, DS>> Dmitry Shaporenkov DS>> JetBrains, Inc DS>> http://www.jetbrains.com DS>> "Develop with pleasure!" >>> Please provide download for plugin installation sample project, so >>> that plugin developers can base their installation scripts on it. >>> >>> Sincerely, >>> Ilya Ryzhenkov
Actually, I thought it should integrate help into Resharper's help, wherever it is placed. Somewhere in the "plugins" category. I don't even know if it is possible :) But plugins integrate into Resharper so naturally, that I thought help, if any, should do the same.
DS> Hello Ilya, DS> DS> concerning help placeholder - do you mean it should integrate the DS> plugin's DS> help into the MSDN DS> collection? DS> Regards, DS> Dmitry Shaporenkov DS> JetBrains, Inc DS> http://www.jetbrains.com DS> "Develop with pleasure!" >> Hello Dmitry, >> >> Yes. It should detect correct Resharper version installed (remember, >> that we have to have two plugins for FW1/VS2003 and FW2/VS2005), have >> a help placeholder and integrate it same as Resharper does, put >> plug-in in correct folder and so on. >> >> May be I missed something, but you know better. >> DS>>> Hello Ilya, DS>>> DS>>> what kind of sample project do you mean? VS's Install Project or DS>>> something else? DS>>> DS>>> Regards, DS>>> Dmitry Shaporenkov DS>>> JetBrains, Inc DS>>> http://www.jetbrains.com DS>>> "Develop with pleasure!" >>>> Please provide download for plugin installation sample project, so >>>> that plugin developers can base their installation scripts on it. >>>> >>>> Sincerely, >>>> Ilya Ryzhenkov >> Sincerely, >> Ilya Ryzhenkov Sincerely, Ilya Ryzhenkov
Check VSIP's RegistrationAttribute, I liked this approach when I used it. Also, a tool is already there.
DS> Hello Ilya, DS> DS> this is currently done by a customer installer action located in the DS> VSIntegration DS> assembly. Probably DS> it should be move to a better place... DS> Regards, DS> Dmitry Shaporenkov DS> JetBrains, Inc DS> http://www.jetbrains.com DS> "Develop with pleasure!" >> Also, please include tool to scan assemblies for attributes like >> RegisterHighlighterAttribute and making appropriate changes to VS >> registry. >> Sincerely, Ilya Ryzhenkov
Hello Ilya,
what kind of sample project do you mean? VS's Install Project or something
else?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Dmitry,
Yes. It should detect correct Resharper version installed (remember, that
we have to have two plugins for FW1/VS2003 and FW2/VS2005), have a help placeholder
and integrate it same as Resharper does, put plug-in in correct folder and
so on.
May be I missed something, but you know better.
DS> Hello Ilya,
DS>
DS> what kind of sample project do you mean? VS's Install Project or
DS> something else?
DS>
DS> Regards,
DS> Dmitry Shaporenkov
DS> JetBrains, Inc
DS> http://www.jetbrains.com
DS> "Develop with pleasure!"
>> Please provide download for plugin installation sample project, so
>> that plugin developers can base their installation scripts on it.
>>
>> Sincerely,
>> Ilya Ryzhenkov
Sincerely,
Ilya Ryzhenkov
Hello Ilya,
concerning help placeholder - do you mean it should integrate the plugin's
help into the MSDN
collection?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
DS>> Hello Ilya,
DS>>
DS>> what kind of sample project do you mean? VS's Install Project or
DS>> something else?
DS>>
DS>> Regards,
DS>> Dmitry Shaporenkov
DS>> JetBrains, Inc
DS>> http://www.jetbrains.com
DS>> "Develop with pleasure!"
>>> Please provide download for plugin installation sample project, so
>>> that plugin developers can base their installation scripts on it.
>>>
>>> Sincerely,
>>> Ilya Ryzhenkov
Hello Dmitry,
Actually, I thought it should integrate help into Resharper's help, wherever
it is placed. Somewhere in the "plugins" category. I don't even know if it
is possible :) But plugins integrate into Resharper so naturally, that I
thought help, if any, should do the same.
DS> Hello Ilya,
DS>
DS> concerning help placeholder - do you mean it should integrate the
DS> plugin's
DS> help into the MSDN
DS> collection?
DS> Regards,
DS> Dmitry Shaporenkov
DS> JetBrains, Inc
DS> http://www.jetbrains.com
DS> "Develop with pleasure!"
>> Hello Dmitry,
>>
>> Yes. It should detect correct Resharper version installed (remember,
>> that we have to have two plugins for FW1/VS2003 and FW2/VS2005), have
>> a help placeholder and integrate it same as Resharper does, put
>> plug-in in correct folder and so on.
>>
>> May be I missed something, but you know better.
>>
DS>>> Hello Ilya,
DS>>>
DS>>> what kind of sample project do you mean? VS's Install Project or
DS>>> something else?
DS>>>
DS>>> Regards,
DS>>> Dmitry Shaporenkov
DS>>> JetBrains, Inc
DS>>> http://www.jetbrains.com
DS>>> "Develop with pleasure!"
>>>> Please provide download for plugin installation sample project, so
>>>> that plugin developers can base their installation scripts on it.
>>>>
>>>> Sincerely,
>>>> Ilya Ryzhenkov
>> Sincerely,
>> Ilya Ryzhenkov
Sincerely,
Ilya Ryzhenkov
Also, please include tool to scan assemblies for attributes like RegisterHighlighterAttribute
and making appropriate changes to VS registry.
Hello Ilya,
this is currently done by a customer installer action located in the VSIntegration
assembly. Probably
it should be move to a better place...
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello Dmitry,
Check VSIP's RegistrationAttribute, I liked this approach when I used it.
Also, a tool is already there.
DS> Hello Ilya,
DS>
DS> this is currently done by a customer installer action located in the
DS> VSIntegration
DS> assembly. Probably
DS> it should be move to a better place...
DS> Regards,
DS> Dmitry Shaporenkov
DS> JetBrains, Inc
DS> http://www.jetbrains.com
DS> "Develop with pleasure!"
>> Also, please include tool to scan assemblies for attributes like
>> RegisterHighlighterAttribute and making appropriate changes to VS
>> registry.
>>
Sincerely,
Ilya Ryzhenkov