Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan Checker choose launch option

Hi Hadrien,

You might want to override ICheckerWithPreferences#initPreferences.


On Wed, May 21, 2014 at 11:34 AM, Hadrien Bertrand
<hadrien.bertrand@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I'm writing a checker and I see there is a tab "Launching" where you can
> check when you want the checker to be run (In Preferences -> C/C++ -> Code
> Analysis -> Customize Selected...).
>
> I've looked around but I didn't find any way to change the default launch
> mode programmatically or ideally from the plugin.xml.
> I'd like to run my checker on file save by default. Is there any way to do
> that ?
>
> Thanks for your time,
> Hadrien Bertrand
>
>
>
> --
> View this message in context: http://eclipse.1072660.n5.nabble.com/Codan-Checker-choose-launch-option-tp167455.html
> Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top