How to access the status bar (VS2005)?
Hi,
I wrote a little plugin, and want to show some info in the status bar when
it finishes. How can I update the text displayed in the status bar?
Just to be clear, I'm referring to the area that ReSharper displays its
memory usage.
Thanks.
Please sign in to leave a comment.
Hello Richard,
what you need are the following methods in the WindowManager (which can be
accessed via WindowManager.Instance
from your plugin): SetStatusBarText () and ClearStatusBar ().
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks!
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d91b6ecb8c8ae94da760da1@news.intellij.net...
>
>
>
>
>> Hi,
>>
>> I wrote a little plugin, and want to show some info in the status bar
>> when it finishes. How can I update the text displayed in the status
>> bar?
>>
>> Just to be clear, I'm referring to the area that ReSharper displays
>> its memory usage.
>>
>> Thanks.
>>
>