Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Standards for imports, warnings, etc. for Eclipse/SWT?

On Wed, Sep 23, 2009 at 11:01 AM, Scott Kovatch <skovatch@xxxxxxxxx> wrote:
Hi,

Are there any standards (either Eclipse-wide or team-wide) for ignored warnings and other settings in Eclipse projects? I noticed Silenio fixed one my commits to remove unused packages in imports, which apparently triggered a bug. I don't mind the cleanup, but if I can set up my workspace so I don't have to watch for things like that I'm happy to do it.

I get bitten by this with my Adobe team now and then, and it seems like something that the IDE should make possible, either via exported settings or by using a prototype/template workspace.

You should be able to accomplish this via project level settings.
   http://eclipsesource.com/blogs/2008/09/09/tip-project-level-settings/

Do the other SWT projects have a .settings folder in them with project specific settings?

I'm sure someone from the SWT team will know :)

Cheers, 

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk

Back to the top