I use CSharpDaemonStageBase and CSharpDaemonStageProcessBase for create my daemon for C#. For VB i can use only VBDaemonStageBase and VBHighlightingBase.
I use CSharpDaemonStageBase and CSharpDaemonStageProcessBase for create my daemon for C#. For VB i can use only VBDaemonStageBase and VBHighlightingBase.
Yup.
You shouldn't derive from it. Create your own.
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Alexander Nesterenko" <framework3705@mail.ru> wrote in message
news:57490f0991df8c980b252331d88@news.jetbrains.com...
>
Why?
I use CSharpDaemonStageBase and CSharpDaemonStageProcessBase for create my
daemon for C#.
For VB i can use only VBDaemonStageBase and VBHighlightingBase.
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 Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Alexander Nesterenko" <framework3705@mail.ru> wrote in message
news:57490f0992598c9812b1e539075@news.jetbrains.com...
>> You shouldn't derive from it. Create your own.
>
>