Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Auto-configuring projects when opening editors

Thanks for the bug #. I tried to install it recently but it failed because of a dependency problem.

On Fri, Jan 12, 2018 at 10:59 PM, Mickael Istria <mistria@xxxxxxxxxx> wrote:


On Fri, Jan 12, 2018 at 10:10 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
>  which forces me to cut and paste nature/builder lines between .project files.)

I do that frequently. NLS support creates fragments that are not java projects.

As a workaround, you can use https://marketplace.eclipse.org/content/naturist-edit-eclipse-project-natures which adds a generic "Project Natures" project setting page which allows to add/remove natures by selecting them, and which relies on actual resource API (so the #configure() get called and the builders and other stuff get initiated properly, which IIRC is not the case by manual edition of .project).
If this is something you feel Eclipse IDE is deeply missing, you can join the crowd at https://bugs.eclipse.org/bugs/show_bug.cgi?id=102527 and comment how much you like it (and by the way, give feedback about the implementation).

_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ide-dev


Back to the top