Bug 560750 - [feature] Support for closing nested projects when closing the parent project
Summary: [feature] Support for closing nested projects when closing the parent project
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.15   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-03 14:25 EST by Gayan Perera CLA
Modified: 2020-03-05 05:45 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gayan Perera CLA 2020-03-03 14:25:08 EST
Today when deleting we have this feature which asks user to delete the nested projects. I would like to request similar functionality when closing projects as well. The reason is otherwise when closing a multi-module maven project you will have to close all nested projects one by one.
Comment 1 Andrey Loskutov CLA 2020-03-03 14:42:17 EST
With "nested" do you mean physically located inside the parent project folder, or referenced by parent project via classpath? In first case this bug belongs to Platform UI.
Comment 2 Gayan Perera CLA 2020-03-04 14:43:54 EST
(In reply to Andrey Loskutov from comment #1)
> With "nested" do you mean physically located inside the parent project
> folder, or referenced by parent project via classpath? In first case this
> bug belongs to Platform UI.

physically location like maven multi modules.