enhanced MessageConsole ? [message #463988] |
Wed, 21 February 2007 12:23 |
Eclipse User |
|
|
|
Hello,
I am trying to create a plug in that looks pretty much like a Console. As I've seen
until now, I cannot subclass the ConsoleView or use it in my own view.
MessageConsole seems to be a good choice, but I'd like to know if two things that I
really need to do will be possible with that console.
1. Color certain lines or certain part of certain lines
2. Remove lines.
In the second point, my goal is that if I send 10000 messages to the console, it
should only display, say the last 1000 ones and drop the 9000 older ones, so that the
plugin does not need a huge amount of memory.
It is possible to do these two things with a MessageConsole, or with a component
based on a MessageConsole?
Since I'm pretty new to plugin development, could anybody please give me a few hints
on how to do those things? :)
Thanks for any help,
Sébastien
|
|
|
Powered by
FUDForum. Page generated in 0.02938 seconds