From 4f30f391b13f51fff065916d8cad9d6298b66311 Mon Sep 17 00:00:00 2001 From: Lee Sujin Date: Mon, 16 Jan 2017 16:57:13 +0900 Subject: [PATCH] [Tizen Studio] Add options(delete, close project) to the project explorer context menu Change-Id: I36273b87c8c6bf0e762878db51d76ab28993f934 Signed-off-by: Lee Sujin (cherry picked from commit feacaf3f995ccfad7ff9272f9ab1b344fabfc7f9) --- org.tizen.studio/html/native_tools/project_explorer_view_n.htm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/org.tizen.studio/html/native_tools/project_explorer_view_n.htm b/org.tizen.studio/html/native_tools/project_explorer_view_n.htm index 057a93e..357d88a 100644 --- a/org.tizen.studio/html/native_tools/project_explorer_view_n.htm +++ b/org.tizen.studio/html/native_tools/project_explorer_view_n.htm @@ -127,6 +127,11 @@ New Allows you to create a new resource in the workbench. Select the type of resource to create from the submenu. + + + Delete + Deletes the selected resource from the workspace. + Move Moves the selected resource to another location. A dialog appears, prompting for the destination location to which the resource are to be moved. @@ -155,6 +160,10 @@ Open Project Opens the selected project (visible when a closed project is selected). + + Close Project + Closes the selected project (visible when an open project is selected). + Team Menu items in the Team sub-menu are related to version control management and are determined by the version control management system that is associated with the project. Eclipse provides the special menu item Share Project... for projects that are not under version control management. This command presents a wizard that allows you to share the project with any version control management systems that have been added to Eclipse. Eclipse ships with support for CVS. -- 2.7.4