awltech / clic

CLiC is a framework for Command Line Interpretation in Eclipse
http://awltech.github.io/clic
GNU Lesser General Public License v2.1
3 stars 2 forks source link

Give access to the view's outputstream for plugins' contributions #4

Closed aneveux closed 10 years ago

aneveux commented 10 years ago

In order to enhance the feedbacks from plugins, users developing new plugins for Clic should be allowed to access directly the outputstream used by the GUI, and not only by providing Strings to the write() method.

One example of usage could be: while relying on some external tools which allows to send data, we could link directly this tool to Clic GUI, to let the user get feedbacks in real time.

aneveux commented 10 years ago

Done.