Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Fw: Catching Exceptions via Plugin

Hi Felix,

Although I understand you post here, this is not the right list for this question. This list is for discussions about the IDE. Please go to one of the forums for plug-in development:

http://www.eclipse.org/forums/index.php?t=thread&frm_id=106
http://www.eclipse.org/forums/index.php/f/14/

Or, if you are completely new to Eclipse:

Best regards,

Wim


On Wed, Oct 16, 2013 at 9:31 PM, Felix Wolff <felix.wolff2@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hello everyone,

We are writing an Eclipse plugin that is supposed to catch exceptions from the running program or get compiler
errors and analyze them. Ideally our plugin would connect to a signal and receive an object with error information.
We were not yet able to produce a fully working version of the plugin, so we are turning to the mailing list for guidance.

As Eclipse has its own table for displaying detailed information about errors, we wondered where Eclipse gets this kind of
information from.  Does the table itself monitor the console output stream and parse it?
Or is there perhaps really something like a signal that we can connect to?

I am grateful for every lead that you can give us :D

Yours,

Felix
_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ide-dev


Back to the top